Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Minimal, responsive Hugo theme with no JavaScript, normalize.css styling, and support for posts and pages.
Light Hugo is a minimal, responsive Hugo theme that renders posts and pages using only HTML and CSS, with no JavaScript, built on normalize.css and a material design aesthetic.
Light Hugo is a bare-bones static site theme for the Hugo site generator that converts Markdown content into a blog-style website. It takes content files written for the posts and pages sections and outputs a responsive, material-styled HTML site. The theme is distributed on GitHub and its example config references the author handle tblyler, though no explicit authorship is credited in the README.
layouts/partials/head.html and layouts/partials/foot.html in your Hugo site to append custom elements.The theme is activated by setting theme = "light-hugo" in your Hugo config file. Site-wide options such as title, author, copyright, and social links are defined in the Params block. Content is added as Markdown files organized under posts or pages, and custom head or footer HTML can be injected by creating the corresponding partial files before compiling the site.
No. The theme is built exclusively with HTML and CSS, so no JavaScript runs on the page.
It supports Hugo's posts and pages content types. Posts are treated as blog entries, while pages are displayed in a similar single-column layout.
Set the relevant keys in the Params block of config.toml, including email, github, twitter, linkedin, facebook, youtube, and logo.
Yes. Create layouts/partials/head.html and layouts/partials/foot.html in your Hugo site directory to append your own elements before the closing head and body tags.