Go to file
Marvin Steadfast 1426c4b732 using docker and vagrant for blogging environment
also added cookiecutter for easier blog post creation.
2015-08-23 13:47:31 +02:00
ansible using docker and vagrant for blogging environment 2015-08-23 13:47:31 +02:00
content new article 2015-08-04 13:12:20 +02:00
cookiecutter-new-post using docker and vagrant for blogging environment 2015-08-23 13:47:31 +02:00
pelican-plugins@fda474fb90 using docker and vagrant for blogging environment 2015-08-23 13:47:31 +02:00
themes/xsteadfastx-greg enabled twitter cards and fixed some typos 2015-06-24 11:12:30 +02:00
vagrant using docker and vagrant for blogging environment 2015-08-23 13:47:31 +02:00
_nb_header.html using docker and vagrant for blogging environment 2015-08-23 13:47:31 +02:00
.gitignore using docker and vagrant for blogging environment 2015-08-23 13:47:31 +02:00
.gitmodules new theme 2014-04-03 10:53:29 +02:00
Makefile using docker and vagrant for blogging environment 2015-08-23 13:47:31 +02:00
newpost.py using docker and vagrant for blogging environment 2015-08-23 13:47:31 +02:00
pelicanconf.py using docker and vagrant for blogging environment 2015-08-23 13:47:31 +02:00
publishconf.py big import of my main blog to this one. still not 100% ready 2015-04-13 16:16:30 +02:00
README.md using docker and vagrant for blogging environment 2015-08-23 13:47:31 +02:00
requirements.txt using docker and vagrant for blogging environment 2015-08-23 13:47:31 +02:00
Vagrantfile using docker and vagrant for blogging environment 2015-08-23 13:47:31 +02: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