Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miguelsolorio/hugo-tailwind-boilerplate
A Hugo boilerplate that uses Tailwind
https://github.com/miguelsolorio/hugo-tailwind-boilerplate
hugo tailwindcss
Last synced: 1 day ago
JSON representation
A Hugo boilerplate that uses Tailwind
- Host: GitHub
- URL: https://github.com/miguelsolorio/hugo-tailwind-boilerplate
- Owner: miguelsolorio
- Created: 2021-01-02T04:36:02.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-02T05:01:02.000Z (about 4 years ago)
- Last Synced: 2025-01-03T13:38:47.446Z (6 days ago)
- Topics: hugo, tailwindcss
- Language: HTML
- Homepage: https://misolori.github.io/hugo-tailwind-boilerplate/
- Size: 254 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hugo-tailwind-boilerplate
A [Hugo](https://gohugo.io) boilerplate website that uses [Tailwind](https://tailwindcss.com).
## File Structure
### HTML
All pages can be found under `content` which use the default layout template found under `layouts > _default`. You can also find all partials under `layouts > partial`.### CSS
All CSS dependencies are imported at `assets > css > main.css`, which automatically adds [Tailwind](https://tailwindcss.com).### JavaScript
All JS files are part of the `assets > js > scripts.js` array in the gulpfile.js## Building
Simply run `npm run develop` or if you're using VS Code, `Cmd/Ctrl + Shift + B` wil automatically run the task.