Is a simple cms solution for MkDocs wrapped in node.
- Markdown version (master)
- Html version (html)
Since this is a wrapper for MkDocs you will need to have it set up and installed on your system. In order to install MkDocs you'll need Python installed, as well as the Python package manager, pip. You can check if you have these already installed ike so:
$ python --version
Python 2.7.2
$ pip --version
pip 1.5.2
MkDocs supports Python 2.6, 2.7, 3.3 and 3.4.
MkDocs recoomends for Windows users to install Python and pip with Chocolatey
After you have Python & pip, you can use it to install the mkdocs
package:
$ pip install mkdocs
If installed you should now have the mkdocs
commands available.
$ mkdocs help
mkdocs [help|new|build|serve|gh-deploy] {options}
- Node (v 0.12.7)
$ npm install
$ bower install
- Task runner with gulp.js
$ gulp
- If gulp is running, "rs" in the terminal will restart the servers
$ rs