Go to file
2018-11-12 10:25:40 +01:00
content fixed some bad line breaks in markdown 2018-11-12 10:25:40 +01: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 making theme font a little bigger 2018-11-05 07:26:45 +01:00
writing_env pygment: from solarized to dracula 2018-08-08 15:03:12 +02: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 moving writingenv from fish to xonsh 2017-12-15 19:43:08 +01:00
Makefile changed font to self hosted fantasque 2018-11-03 10:55:23 +01:00
newpost.py enabled gram plugin and modified cookiecutter script 2015-10-05 15:46:31 +02:00
pelicanconf.py added mastodon to social links 2018-08-17 15:38:52 +02:00
publishconf.py using ssl 2018-01-09 10:04:46 +01:00
README.md new theme called thinker 2017-05-24 08:26:25 +00:00

blog

create environment

  1. make writingenv

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