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
|
|
|
|
2015-08-22 21:41:55 +02:00
|
|
|
## create environment ##
|
2014-09-24 16:42:16 +02:00
|
|
|
1. `git clone git@github.com:xsteadfastx/blog.git`
|
2015-08-22 21:41:55 +02:00
|
|
|
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 ##
|
2015-08-22 21:41:55 +02:00
|
|
|
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`
|