hugo-theme-cybercards/exampleSite/content/posts/install.md

1.2 KiB

title summary img pageid parents topics author date weight
Installation Installation and set-up of the *cybercards* theme image-1.png install
documentation
Documentation
Installation
helmut 2022-02-19 310

Installation and set-up of the cybercards theme

Prerequisite for CSS generation

All CSS will be generated during site generation from .scss source files using the Bootstrap toolkit. This only works if the .scss source files can be found in the right place in your themes folder. The current version of the cybercards uses Bootstrap version 5.1.3. (All other Bootstrap files used by the cybercards theme are stored in the Git repository.)

Please download the Bootstrap toolkit source files from the Bootstrap download page (or use this link: Bootstrap source v5.1.3), unpack it and copy or move the scss folder to a folder themes/common/bootstrap (a subfolder of the themes folder that contains the cybercards theme folder).

The bootstrap .scss source files are then imported during site generation via cybercards/assets/scss/main.scss.