Sources for my blog
Find a file
2020-06-01 00:31:13 +02:00
content First setup of the blog 2020-05-31 23:01:22 +01:00
plugins First setup of the blog 2020-05-31 23:01:22 +01:00
themes First setup of the blog 2020-05-31 23:01:22 +01:00
.gitignore First setup of the blog 2020-05-31 23:01:22 +01:00
.gitmodules First setup of the blog 2020-05-31 23:01:22 +01:00
new_article.sh Check EDITOR, fixed typo 2020-06-01 00:31:13 +02:00
pelicanconf.py Fixed images not being output 2020-05-31 23:18:08 +01:00
README.md First setup of the blog 2020-05-31 23:01:22 +01:00

TFK-Blog

This is the sources for my blog. They are generated using Pelican and based on the Flex theme.

Prerequisites

Python dependencies :

  • pelican[Markdown]
  • typogrify
  • beautifulsoup4 (Maybe ? Was already pulled for me)

You can install everything by running the following command : sudo pip3 install pelican[Markdown] typogrify beautifulsoup4

Build

To generate the site, you have to setup the pelican project : pelican-quickstart

Then, check that the pelicanconf.py file has not been changed. If it has, replace it.

You can now generate the site by running make html and test it on your local machine, port 8000, by running make serve.

Write

You can use the script new_article.sh to create a new article, fill its metadata and start editing it righ away. Otherwise, they are under content/articles