Go to file
2017-03-13 10:19:01 +00:00
content more work on that special article 2017-03-10 15:04:38 +00:00
cookiecutter-new-post upgraded cookiecutter and added jinja2-slug 2016-05-24 12:26:52 +00:00
pelican-plugins@6dbc6833bc got rid of vagrant. using docker itself for writingenv 2017-03-13 10:19:01 +00:00
themes/flex back to fitvids 2016-09-21 12:51:47 +00:00
writing_env got rid of vagrant. using docker itself for writingenv 2017-03-13 10:19:01 +00:00
_nb_header.html got rid of vagrant. using docker itself for writingenv 2017-03-13 10:19:01 +00:00
.gitignore got rid of vagrant. using docker itself for writingenv 2017-03-13 10:19:01 +00:00
.gitmodules got rid of vagrant. using docker itself for writingenv 2017-03-13 10:19:01 +00:00
docker-compose.yml got rid of vagrant. using docker itself for writingenv 2017-03-13 10:19:01 +00:00
Makefile got rid of vagrant. using docker itself for writingenv 2017-03-13 10:19:01 +00:00
newpost.py enabled gram plugin and modified cookiecutter script 2015-10-05 15:46:31 +02:00
pelicanconf.py disabled RSS_FEED_SUMMARY_ONLY 2016-12-15 12:56:15 +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