Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ssiyad/boring
Minimal theme for Zola
https://github.com/ssiyad/boring
Last synced: 5 days ago
JSON representation
Minimal theme for Zola
- Host: GitHub
- URL: https://github.com/ssiyad/boring
- Owner: ssiyad
- License: gpl-3.0
- Created: 2022-11-20T14:10:43.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-16T07:23:37.000Z (12 months ago)
- Last Synced: 2023-11-16T08:29:20.498Z (12 months ago)
- Language: SCSS
- Homepage:
- Size: 8.38 MB
- Stars: 19
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Boring
Minimal theme for [Zola](https://www.getzola.org/), powered by
[TailwindCSS](https://tailwindcss.com/)### Demo
https://boring-zola.netlify.app/![sreenshot](./screenshot.png)
### Setup
In your zola site directory
- Get theme```shell
git submodule add https://github.com/ssiyad/boring themes/boring
```- Build CSS
```shell
cd themes/boring
yarn install --frozen-lockfile
yarn build
```- Change theme specific variables. They are listed in `extra` section of
[config.toml](./config.toml)Refer [Zola Docs](https://www.getzola.org/documentation/themes/installing-and-using-themes/#using-a-theme)
for further instructions### License
[GPLv3](./LICENSE)