commit 4ea563246623938d6ce5ed2149491e7099ad44a1
parent af4f6c0e6d7a616a2169938922256dfbeabdaa9c
Author: Oscar Benedito <oscar@oscarbenedito.com>
Date:   Wed, 29 Jul 2020 15:07:52 +0200

Organize about.md

Diffstat:
Mcontent/about.md | 37+++++++++++++++++++++++++++----------
1 file changed, 27 insertions(+), 10 deletions(-)

diff --git a/content/about.md b/content/about.md @@ -1,25 +1,42 @@ --- -title: About +title: About this site type: page --- -## Contact - -You can contact me sending me an email to [oscar@oscarbenedito.com](mailto:oscar@oscarbenedito.com). ## Privacy -The site contains no ads or cross-site references. I am currently hosted by [Hetzner](https://www.hetzner.com) and can't guarantee that they don't keep any logs of the website's visitors. I do keep logs for 14 days and use GoAccess to keep track of how many visitors I get. This information is not shared with anyone else. +The site contains no ads or cross-site references. I am currently hosted by +[Hetzner][hetzner] and can't guarantee that they don't keep any logs of the +website's visitors. I do keep logs for 14 days and use GoAccess to keep track of +how many visitors I get. This information is not shared with anyone else. ## Licenses -This site is powered by free software. The software is published under the [GNU General Public License version 3](https://www.gnu.org/licenses/gpl-3.0.html). +This site is powered by free software. The software is published under the [GNU +General Public License version 3][gpl]. -The content of the site is published under a [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/) unless otherwise stated. +The content of the site is published under a [Creative Commons Attribution 4.0 +International License][cc-by] unless otherwise stated. -I am hosting local copies of the licenses: [GPLv3](/licenses/gpl-v3/), [CC-BY-4.0](/licenses/cc-by-4.0/). +I am hosting local copies of the licenses: [GPLv3][gpl-local], +[CC-BY-4.0][cc-by-local]. ## Source code -You can find the site's source code on [this repository](https://gitlab.com/oscarbenedito/oscarbenedito.com/). +You can find the site's source code on [this repository][repo]. + +You can find all the JavaScript run on the site along with the licenses and +source code in the [JavaScript Web Labels page][jswl]. + +## Contact + +You can contact me sending me an email to [oscar@oscarbenedito.com][email]. -You can find all the JavaScript run on the site along with the licenses and source code in the [JavaScript Web Labels page](/jsweblabels/). +[hetzner]: <https://www.hetzner.com> "Hetzner" +[gpl]: <https://www.gnu.org/licenses/gpl-3.0.html> "GNUGeneral Public License version 3" +[cc-by]: <https://creativecommons.org/licenses/by/4.0/> "Creative Commons Attribution 4.0 International License" +[gpl-local]: </licenses/gpl-v3/> "GNUGeneral Public License version 3" +[cc-by-local]: </licenses/cc-by-4.0/> "Creative Commons Attribution 4.0 International License" +[repo]: <https://git.oscarbenedito.com/oscarbenedito.com/> "Source code" +[jswl]: </jsweblabels/> "JavaScript Web Labels" +[email]: <mailto:oscar@oscarbenedito.com>