README.md: formatting + expand colours
This commit is contained in:
parent
5baf0b1baa
commit
bf518026e9
1 changed files with 12 additions and 7 deletions
11
README.md
11
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/`.
|
||||
|
||||
|
@ -26,10 +30,11 @@ 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` |
|
||||
| Code background | `#1b1b1b` |
|
||||
|
||||
## Licensing
|
||||
|
||||
|
|
Loading…
Reference in a new issue