This repository host the content and script to build my personal website: pdelboca.me
static/for CSSstatic/old-sitehost my old website that I use to write using RMarkdown.content/folder with Markdwon files stored inYYYY/MM/DDfolder.template/folder with a bunch of templates.docs/folder to host the static site (for Github publishing)main.pyfile to read the content usingmarkdownlibrary and render the website usingjinja2.
To generate the static site:
$ uv run main.pyTo previsualize the content:
$ python -m http.server -d docs/