diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2024-09-02 10:24:02 -0500 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2024-09-02 10:24:02 -0500 |
commit | 8a098c977c5279797ce709a9ba199b865060bac1 (patch) | |
tree | a64913984047fdadbaa72d48f92dc822a63dfa9d | |
parent | 6c8dba257733abfa69d7ff1389341c5d8cfb9c5f (diff) | |
download | hugo-theme-tjkbasic-8a098c977c5279797ce709a9ba199b865060bac1.tar.xz hugo-theme-tjkbasic-8a098c977c5279797ce709a9ba199b865060bac1.zip |
add about and fix license
-rw-r--r-- | README.md | 17 | ||||
-rw-r--r-- | theme.yaml | 2 |
2 files changed, 18 insertions, 1 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..4f7d77c --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# TJKBasic Hugo Theme + +This is the hugo theme used on [tjkeller.xyz](https://tjkeller.xyz). +The theme was made from scratch. + +This is really just meant as a reference for those who would like to replicate some features from my site. +I would prefer if you did not just copy + paste my theme on your own site. +Nobody likes a copycat, so that would be lame! + +I wouldn't even recommend using it as a starting point to build off of since I believe that I have benefited greatly by starting from scratch. +However, I still believe that having it up as a reference could be useful for those who would like to start from scratch, but are having difficulty implementing specific features, etc. + +Because of that, I am hereby graciously releasing this theme unto the unwashed, liberal masses under the GPLv3 licence! +I am entrusting you (the public) to more or less respect my wishes, but I of course don't mind if you copy certain portions, etc. so long as you don't rip off my entire site. + +Also, check out the `hugo.yaml` file. +It contains some settings that you need to include in your main `hugo.yaml` to make it function correctly for some reason. @@ -1,5 +1,5 @@ name: TJK Basic -license: MIT +license: GPLv3.0 homepage: tjkeller.xyz/projects/site/theme author: name: Tim Keller |