My website.
Find a file
2024-12-01 23:24:22 +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 [11 files]: matrix tings + misc minor 2024-12-01 23:24:22 +00:00
layouts/partials layouts/partials/footer.html: add onion link 2024-11-30 17:10:22 +00:00
static [11 files]: matrix tings + misc minor 2024-12-01 23:24:22 +00:00
themes README.md, themes/boxgruv, .gitmodules: commit to using terminal as my theme, no longer have a separate branch for it, remove boxgruv theme 2024-11-25 17:21:24 +00:00
.gitignore fucking around w syntax highlighting 2024-11-20 00:17:36 +00:00
.gitmodules README.md, themes/boxgruv, .gitmodules: commit to using terminal as my theme, no longer have a separate branch for it, remove boxgruv theme 2024-11-25 17:21:24 +00:00
.pre-commit-config.yaml add gitleaks pre-commit hook 2024-11-20 21:09:12 +00:00
hugo.toml hugo.toml: change root url so that onionsite links don't redirect to revsuine.xyz 2024-11-30 17:24:04 +00:00
LICENCE initial commit 2024-11-18 20:19:39 +00:00
README.md [11 files]: matrix tings + misc minor 2024-12-01 23:24:22 +00:00

revsuine.xyz Website

These are the markdown files used to build my website with Hugo. The website uses panr's Terminal theme.

Usage

  1. Install hugo

  2. Clone the repo, e.g. with

    $ git clone https://git.revsuine.xyz/revsuine/revsuine.xyz.git

  3. cd into the directory of the website

  4. Install the theme with

    $ git submodule add -f https://git.revsuine.xyz/revsuine/hugo-theme-terminal.git themes/terminal

  5. Build with Hugo, e.g. hugo server to test it out, or just hugo to build into public/.

Style

Lines have a character limit of 120 where possible.

Theming

Colours taken from gruvbox-material medium.

Element Colour
Background #282828
Foreground #d4be98
Accent #a9b665

Licensing

The contents of this git repo, unless otherwise stated, are licensed under GPLv3. The contents of the website itself, e.g. blog posts, are licensed under CC BY-SA 4.0.

Licensing exemptions