Compare commits

..

3 commits

Author SHA1 Message Date
5d81f25f58
Merge branch 'master' into terminal 2024-11-18 20:58:18 +00:00
ca54d4beb8
README clarify about branches 2024-11-18 20:57:57 +00:00
f2ba9016fe
ignore .hugo_build.lock 2024-11-18 20:55:41 +00:00
3 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
public/ public/
.hugo_build.lock

View file

View file

@ -6,6 +6,12 @@ These are the markdown files used to build [my website](https://revsuine.xyz/) w
Lines have a character limit of 120 where possible. Lines have a character limit of 120 where possible.
# 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.
# Licensing # Licensing
The contents of this git repo are licensed under [GPLv3](https://www.gnu.org/licenses/gpl-3.0.txt). The contents of the The contents of this git repo are licensed under [GPLv3](https://www.gnu.org/licenses/gpl-3.0.txt). The contents of the