This is my personal blog using the pelican project.
I designed the theme using pico.css, font-awesome, and the simple template from pelican.
I host the site right here on GitHub pages.
To run the site locally, you will want to have podman installed.
Build the container to run the site:
make build
And run the container:
make run
You can now view the site at http://localhost:8000.
You can use make clean
to remove the output directory and make run
to start it up again.
To make a post using the template, run:
make post