Skip to content

ashleykleynhans/pelican

Repository files navigation

Ashley's Blog (https://trapdoor.cloud)

This is the source code for my personal blog, which can be found at trapdoor.cloud.

The blog is powered by Pelican, which generates static HTML from Markdown files, and uses the Flex theme.

Build and run locally

git clone https://github.com/ashleykleynhans/pelican
git submodule update --init
cd pelican
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
pelican -r -l

You can now access the blog in your browser at: http://127.0.0.1:8000.

About

My personal blog using Pelican with the Flex theme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published