Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 706 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 706 Bytes

Boring

Minimal theme for Zola, powered by TailwindCSS

Demo

https://boring-zola.netlify.app/

sreenshot

Setup

In your zola site directory

  • Get theme

    git submodule add https://github.com/ssiyad/boring themes/boring
  • Build CSS

    cd themes/boring
    yarn install --frozen-lockfile
    yarn build
  • Change theme specific variables. They are listed in extra section of config.toml

Refer Zola Docs for further instructions

License

GPLv3