Davide Polonio 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
2021-05-19 08:24:42 +00:00
2021-04-26 20:35:04 +00:00
2021-05-20 11:33:17 +00:00

bitdispenser.dev

Build Status

This is my personal website where I like to keep my thoughts mostly about technology & software. The site is statically generated thanks to Hugo, and it huses the Hermit theme. Posts are written in Markdown and then checked with Aspell.

Note: for all the people reading this on Github, the repository is Just a mirror. If you want to clone from the real source, you need to head to my personal Gitea instance. You can clone the repository with:

git clone https://git.poldebra.me/polpetta/bitdispenser.dev.git

Building the website

You can have a live preview of the website locally using the following command:

hugo serve

Note that this repository uses Git LFS, so you need to enable it and pull binary objects first before building the site, otherwise you will likely have missing images & assets. If you don't have git LFS, type:

git lfs install
git lfs pull

Lint & spellchecker checks

Lint & spellchecker are respectively done with a npm package and a bash script. For running them you need node installed.

For lint checking:

npm install
npm run lint

For spell check:

npm run spellchecker

or

./tools/spellchecker.sh en

License

Images and all the other content taken on internet are of their rispective owners. All the other content is to consider under CC-BY-SA 4.0. Code snippets otherwise specified are to be considered under MIT license.

Description
My personal website
https://bitdispenser.dev/ Readme 1.6 MiB
Languages
Shell 48.6%
HTML 33.2%
Dockerfile 18.2%