Go to file
Marvin Steadfast 3009012319 provisioning work
added timezone handling and removed flickr2markdown. also clones my
pelican-plugins fork instead of the official one.
2015-09-15 10:38:12 +02:00
ansible provisioning work 2015-09-15 10:38:12 +02:00
content new article 2015-09-14 11:13:09 +00:00
cookiecutter-new-post using docker and vagrant for blogging environment 2015-08-23 13:47:31 +02:00
themes/xsteadfastx-greg forgot to change image size in css for mobile 2015-09-13 19:48:22 +00:00
vagrant finally works 2015-08-24 09:27:24 +00:00
_nb_header.html using docker and vagrant for blogging environment 2015-08-23 13:47:31 +02:00
.gitignore added search and some small other fixes 2015-08-26 08:57:49 +00:00
.gitmodules deleted plugins from repo 2015-08-24 13:07:35 +00:00
Makefile fixes python path in Makefile 2015-09-09 06:48:35 +00:00
newpost.py using docker and vagrant for blogging environment 2015-08-23 13:47:31 +02:00
pelicanconf.py enabled soundcloud plugin 2015-09-14 08:59:46 +00:00
publishconf.py finally works 2015-08-24 09:27:24 +00:00
README.md using docker and vagrant for blogging environment 2015-08-23 13:47:31 +02:00
Vagrantfile added search and some small other fixes 2015-08-26 08:57:49 +00:00

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