From ea0842a69d6b7be7c58e9816dbadf10c5ddb3080 Mon Sep 17 00:00:00 2001 From: Tait Hoyem Date: Wed, 19 Jan 2022 14:18:30 -0700 Subject: [PATCH] Update licenses --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 111c6c2..62fed44 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # tait.tech -The uncompiled version of my website. Compiled files in _site + +The uncompiled version of my website. Compiled files in \_site ### To compile @@ -16,8 +17,14 @@ bundle exec jekyll watch ``` To run a local web server to view the changes on: + ``` bundle exec jekyll server -w ``` This will watch for the latest changes, compile them, and make them available on localhost:4000 + +## License + +The license for all the code in the website (not including \_site) is the AGPLv3. +The license for all content of the website (in \_site) is available under CC-BY-SA 4.0.