Hugoplate is a free starter template built with Hugo and Tailwind CSS v4.0 that will save you hours of work. https://zeon.studio/preview?project=hugoplate
  • JavaScript 81.1%
  • HTML 11.9%
  • CSS 6.5%
  • Dockerfile 0.3%
  • Shell 0.2%
Find a file
2026-02-25 09:10:57 +06:00
.devcontainer update hugo version 2025-10-07 13:43:40 +06:00
.github update hugo version 2025-10-07 13:43:40 +06:00
.sitepins Update config by Sitepins 2026-02-09 21:56:32 +06:00
.vscode update tailwind and fix tw intellisense 2025-04-06 12:20:46 +06:00
assets redesign about page 2026-01-18 14:02:26 +06:00
exampleSite chore: migrate config to new format by Sitepins 2026-01-20 13:41:03 +06:00
images update tailwind version 2023-12-19 15:56:24 +06:00
layouts redesign about page 2026-01-18 14:02:26 +06:00
scripts update project setup script 2026-01-25 21:50:30 +06:00
.editorconfig initialize hugoplate 2023-05-25 16:41:54 +06:00
.gitignore remove cusom hugo_stats decoder, fixed theme.json update auto reload 2023-09-02 09:40:53 +06:00
.gitlab-ci.yml update hugo version 2025-10-07 13:43:40 +06:00
.jshintrc initialize hugoplate 2023-05-25 16:41:54 +06:00
.markdownlint.json initialize hugoplate 2023-05-25 16:41:54 +06:00
.prettierrc update prettierrc and navigation 2023-07-22 11:20:40 +06:00
_redirects added support for multilingual 404 page redirects 2024-04-15 10:05:35 +06:00
amplify.yml update hugo version 2025-10-07 13:43:40 +06:00
DEVELOPER_DOCS.md adapt new template system 2025-11-17 13:16:42 +06:00
LICENSE initialize hugoplate 2023-05-25 16:41:54 +06:00
netlify.toml update hugo version 2025-10-07 13:43:40 +06:00
package.json update dependency versions 2026-02-25 09:10:57 +06:00
readme.md Update README 2026-01-09 16:23:27 +06:00
theme.toml update modules 2025-11-18 09:00:57 +06:00
vercel-build.sh update hugo version 2025-10-07 13:43:40 +06:00
vercel.json Map HTTP 404 explicitly in Vercel 2024-02-07 08:43:23 +01:00

Hugo + Tailwind CSS Starter and Boilerplate

Hugoplate is a free starter template built with Hugo and Tailwind CSS v4.0, providing everything you need to jumpstart your Hugo project and save valuable time.

Made with ♥ by Zeon Studio

If you find this project useful, please give it a to show your support.

👀 Demo | Page Speed (95+)🚀 | One Click Deploy With Sitepins

hugo version license code size contributors

Table of Contents

🎁 What's Included

We have included almost everything you need to start your Hugo project. Let's see what's included in this template:

📌 Key Features

  • 👥 Multi-Authors
  • 🎯 Similar Posts Suggestion
  • 🔍 Search Functionality
  • 🌑 Dark Mode
  • 🏷️ Tags & Categories
  • 🔗 Netlify setting pre-configured
  • 📞 Support contact form
  • 📱 Fully responsive
  • 📝 Write and update content in Markdown
  • 💬 Disqus Comment
  • 🔳 Syntax Highlighting

📄 15+ Pre-designed Pages

  • 🏠 Homepage
  • 👤 About
  • 📞 Contact
  • 👥 Authors
  • 👤 Author Single
  • 📝 Blog
  • 📝 Blog Single
  • 🚫 Custom 404
  • 💡 Elements
  • 📄 Privacy Policy
  • 🏷️ Tags
  • 🏷️ Tag Single
  • 🗂️ Categories
  • 🗂️ Category Single
  • 🔍 Search

📦 Tech Stack


🚀 Getting Started

First you need to clone or download the template repository, and then let's get started with the following process:

⚙ Prerequisites

To start using this template, you need to have some prerequisites installed on your machine.

👉 Project Setup

We built this custom script to make your project setup easier. It will create a new Hugo theme folder and clone the Hugoplate theme into it. Then move the exampleSite folder into the root directory. So that you can start your Hugo server without going into the exampleSite folder. Use the following command to setup your project.

npm run project-setup

👉 Install Dependencies

Install all the dependencies using the following command.

npm install

👉 Development Command

Start the development server using the following command.

npm run dev

🎬 Still Confused? Watch a Quick Video

https://github.com/zeon-studio/hugoplate/assets/58769763/c260c0ae-91be-42ce-b8db-aa7f11f777bd


📝 Customization

This template has been designed with a lot of customization options in mind. You can customize almost anything you want, including:

👉 Site Config

You can change the site title, base URL, language, theme, plugins, and more from the hugo.toml file.

👉 Site Params

You can customize all the parameters from the config/_default/params.toml file. This includes the logo, favicon, search, SEO metadata, and more.

👉 Colors and Fonts

You can change the colors and fonts from the data/theme.json file. This includes the primary color, secondary color, font family, and font size.

You can change the social links from the data/social.json file. Add your social links here, and they will automatically be displayed on the site.


🛠 Advanced Usage

We have added some custom scripts to make your life easier. You can use these scripts to help you with your development.

👉 Update Theme

If you want to update the theme, then you can use the following command. It will update the theme to the latest version.

npm run update-theme

Note: This command will work after running the project-setup script.

👉 Update Modules

We have added a lot of modules to this template. You can update all the modules using the following command.

npm run update-modules

👉 Remove Dark Mode

If you want to remove dark mode from your project, you can use the following command to remove dark mode from your project.

npm run remove-darkmode

Note: This command will work before running the project-setup script. If you have already run the project-setup command, then you have to run npm run theme-setup first, and then you can run this command. Afterward, you can run npm run project-setup again.

👉 Remove Multilingual

If you want to remove multilingual from your project, you can use the following command to remove multilingual from your project.

npm run remove-multilang

Note: This command will work before running the project-setup script. If you have already run the project-setup command, then you have to run npm run theme-setup first, and then you can run this command. Afterward, you can run npm run project-setup again.


🚀 Build And Deploy

After you finish your development, you can build or deploy your project almost everywhere. Let's see the process:

👉 Build Command

To build your project locally, you can use the following command.

npm run build

👉 Deploy Site

We have provided 5 different deploy platform configurations with this template, so you can deploy easily.

And if you want to host some other hosting platforms. Then you can build your project, and you will get a public folder. that you can copy and paste on your hosting platform.

Note: You must change the baseURL in the hugo.toml file. Otherwise, your site will not work properly.


📝 Edit Content with CMS

This template comes pre-configured with Sitepins, a Git-based Headless CMS designed for seamless content management. You can update your websites text, images, and configuration without touching a single line of code.

How to get started:

Click the Edit with Sitepins button below and follow the on-screen instructions to start editing your content visually.

Edit with Sitepins

🔒 Guide to Staying Compliant

🐞 Reporting Issues

We use GitHub Issues as the official bug tracker for this Template. Please search existing issues. Someone may have already reported the same problem. If your problem or idea has not been addressed yet, feel free to open a new issue.

📝 License

Copyright (c) 2023 - Present, Designed & Developed by Zeon Studio

Code License: Released under the MIT license.

Image license: The images are only for demonstration purposes. They have their license, we don't have permission to share those images.


🌠 Showcase

List of some projects people are building with Hugoplate! Don't forget to add yours.


💻 Need Customization?

If you need a custom theme, theme customization, or complete website development services from scratch, you can Hire Us.