README.md: formatting + expand colours

This commit is contained in:
revsuine 2024-12-14 01:07:17 +00:00
parent 5baf0b1baa
commit bf518026e9
Signed by: revsuine
GPG key ID: 3F257B68F5BC9339

View file

@ -8,12 +8,16 @@ website uses [panr's Terminal theme](https://github.com/panr/hugo-theme-terminal
1. Install `hugo` 1. Install `hugo`
2. Clone the repo, e.g. with 2. Clone the repo, e.g. with
$ git clone https://git.revsuine.xyz/revsuine/revsuine.xyz.git ```
$ git clone https://git.revsuine.xyz/revsuine/revsuine.xyz.git
```
3. `cd` into the directory of the website 3. `cd` into the directory of the website
4. Install the theme with 4. Install the theme with
$ git submodule add -f https://git.revsuine.xyz/revsuine/hugo-theme-terminal.git themes/terminal ```
$ 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/`. 5. Build with Hugo, e.g. `hugo server` to test it out, or just `hugo` to build into `public/`.
@ -25,11 +29,12 @@ Lines have a character limit of 120 where possible.
Colours taken from [gruvbox-material medium](https://github.com/sainnhe/gruvbox-material). Colours taken from [gruvbox-material medium](https://github.com/sainnhe/gruvbox-material).
| Element | Colour | | Element | Colour |
| ---------- | --------- | | --------------- | --------- |
| Background | `#282828` | | Background | `#282828` |
| Foreground | `#d4be98` | | Foreground | `#d4be98` |
| Accent | `#a9b665` | | Accent | `#a9b665` |
| Code background | `#1b1b1b` |
## Licensing ## Licensing