layout |
---|
-
Clone jekyll-pystarter
git clone https://github.com/LuisAlejandro/jekyll-pystarter.git
-
Create environment.
make environment
-
Create a draft.
make draft TITLE="New Draft"
-
Use Markdown to start writing your post. Include any images as references to existing images on the web.
-
When your post is ready, publish it.
make publish DRAFT="path/to/draft.md"