My website.
| 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 website uses panr's Terminal theme.
Usage
- Install
hugo - Clone the repo, e.g. with
$ git clone https://git.revsuine.xyz/revsuine/revsuine.xyz.git
cdinto the directory of the website- Install the theme with
$ git submodule add -f https://git.revsuine.xyz/revsuine/hugo-theme-terminal.git themes/terminal
- Build with Hugo, e.g.
hugo serverto test it out, or justhugoto build intopublic/.
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
- The Mastodon logo at
static/assets/mastodon_logo.svgis trademarked by Mastodon gGmbH. From reading their trademark page, I believe my usage of the logo falls under fair use. - The Forgejo logo at
static/assets/forgejo_logo.svgis created by Caesar Schinas and is licensed under CC BY-SA 4.0.