revsuine.xyz/README.md

37 lines
1.3 KiB
Markdown
Raw 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
live website is currently built off of the `terminal` branch.
2024-11-18 20:19:39 +00:00
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
### Theme Branches
2024-11-18 20:57:57 +00:00
I have branches for each theme for the website. Commits to `master` should be theme-independent commits, e.g. new
posts. Theme branches should pull from `master` whenever there are new `master` commits. Commits exclusive to theme
branches should *only* be for changes relevant to the theme.
Theme branches are what should be used to build the website. `master` should not be used for building/deployment, only
to store common changes among all branches.
2024-11-18 23:09:31 +00:00
### [Terminal](https://github.com/panr/hugo-theme-terminal)
Colours taken from [gruvbox-material medium](https://github.com/sainnhe/gruvbox-material).
| Element | Colour |
| ---------- | --------- |
| Background | `#282828` |
| Foreground | `#d4be98` |
| Accent | `#a9b665` |
2024-11-18 22:30:16 +00:00
## Licensing
2024-11-18 20:19:39 +00:00
The contents of this git repo are licensed under [GPLv3](https://www.gnu.org/licenses/gpl-3.0.txt). The contents of the
2024-11-18 20:53:07 +00:00
website itself, e.g. blog posts, are licensed under
[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/legalcode).
2024-11-18 20:19:39 +00:00