blog/README.md

15 lines
357 B
Markdown
Raw Normal View History

2016-02-17 15:52:50 +01:00
![umberto](umberto.png)
2014-01-28 12:58:12 +01:00
blog
====
2014-01-28 15:05:04 +01:00
## 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`
2014-01-28 15:05:04 +01:00
## 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`