Go to file
2016-02-12 11:13:43 +00:00
ansible fixed tag pages 2016-02-12 11:13:43 +00:00
content new article 2016-02-11 10:04:39 +00:00
cookiecutter-new-post replace , in cookiecutter 2015-11-12 10:20:52 +01:00
themes fixed tag pages 2016-02-12 11:13:43 +00:00
vagrant moved from ubuntu to alpine linux 2016-02-08 12:16:47 +01:00
_nb_header.html moved from ubuntu to alpine linux 2016-02-08 12:16:47 +01:00
.gitignore some css and ansible tweaks 2015-12-01 21:44:20 +01:00
.gitmodules deleted plugins from repo 2015-08-24 13:07:35 +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 added twitter cards 2016-02-09 11:01:47 +00:00
publishconf.py cleaned publish.conf 2016-02-10 12:22:02 +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