[11 files]: matrix tings + misc minor

This commit is contained in:
revsuine 2024-12-01 23:24:22 +00:00
parent b5620941eb
commit 558781957a
Signed by: revsuine
GPG key ID: 3F257B68F5BC9339
10 changed files with 44 additions and 8 deletions

View file

@ -3,6 +3,20 @@
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).
## 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.