2024-11-18 20:19:39 +00:00
|
|
|
# revsuine.xyz Website
|
|
|
|
|
|
|
|
These are the markdown files used to build [my website](https://revsuine.xyz/) with [Hugo](https://gohugo.io/).
|
|
|
|
|
|
|
|
# Style
|
|
|
|
|
|
|
|
Lines have a character limit of 120 where possible.
|
|
|
|
|
2024-11-18 20:57:57 +00:00
|
|
|
# Theme Branches
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
2024-11-18 20:19:39 +00:00
|
|
|
# Licensing
|
|
|
|
|
|
|
|
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
|
|
|
|