Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Clean, minimal Hugo blog theme with featured posts, intro text, and a single-level menu.

A Hugo theme for personal blogs and websites with multilanguage support, tag-based sidebar, and developer-focused shortcodes.

A personal blog and website built with Jekyll and hosted free on GitHub Pages.

Speaker Blog is a 2-column fixed layout designed for blog themes, W3C standards-compliant HTML CSS codes

Simple blog template implementing the same layout in Bootstrap 4, Bulma, Foundation, Materialize, and Semantic UI for comparison.
Monday theme is a minimal, decoration-free blog theme built for the Hugo static site generator that prioritizes readable content over visual elements.
Monday theme is a clean and simple blog theme for Hugo, a static site generator. It takes standard Hugo Markdown content with front matter as input and produces a static blog site with a single-column layout, an aside block, and an optional top navigation menu. The theme is developed by GitHub user cyevgeniy and distributed as an open-source repository at github.com/cyevgeniy/monday-theme.
theme = "monday-theme" in your site's config.toml.featured: true in its front matter to display it in the "Featured posts" section.hidden: true in front matter to keep a featured post out of the regular blog listing.introTitle and introBody parameters in config.toml to show a personal introduction at the bottom of the aside block.featured_image path in a post's front matter to display an image directly after the post heading.featured and hidden parameters to create a curated "Featured posts" section separate from the chronological archive.introTitle and introBody to present yourself or a contact email in the sidebar area of every page.Install the theme by cloning the repository into your Hugo project's themes folder: git clone https://github.com/cyevgeniy/monday-theme themes/monday-theme. Then set theme = "monday-theme" in your site's config.toml. Content is written as standard Hugo posts, and the theme reads front-matter parameters such as featured, hidden, and featured_image to control layout behavior. The repository README lists a to-do that includes adding a footer and publishing to the Hugo Themes site, so the footer may not be available yet.