My website.
Find a file
2024-11-25 15:44:01 +00:00
archetypes initial commit 2024-11-18 20:19:39 +00:00
assets/css content/blog/mail_server_alpine_postfix_dovecot_tutorial: code blocks css improvements 2024-11-24 01:49:05 +00:00
content content/blog/mail_server_alpine_postfix_dovecot_tutorial.md: provide a lang for postfix logrotate code block so that in terminal theme it lets you copy its contents 2024-11-25 03:12:32 +00:00
layouts/partials comment in footer 2024-11-20 00:52:19 +00:00
static static/style.css: minor styling of anchor hovers, selection background 2024-11-25 15:44:01 +00:00
themes themes/terminal: update 2024-11-25 02:57:08 +00:00
.gitignore fucking around w syntax highlighting 2024-11-20 00:17:36 +00:00
.gitmodules themes/terminal: switch to my fork of the theme 2024-11-25 02:04:50 +00:00
.pre-commit-config.yaml add gitleaks pre-commit hook 2024-11-20 21:09:12 +00:00
hugo.toml hugo.toml: add showWordCount 2024-11-25 02:18:38 +00:00
LICENCE initial commit 2024-11-18 20:19:39 +00:00
README.md add colour info to README 2024-11-18 23:09:31 +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.

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.