macOS ◆ xterm-256color ◆ zsh 2420 views

Using Baker (docs.getbaker.io) to create a simple development environment for using mkdocs, a static site generator in python.

For more details, checkout docs.getbaker.io and join our Slack.

baker.yml file used in this demo:

name: baker-docs vm:

memory: 512
ip: 192.168.22.30
ports: 8000

lang:

- python2

commands:

build: mkdocs build
serve: nohup mkdocs serve -a 0.0.0.0:8000 > /dev/null 2>&1 &
gh-deploy: mkdocs gh-deploy

More by user:62338

untitled 00:50

by user:62338

See all