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