Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A simple Bootstrap 4 based Hugo blog theme with multi-author support, image processing, Prism syntax highlighting, and more.
Chunky Poster is a Hugo blog theme built on Bootstrap 4, designed to render Markdown content as a responsive blog with multi-author pages, image galleries, and optional Prism syntax highlighting.
Chunky Poster is an open-source Hugo theme inspired by the Prisma blog, offering a simple layout for publishing blog posts. It takes Hugo content written in Markdown and outputs a static website with automatic image processing, a multi-author taxonomy, and configurable integrations like Prism for code highlighting and Commento for comments. The theme is maintained by puresyntax71 and released under the MIT license.
authors front matter field, and the first image in the author's page resources becomes their avatar.images front matter list; images stored under content/images with a headless index.md are processed by Hugo, and the first listed image acts as the post cover._variables.scss and edit the main stylesheet at src/scss/chunky-poster.scss.yarn watch and yarn build).authors taxonomy, assign posts to authors, and display author avatars and social links.Installation is straightforward: clone the repository into your Hugo site's themes folder and copy the configuration from exampleSite/config.toml. Authors are set up by adding the "author" taxonomy, creating pages under content/authors, and referencing authors in post front matter. Content images are placed in content/images with a headless index.md, and the first image in a post's images list becomes the cover. To customize, fork the project and run yarn watch during development; for production, run yarn build to regenerate assets.
Chunky Poster is free and open source under the MIT license, so you can use, modify, and redistribute it without licensing fees.
Other Hugo blog themes you might consider are hugo-theme-even, CleanWhite, and Blank, all of which have influenced this theme's structure.
Yes, Chunky Poster is released under the MIT license, meaning it is free to use for personal and commercial projects. You can modify and redistribute it as long as you retain the original copyright notice.
Yes. It includes a multi-author feature based on the "author" taxonomy. You create author pages under content/authors, set metadata like Twitter handle and images, and then assign authors to posts using the authors field in front matter.
In your site's configuration file, add a [params.prismJS] section, set enable to true, and choose a theme by setting the theme value, for example "okaidia". This activates Prism on your posts.
Under [params.commento], set enable to true and provide your Commento URL in the url field. This adds the Commento commenting widget to your posts.
Yes, the theme includes an image gallery feature using the ekko-lightbox library and the figure shortcode. Simply use the figure shortcode with multiple images to create a lightbox gallery.
