Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
The zen theme for Hugo demo site.

A minimal Remix site example that deploys to Vercel with zero configuration, including CLI-based setup and local dev server.

A personal Next.js template with TypeScript, Sass, React Query, and atomic design.

Western Shop is an artistic web template based on wooden background, 2-column HTML layout

Open Source NextJS, Typescript and TailwindCSS Multipurpose Landing Page Theme
Zen Demo is a demo site and quickstart template for the Zen Hugo theme, showcasing a multilingual, search-enabled site that auto-deploys to GitHub Pages.
Zen Demo is a GitHub repository that serves as both a live demo and a starting point for building a site with the Zen Hugo theme. It takes a Hugo site configuration and produces a static website with support for multiple languages, search, and podcast content, deployed automatically to GitHub Pages. The repository is available at github.com/frjo/zen-demo, with the theme itself at github.com/frjo/hugo-theme-zen.
hugo mod get -u.hugo mod get -u in a clone of this repo to pull the latest version of the Zen theme.Yes, the repository is public on GitHub and can be freely used as a template. The Zen Hugo theme is also open source.
You need Hugo, since the theme is loaded as a Go module. Run hugo mod get -u to update the theme, then build the site with Hugo's standard commands.
The site is deployed to GitHub Pages using a GitHub Actions workflow defined in .github/workflows/pages.yaml. Any push to the main branch triggers a rebuild and redeployment.
Yes, the demo configuration is multilingual, and the theme includes language-aware navigation and content organization.
Use the green "Use this template" button on the repository page to create your own repo with the same file structure. Then edit the content and configuration to match your site.
