Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Illusion of Control

The source for dimitriosarethas.com, built with Hugo.

Local development

Install a current Hugo release (0.158 or newer), then run:

hugo server -D

The site is available at http://localhost:1313. Create a post with:

hugo new content posts/my-post.md

Build the production site with minified, fingerprinted assets:

hugo --minify

Structure

  • content/ contains pages and essays.
  • layouts/ contains the first-party Hugo templates and partials.
  • assets/css/main.css is the responsive visual system.
  • assets/js/main.js powers 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.

About

My Blog

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages