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