revsuine.xyz/README.md

52 lines
1.7 KiB
Markdown
Raw Permalink Normal View History

2024-11-18 20:19:39 +00:00
# revsuine.xyz Website
2024-11-18 22:30:16 +00:00
These are the markdown files used to build [my website](https://revsuine.xyz/) with [Hugo](https://gohugo.io/). The
website uses [panr's Terminal theme](https://github.com/panr/hugo-theme-terminal).
2024-11-18 20:19:39 +00:00
2024-12-01 23:24:22 +00:00
## Usage
1. Install `hugo`
2. Clone the repo, e.g. with
2024-12-14 01:07:17 +00:00
```
$ git clone https://git.revsuine.xyz/revsuine/revsuine.xyz.git
```
2024-12-01 23:24:22 +00:00
3. `cd` into the directory of the website
4. Install the theme with
2024-12-14 01:07:17 +00:00
```
$ git submodule add -f https://git.revsuine.xyz/revsuine/hugo-theme-terminal.git themes/terminal
```
2024-12-01 23:24:22 +00:00
5. Build with Hugo, e.g. `hugo server` to test it out, or just `hugo` to build into `public/`.
2024-11-18 22:30:16 +00:00
## Style
2024-11-18 20:19:39 +00:00
Lines have a character limit of 120 where possible.
2024-11-18 23:09:31 +00:00
## Theming
Colours taken from [gruvbox-material medium](https://github.com/sainnhe/gruvbox-material).
2024-12-14 01:07:17 +00:00
| Element | Colour |
| --------------- | --------- |
| Background | `#282828` |
| Foreground | `#d4be98` |
| Accent | `#a9b665` |
| Code background | `#1b1b1b` |
2024-11-18 23:09:31 +00:00
2024-11-18 22:30:16 +00:00
## Licensing
2024-11-18 20:19:39 +00:00
The contents of this git repo, unless otherwise stated, are licensed under
[GPLv3](https://www.gnu.org/licenses/gpl-3.0.txt). The contents of the website itself, e.g. blog posts, are licensed
under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/legalcode).
### Licensing exemptions
* The Mastodon logo at `static/assets/mastodon_logo.svg` is trademarked by Mastodon gGmbH. [From reading their
trademark page, I believe my usage of the logo falls under fair use.](https://joinmastodon.org/trademark)
* The Forgejo logo at `static/assets/forgejo_logo.svg` is created by [Caesar Schinas](https://caesarschinas.com/) and
is licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).
2024-11-18 20:19:39 +00:00