My website.
Find a file
2025-04-20 01:23:00 +01:00
archetypes initial commit 2024-11-18 20:19:39 +00:00
assets/css code blocks; get block title & copy button to appear, further styling needed, also syntax highlighting not working atm 2025-04-20 01:23:00 +01:00
content content/blog/canon_pixma_tr4755i.md: use link references for printer tutorial + fix the links 2025-04-17 00:04:11 +01:00
layouts/partials update my footer to use chroma not prismjs 2025-04-20 00:16:46 +01:00
static code blocks; get block title & copy button to appear, further styling needed, also syntax highlighting not working atm 2025-04-20 01:23:00 +01:00
themes code blocks; get block title & copy button to appear, further styling needed, also syntax highlighting not working atm 2025-04-20 01:23:00 +01:00
.gitignore remove extra baseurl 2024-11-20 00:23:20 +00:00
.gitmodules use http for the theme submodule 2025-04-19 23:52:08 +01:00
.pre-commit-config.yaml add gitleaks pre-commit hook 2024-11-20 21:09:12 +00:00
hugo.toml code blocks; get block title & copy button to appear, further styling needed, also syntax highlighting not working atm 2025-04-20 01:23:00 +01:00
LICENCE initial commit 2024-11-18 20:19:39 +00:00
README.md README.md: formatting + expand colours 2024-12-14 01:07:17 +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
  1. cd into the directory of the website
  2. Install the theme with
$ git submodule add -f https://git.revsuine.xyz/revsuine/hugo-theme-terminal.git themes/terminal
  1. 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
Code background #1b1b1b

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