diff --git a/config.toml b/config.toml index 9ebf833..5093407 100644 --- a/config.toml +++ b/config.toml @@ -2,6 +2,7 @@ baseURL = 'https://gianmarco.gg/' languageCode = 'en-us' title = 'Gianmarco Gargiulo' theme = 'hugo-casper3' +rssLimit = 20 [params] description = "I'm an artist, designer, photographer and libre advocate." diff --git a/content/copyright.md b/content/copyright.md new file mode 100644 index 0000000..009e5ac --- /dev/null +++ b/content/copyright.md @@ -0,0 +1,10 @@ +--- +title: "Copyright" +description: Licensing regarding the website and its contents +rss_ignore: true +draft: true +--- + +**The Hugo project** behind this website is licensed under the **GNU Affero General Public License 3.0**, while **all the content** (meaning text, pictures and other related multimedia that's internal or external to the website) **and assets** (such as the logos and graphics) are licensed under the **Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA) license**, except where otherwise noted. To know more about these licenses click [here for the AGPL](https://www.gnu.org/licenses/agpl-3.0.html) and [here for the CC](https://creativecommons.org/licenses/by-nc-sa/4.0/). + +You can access the source code of the website from [its repository](https://git.gianmarco.gg/gianmarco/gmgsite). diff --git a/content/tos.md b/content/tos.md index c71eb03..f45a5fa 100644 --- a/content/tos.md +++ b/content/tos.md @@ -1,6 +1,6 @@ --- title: "Terms of Service and Privacy Policy" -description: Last updated on January 10th, 2023. +description: Last updated on February 19th, 2023. draft: false rss_ignore: true --- @@ -67,11 +67,11 @@ You can create or import repos, create organizations, post issues, make pull req Here's what you can and can't do: - you can create or import repos as long as they are related to me or a project of mine (e.g.: a fork of my nsxiv repo) and as long as they're not spam, offensive or illegal; -- you can create organizations as long as they don't impersonate someone; -- you can post issues or comments as long as they aren't spam or offensive; +- you can create organizations as long as they aren't spam, offensive or illegal and as long as they don't impersonate anyone; +- you can post issues or comments as long as they aren't spam, offensive or illegal; - you can make pull requests; - you can do remoting with Git via the command line or a frontend of any sort, both HTTPS and SSH are supported (e.g.: `git clone git@git.gianmarco.gg:username/repo`, `git push`); -- you can set any username, full name, email, profile picture, location and website you want; +- you can set any username, full name, email, profile picture, location and website you want as long as they aren't spam, offensive or illegal; - you can report any user that you think is going against the terms. Also there are some things that I am exclusively allowed to do at any time: @@ -121,6 +121,6 @@ The data the server gets when using the Matrix server is: - ping statistics; - UDP packet statistics; - connection uptime and bandwith speed; -- voice and text messages you send. +- your voice and text messages. All of this data is **can be seen by the server and who can access the backend**, that means me. Treat this as a public space and don't just give away sensitive info, either via voice or text, to random strangers connected to the server. diff --git a/themes/hugo-casper3/layouts/_default/baseof.html b/themes/hugo-casper3/layouts/_default/baseof.html index 04f9279..8df24b4 100644 --- a/themes/hugo-casper3/layouts/_default/baseof.html +++ b/themes/hugo-casper3/layouts/_default/baseof.html @@ -33,7 +33,7 @@