Redux of learnings and talks from PyCon 2022 and onward: https://pycon-redux.com/
The website is hosted via GitHub Pages. It was made with the static site generator Hugo, and the theme is Geekdoc (GitHub repo).
To download a pre-release of this theme, please follow the
Geekdocs pre-release download instructions here.
Also, check the Hugo GitHub Actions workflow
for what to set $GEEKDOC_VERSION
.
mkdir -p themes/hugo-geekdoc/
curl -L https://github.com/thegeeklab/hugo-geekdoc/releases/download/v${GEEKDOC_VERSION}/hugo-geekdoc.tar.gz | \
tar -xz -C themes/hugo-geekdoc/ --strip-components=1
Markdown content in this website are written using semantic linefeeds.