diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -1,11 +1,14 @@ -## **Shipwreckt.co.uk Website Repository** +# **Shipwreckt.co.uk Website Git Repo** -Welcome to my personal website repository! This project is licensed under the GNU Affero General Public License v3.0, giving you the freedom to copy, modify, and distribute it. Additionally, you are not required to credit this website as your template if you choose to use it. +This is the Git repo for my personal website! This repo is licensed under the GNU Affero General Public License v3.0, this means that you have the freedom to copy, modify, and redistribute this code! Additionally you are not required to credit me if you use this as a template for your website! -### License +## Notes +I use the [11ty](https://www.11ty.dev/) static site generator for this website, I suggest looking into the documentation before you do anything with this website! +## License This project is licensed under the GNU Affero General Public License v3.0. You can view the full license [here](https://www.gnu.org/licenses/agpl-3.0.html). A copy of the license should be included in this repository. +The 11ty project uses the [MIT License](https://mit-license.org/) additionally a copy of the MIT License is present within this repo. [Here](https://github.com/11ty/eleventy/blob/main/LICENSE) is an online copy of the license. ### How to Clone To clone this repository, use the following command: @@ -14,8 +17,9 @@ From my git server ```bash git clone git://shipwreckt.co.uk/website - From Gitlab ```bash git clone https://gitlab.com/Shipwreckt/website + + |
