there was alot of strange things going on. mostly with unicode and ipython version mismatching. now it looks like its working fine now. |
||
---|---|---|
ansible | ||
content | ||
cookiecutter-new-post | ||
pelican-plugins@da4487d6be | ||
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