My website.
Find a file
2024-11-18 23:04:50 +00:00
archetypes initial commit 2024-11-18 20:19:39 +00:00
assets/css add gruvbox prism.css 2024-11-18 21:49:52 +00:00
content initial commit 2024-11-18 20:19:39 +00:00
layouts/partials add terminal theme licence 2024-11-18 22:03:37 +00:00
static fix favicon and og-image.png 2024-11-18 23:04:50 +00:00
themes initial commit 2024-11-18 20:19:39 +00:00
.gitignore ignore deploy script 2024-11-18 21:23:16 +00:00
.gitmodules initial commit 2024-11-18 20:19:39 +00:00
hugo.toml change order of menu and colour scheme 2024-11-18 20:51:21 +00:00
LICENCE initial commit 2024-11-18 20:19:39 +00:00
README.md update README 2024-11-18 22:30:16 +00:00

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.

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.

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.