This repository contains the shared themes for Stellar Vector sites.
./hugo: Hugo theme module. Used bystellarvector.be,blog.stellarvector.be, andfind.stellarvector.be../ctfd: CTFd theme. Used byplay.stellarvector.be.
Add the following to your hugo.yml:
module:
imports:
- path: github.com/stellarvector/theme/hugoFor local development (when the theme is unpushed or you want to see live changes), add the following to your site's go.mod:
replace github.com/stellarvector/theme/hugo => ../theme/hugo
replace github.com/stellarvector/theme/core => ../theme/core(Adjust the relative paths based on your site's location relative to this repo).
Symlink the ctfd directory to your CTFd themes directory:
ln -s /path/to/theme/ctfd /path/to/ctfd/themes/svThen select the sv theme in the CTFd admin panel.