archetypes | ||
assets/css | ||
content | ||
layouts/partials | ||
static | ||
themes | ||
.gitignore | ||
.gitmodules | ||
.pre-commit-config.yaml | ||
hugo.toml | ||
LICENCE | ||
README.md |
revsuine.xyz Website
These are the markdown files used to build my website with Hugo. The
live website is currently built off of the terminal
branch.
Style
Lines have a character limit of 120 where possible.
Theming
Theme Branches
I have branches for each theme for the website. Commits to master
should be theme-independent commits, e.g. new
posts. Theme branches should pull from master
whenever there are new master
commits. Commits exclusive to theme
branches should only be for changes relevant to the theme.
Theme branches are what should be used to build the website. master
should not be used for building/deployment, only
to store common changes among all branches.
Terminal
Colours taken from gruvbox-material medium.
Element | Colour |
---|---|
Background | #282828 |
Foreground | #d4be98 |
Accent | #a9b665 |
Licensing
The contents of this git repo are licensed under GPLv3. The contents of the website itself, e.g. blog posts, are licensed under CC BY-SA 4.0.