summaryrefslogtreecommitdiff
path: root/README.md
blob: bc5a89899c616b979368ed083592f45d7e9af0e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# **Shipwreckt.co.uk Website Git Repo**

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!

## 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:

From my git server
```bash
git clone git://shipwreckt.co.uk/website

From Gitlab
```bash
git clone https://gitlab.com/Shipwreckt/website