The following few steps will explain how to go around the repo.
repo tree
.
├── content
│ ├── about.md
│ ├── blog
│ └── gallery
├── sass
│ ├── base
│ ├── bourbon
│ │ ├── addons
│ │ ├── css3
│ │ ├── functions
│ │ ├── helpers
│ │ └── settings
│ └── component
├── static
│ ├── gallery
│ │ ├── 2023
│ │ └── 2024
│ ├── img
│ ├── processed_images
│ └── projects
│ ├── 2023
│ └── 2024
└── templates
├── categories
├── macros
└── tags
-
about.mdcontains info about our club and is exposed in the sidebar on the website. -
blogcontains, well, blogs. Info about events and stuff. Can hold CP articles as well. -
galleryyou can take a guess as to what it does. Check the example on how to add images in it. It fetches images assuming/staticas the root dir.
Pretty much useless if you are happy with the current colour scheme/animations/ widths anol. Figure it out for yourself if interested.
Holds the static content. For most part prefer to put the images and other stuff here.
Uses the Tera templating engine. Pages are generated based on these templates. Mostly shouldn't be needed to be touched, unless of course you want to edit some inline css.