The source for dimitriosarethas.com, built with Hugo.
Install a current Hugo release (0.158 or newer), then run:
hugo server -DThe site is available at http://localhost:1313. Create a post with:
hugo new content posts/my-post.mdBuild the production site with minified, fingerprinted assets:
hugo --minifycontent/contains pages and essays.layouts/contains the first-party Hugo templates and partials.assets/css/main.cssis the responsive visual system.assets/js/main.jspowers the light/dark theme control.static/contains files copied directly to the published site.
The old vendored hugo-ink theme remains in the repository for historical reference, but is no longer loaded. Tailwind is intentionally not part of the build: the site has a small set of semantic templates, and Hugo's native asset pipeline keeps its single stylesheet dependency-free, minified, and fingerprinted in production.