Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 RSS

Includes 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)