vermaneerajin / boring

Minimal theme for Zola

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Minimal theme for Zola

License:GNU General Public License v3.0


Languages

Language:SCSS 54.2%Language:CSS 41.6%Language:HTML 3.5%Language:JavaScript 0.6%