From bf518026e9ae921517218028cab366585b6b9da8 Mon Sep 17 00:00:00 2001 From: revsuine Date: Sat, 14 Dec 2024 01:07:17 +0000 Subject: [PATCH] README.md: formatting + expand colours --- README.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 387e4e2..f0c80c8 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,16 @@ website uses [panr's Terminal theme](https://github.com/panr/hugo-theme-terminal 1. Install `hugo` 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 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/`. @@ -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). -| Element | Colour | -| ---------- | --------- | -| Background | `#282828` | -| Foreground | `#d4be98` | -| Accent | `#a9b665` | +| Element | Colour | +| --------------- | --------- | +| Background | `#282828` | +| Foreground | `#d4be98` | +| Accent | `#a9b665` | +| Code background | `#1b1b1b` | ## Licensing