|
||
---|---|---|
ansible | ||
content | ||
cookiecutter-new-post | ||
pelican-plugins@fda474fb90 | ||
themes/xsteadfastx-greg | ||
vagrant | ||
_nb_header.html | ||
.gitignore | ||
.gitmodules | ||
Makefile | ||
newpost.py | ||
pelicanconf.py | ||
publishconf.py | ||
README.md | ||
requirements.txt | ||
Vagrantfile |
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