zar3bski / dark-bulma-rising

Dark theme for Pelican SSG based on Bulma

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dark-bulma-rising

Dark theme for Pelican SSG based on Bulma

Usage

git submodule add https://github.com/zar3bski/dark-bulma-rising.git themes/dark-bulma-rising

pelicanconf.py

THEME = "./themes/dark-bulma-rising"

Social

pelicanconf.py

SOCIAL = (
    ("GitHub", "https://github.com/zar3bski"),
    ....
)

Supported social media

Please use the precise name's orthograph, for the entire templating relies on it. If your favorite social media is missing from the list, please consider making a pull request. You just need to add it's icon .png here and update this documentation

dark-bulma-rising/
    static/
        images/
            icons/
                your_social_media_icon.png

Favicon

Simply put it in

content/
     images/
          favicon.ico

Developer

To work on dark-bulma-rising, you'll need the following to generate the .css based on the .scss

npm install -g node-sass --save-dev
npm install -g bulma --save-dev

Just use the following to compile the .css

npm run css-build

new to scss? Bulma's documentation is a good entrypoint for non modern frontend developers

About

Dark theme for Pelican SSG based on Bulma

License:MIT License


Languages

Language:CSS 90.5%Language:HTML 7.7%Language:SCSS 0.9%Language:JavaScript 0.8%