4 Commits

Author SHA1 Message Date
06e0e6afe8 refactor: migrate from Hugo to Org-mode static site generator
- Remove Hugo configuration, themes, and Node.js dependencies
- Delete CI/CD files (.drone.yml, .fleek.json, Dockerfile)
- Convert Markdown content to Org-mode format in org/ directory
- Add Emacs Lisp publishing script with ox-publish configuration
- Create Makefile for build automation
- Update .gitignore for Emacs and macOS files
- Preserve media assets with Git LFS tracking
- Add RSS feed generation capability
- Remove package.json, package-lock.json, and markdownlint config
2025-09-23 17:07:02 +02:00
5717b5be9b feat: add part one of Songlify bot (#15)
All checks were successful
continuous-integration/drone/push Build is passing
* update gitignore
* add new words to spellchecker

Co-authored-by: Davide Polonio <poloniodavide@gmail.com>
Reviewed-on: #15
Co-authored-by: polpetta <polpetta@poldebra.me>
Co-committed-by: polpetta <polpetta@poldebra.me>
2022-01-05 16:07:22 +00:00
94220dab8c First article (#1)
All checks were successful
continuous-integration/drone/push Build is passing
Add first article without spell checking and basic CI integration

Co-authored-by: Davide Polonio <poloniodavide@gmail.com>
Reviewed-on: #1
2021-05-19 08:24:42 +00:00
edf50d868c First draft 2021-04-26 22:39:17 +02:00