Go to file
2016-12-14 13:35:19 +00:00
ansible pelican 3.7 2016-12-14 13:35:19 +00:00
content pelican 3.7 2016-12-14 13:35:19 +00:00
cookiecutter-new-post upgraded cookiecutter and added jinja2-slug 2016-05-24 12:26:52 +00:00
themes/flex back to fitvids 2016-09-21 12:51:47 +00:00
vagrant upgraded alpine to 3.4 2016-06-07 10:11:28 +00:00
_nb_header.html moved from ubuntu to alpine linux 2016-02-08 12:16:47 +01:00
.gitignore pelican 3.7 2016-12-14 13:35:19 +00:00
Makefile moved from ubuntu to alpine linux 2016-02-08 12:16:47 +01:00
newpost.py enabled gram plugin and modified cookiecutter script 2015-10-05 15:46:31 +02:00
pelicanconf.py COPYRIGHT_YEAR gets filled auto 2016-03-07 15:18:59 +00:00
publishconf.py cleaned publish.conf 2016-02-10 12:22:02 +00:00
README.md added umberto 2016-02-17 14:52:50 +00:00
umberto.png added umberto 2016-02-17 14:52:50 +00:00
umberto.svg added umberto 2016-02-17 14:52:50 +00:00
Vagrantfile disable ports 2016-11-11 11:37:50 +00:00

umberto

blog

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

write

  1. create new post with make newpost
  2. write the post withvim content/posts/new-blog-post.md
  3. upload with make ftp_upload