Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oluceps/hugo-theme-willow
A lightweight hugo theme built with tailwindCSS
https://github.com/oluceps/hugo-theme-willow
hugo hugo-site hugo-theme tailwindcss
Last synced: 5 days ago
JSON representation
A lightweight hugo theme built with tailwindCSS
- Host: GitHub
- URL: https://github.com/oluceps/hugo-theme-willow
- Owner: oluceps
- License: mit
- Created: 2024-05-15T09:27:36.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-22T14:48:16.000Z (6 months ago)
- Last Synced: 2024-10-12T22:22:24.928Z (about 1 month ago)
- Topics: hugo, hugo-site, hugo-theme, tailwindcss
- Language: HTML
- Homepage: https://oluceps.github.io/hugo-theme-willow/
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hugo Theme | Willow
Lightweight hugo theme built with tailwindCSS, inspired by [tmaize-blog](https://github.com/TMaize/tmaize-blog)
## Features
- [x] ~20kB Mainpage Size
- [x] Mobile Layout Optimize
- [x] Tiered Section Hidden
- [x] ToC
- [x] No Dark Mode
- [x] No Comment
- [x] No RSSIncludes the official Tailwind CSS plugins:
- [Typography](https://tailwindcss.com/docs/typography-plugin) for styling of markdown content
- [Forms](https://github.com/tailwindlabs/tailwindcss-forms) for basic resets for form styles
- [Aspect Ratio](https://github.com/tailwindlabs/tailwindcss-aspect-ratio) to give elements a fixed aspect ratio
- [Line Clamp](https://github.com/tailwindlabs/tailwindcss-line-clamp) for truncating text## Setup
```console
pnpm i -r
cd exampleSite
just
```## Custom
Since it built with tailwindCSS, you can change colour scheme with simply modifing ` assets/css/tailwind.config.js`.
More option shown in exampleSite.
## License
Licenses under [MIT](./LICENSE)