https://github.com/ganchdev/hugo-unpoly-tailwind
An example theme project for Hugo using Tailwind and Unpoly
https://github.com/ganchdev/hugo-unpoly-tailwind
Last synced: 4 months ago
JSON representation
An example theme project for Hugo using Tailwind and Unpoly
- Host: GitHub
- URL: https://github.com/ganchdev/hugo-unpoly-tailwind
- Owner: ganchdev
- License: mit
- Created: 2023-08-31T23:38:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-19T11:39:55.000Z (12 months ago)
- Last Synced: 2025-07-19T16:15:19.566Z (12 months ago)
- Language: HTML
- Size: 98.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hugo Unpoly Tailwind template
This is a Hugo theme template that uses Unpoly JS and Tailwind CSS to build progressive and dynamic-like websites with Hugo. Think of it as the way to implement SPA in a statically generated website with less than a few lines of javascript.
### Requirements:
- Hugo v0.111.3+ or greater
- Node
### Run in development with:
```shell
$ npm run dev
```