Add small readme.

This commit is contained in:
Sergio Martínez Portela 2025-02-09 11:53:30 +01:00
parent fba35555b3
commit 06b5d1b50c

12
README.md Normal file
View File

@ -0,0 +1,12 @@
# Codigo para llevar's generator
This is the static site generator used to build [Codigo Para Llevar](https://codigoparallevar.com/) (my personal site). It contains:
- A markdown blog (with content ported from acrylamid). Saved as `/blog/`.
- A set of org-mode based notes. Saved as `/notes/`.
It also copies over some static assets (css, js, fonts).
The scripts are hardcoded with the hostnames and paths for my own site, so you might want to update them.
General documentation is in progress and might be replaced little by little by the more interactive [org-web-editor](https://code.codigoparallevar.com/kenkeiras/org-web-editor) once that one (1) supports all the features here and (2) has support for building static sites.