blog/README.md
Marvin Steadfast 1426c4b732 using docker and vagrant for blogging environment
also added cookiecutter for easier blog post creation.
2015-08-23 13:47:31 +02:00

13 lines
332 B
Markdown

blog
====
## create environment ##
1. `git clone git@github.com:xsteadfastx/blog.git`
2. build the environment with `cd blog && vagrant up`
3. login in the environment with `vagrant ssh`
## write ##
1. create new post with `make newpost`
2. write the post with`vim content/posts/new-blog-post.md`
3. upload with `make ftp_upload`