Skip to content

urbanophile/urbanophile.github.io

Repository files navigation

Overview

This is contains the code I was/am using make my personal website hosted on github pages. It contains a lot cruft.

Look at this for info on

helpful utilities:

Build dev site

Build using the dev settings and serve the site locally with:

pelican --autoreload --listen

and navigate to http://localhost:8000/. If you just want to build the site use can use pelican content -s publishconf.py

Build prod site

Compile production site with pelican content -s publishconf.py. I am currently deploying to github pages via a github action with source code at .github/workflows/pelican.yml

Blogs with source code using Pelican

using markdown

using rst: