verless / verless

A Static Site Generator designed for Markdown-based content with a focus on simplicity and performance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add theme configuration

dominikbraun opened this issue · comments

verless should provide the option to add a theme configuration in a theme.yml file inside the particular theme directory. A possible structure of this configuration would be something like this:

name: dark-theme # The theme name that users specify inside verless.yml
build:
    before:
        - sass style.scss generated/style.css