Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A minimal blogging theme for Hugo.
Ritzy is a minimal Hugo blogging theme that turns Markdown content into a responsive, content-focused static site with built-in LaTeX rendering and a custom 404 page.
Ritzy is a bare-bones blogging theme for Hugo, created by ddritzenhoff and available on GitHub under the MIT License. The theme takes your Markdown posts, images, and a TOML configuration file as input, and outputs a static website with a clean, minimal design. It includes dedicated hooks for an About section and Contact information, plus a standard posts directory for articles.
$E = mc^2$ or block equations in $$...$$ delimiters; MathJax renders them directly in the browser._about.md and _contact.md files for static pages, plus a posts/ directory for blog entries.Install the theme by adding it as a Git submodule (git submodule add https://github.com/ddritzenhoff/ritzy.git themes/ritzy) or by cloning it directly into your Hugo themes directory. Then set theme = "ritzy" in your site config, optionally add params for author and description, and create content under the supported folders. Posts are generated by running hugo new posts/post-name.md and filling in the front matter with title, date, draft status, and description.
Yes, Ritzy is released under the MIT License. You can use it for personal or commercial projects, modify it, and distribute it without paying a license fee.
Yes. The theme includes built-in MathJax support, so both inline math ($...$) and display equations ($$...$$) in your posts are rendered as proper mathematical notation.
Place an italicized line immediately after the image. The theme will center that text below the image as a caption.
The theme uses three top-level pieces: _about.md for the About page, _contact.md for contacts, and a posts/ folder for blog entries. All posts should have front matter with a title, date, draft flag, and optional description.
