You can visit the website here.
Pelican is a python based static website generator.
To create a virtual environment with pelican:
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
# to configure the start of the website
pelican-quickstartTo generate and review website:
pelican content
pelican --listenThe repo provides a makefile commands for ease of use. Run make help to view them.
I have updated the makefiles to publish to the gh-pages branch everytime I run make github.
Here, I can view different themes.
Some of my favourite are: nmnlist, Flex, genus, hyde.
Clone the theme locally, then run pelican-themes install <relative-path>.
Currently, I am using mnmlist theme, and have changed colors to my needs.
Some tips: