commit 4388ace16999bfa602b323cfa6993cc9774e3306
parent b0fe4c9f0f85842f494701e1b0221f180a8fd0ad
Author: oscarbenedito <oscar@obenedito.org>
Date:   Sun,  1 Mar 2020 13:09:14 +0100

New domain name

Diffstat:
MREADME.md | 2+-
Massets/css/style.scss | 6+++---
Mconfig.toml | 2+-
Mcontent/about.md | 2+-
Mcontent/blog/2019-09-09-getting-a-domain.md | 3+++
Mcontent/blog/2020-01-17-documenting-server.md | 9+++++----
Acontent/blog/2020-03-01-new-domain-name.md | 6++++++
Mcontent/jsweblabels.html | 4++--
Mlayouts/partials/logo.html | 2+-
Mlayouts/partials/read-time.html | 2+-
Dstatic/.well-known/openpgpkey/hu/fz9w91eqff39kumnhjmwodxng16fuasr | 0
Dstatic/.well-known/openpgpkey/policy | 0
12 files changed, 24 insertions(+), 14 deletions(-)

diff --git a/README.md b/README.md @@ -1,5 +1,5 @@ # Personal website -This repository is the source code for my [personal website](https://obenedito.org). +This repository is the source code for my [personal website](https://oscarbenedito.com). ## Personal notes The font used for the logo is "Libre Baskerville" in bold. diff --git a/assets/css/style.scss b/assets/css/style.scss @@ -216,7 +216,7 @@ nav { padding: 11px 12px; max-height: 50px; svg { - height: 28px; + height: 22.5px; display: block; max-width: 100%; fill: var(--primary-invert-color); @@ -239,7 +239,7 @@ nav { #bars-icon { width: 17.5px; } - @media screen and (max-width: 600px) { + @media screen and (max-width: 645px) { .menu { margin-left: 0px; margin-right: 0px; @@ -262,7 +262,7 @@ nav { margin-right: 0px; } } - @media screen and (max-width: 310px) { + @media screen and (max-width: 340px) { .bars { margin-right: 0px; } diff --git a/config.toml b/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://obenedito.org/" +baseURL = "https://oscarbenedito.com/" languageCode = "en-us" title = "Oscar Benedito" paginate = 5 diff --git a/content/about.md b/content/about.md @@ -20,6 +20,6 @@ I am hosting local copies of the licenses: [GPLv3](/licenses/gpl-v3/), [CC-BY-4. ## Source code -You can find the site's source code on [this repository](https://gitlab.com/oscarbenedito/obenedito.org/). +You can find the site's source code on [this repository](https://gitlab.com/oscarbenedito/oscarbenedito.com/). You can find all the JavaScript run on the site along with the licenses and source code in the [JavaScript Web Labels page](/jsweblabels/). diff --git a/content/blog/2019-09-09-getting-a-domain.md b/content/blog/2019-09-09-getting-a-domain.md @@ -2,6 +2,7 @@ title: "Getting my own domain name" categories: incidental tags: ["Personal domain", "DNS Record"] +lastmod: 2020-03-01 --- After thinking about getting my own domain name for a while and letting the thought rest for a couple of months, I finally bought one. It is a very easy and inexpensive process, and I am happy I did it. The original idea was to set up my email with it, so I could change my email provider without changing the address (I am in the process of changing my provider, and it takes a lot of effort), but having a domain name opens a world of opportunities. @@ -12,3 +13,5 @@ Although I had known about how to get a domain for a while, I didn't have much e Since I had never seen a DNS record before, configuring my email provider was a little trickier. My provider gave me some lines to copy and paste into the record, but they needed some modification in order to work, so it took me a little while to figure it out. The next part was setting a landing page for my domain: if someone saw my email address and wanted to check what [obenedito.org](https://obenedito.org) was all about, I didn't want them to get a 404. So I designed a very simple page with my name and a link to my email address and one to my GitLab account. Since I don't have a home server or a VPS, I decided to host my page on GitLab (basically because it's free and I don't need a dynamic website). I once again had some trouble setting up the GitLab custom domain—the lines I was given to add to the record weren't the ones I actually needed to add, so that took a bit to figure out as well. I still have a lot to learn about how DNS records work (for instance the difference between a type A or CNAME entry), but, for now, it works just fine. + +*Edit*: My personal domain has been moved to [oscarbenedito.com](https://oscarbenedito.com). diff --git a/content/blog/2020-01-17-documenting-server.md b/content/blog/2020-01-17-documenting-server.md @@ -2,15 +2,16 @@ title: "Documenting my server" categories: incidental tags: ["Personal server", "VPS", "Documentation", "DIY", "Backup"] +lastmod: 2020-03-01 --- Not long ago I realized that I could get $50 of credit on Digital Ocean with my GitHub Student account, so I decided to try it. I transferred my website there, and with time I started adding services. It is currently running the following services: - - My webpage ([obenedito.org](https://obenedito.org)). - - A redirection from [www.obenedito.org](https://www.obenedito.org) to [obenedito.org](https://obenedito.org). + - My webpage ([oscarbenedito.com](https://oscarbenedito.com)). + - Redirections from [www.oscarbenedito.com](https://www.oscarbenedito.com), [obenedito.org](https://obenedito.org) and [www.obenedito.org](https://www.obenedito.org) to [oscarbenedito.com](https://oscarbenedito.com). - A [Gotify](https://gotify.net/) server through which I am able to send notifications to my phone. - A static page showing traffic on my website thanks to [GoAccess](https://goaccess.io/) (which analyzes Apache's log files). - - It runs [this script](https://gitlab.com/oscarbenedito/git-backup) daily to back up all my git repositories and others I find interesting. - - It notifies me if any new documents are uploaded to my college Moodle using [this script](https://gitlab.com/oscarbenedito/aun) and a cronjob. + - It runs [this script](https://gitlab.com/oscarbenedito/utilities/-/tree/master/git-backup) daily to back up all my git repositories and others I find interesting. + - It notifies me if any new documents are uploaded to my college Moodle using [this script](https://gitlab.com/oscarbenedito/utilities/-/tree/master/atenea-updates-notifications) and a cronjob. - It notifies me every time someone logs in to the server using SSH. As time passes I am adding more and more features to my server. In the first place because it is fun to learn about different things and installing them, but also because they are useful features (indeed I have tried to run other programs which ended up not being as useful as I initially thought). I realized it is getting to the point where if something was to happen to my server (and it got erased), I would probably not remember how I set up everything, so I decided to do some documentation work[^backup]. diff --git a/content/blog/2020-03-01-new-domain-name.md b/content/blog/2020-03-01-new-domain-name.md @@ -0,0 +1,6 @@ +--- +title: "New domain name: oscarbenedito.com" +categories: incidental +tags: ["Personal domain"] +--- +After a lot of thought, I have decided to change my domain to [oscarbenedito.com](https://oscarbenedito.com). My website should be completely moved, however other services (including my email) are still under the obenedito.org domain, I will move them progressively when I have time to do so. diff --git a/content/jsweblabels.html b/content/jsweblabels.html @@ -19,12 +19,12 @@ type: page <tr> <td><a href="/js/main.min.js">main.min.js</a></td> <td><a href="http://www.gnu.org/licenses/agpl-3.0.html">GNU-AGPL-3.0-or-later</a></td> - <td><a href="https://gitlab.com/oscarbenedito/obenedito.org/raw/master/assets/js/main.js">main.js</a></td> + <td><a href="https://gitlab.com/oscarbenedito/oscarbenedito.com/raw/master/assets/js/main.js">main.js</a></td> </tr> <tr> <td><a href="/js/composer.min.js">composer.min.js</a></td> <td><a href="http://www.gnu.org/licenses/agpl-3.0.html">GNU-AGPL-3.0-or-later</a></td> - <td><a href="https://gitlab.com/oscarbenedito/obenedito.org/raw/master/assets/js/composer.js">composer.js</a></td> + <td><a href="https://gitlab.com/oscarbenedito/oscarbenedito.com/raw/master/assets/js/composer.js">composer.js</a></td> </tr> <tr> <td><a href="/mathjax/tex-chtml.js">tex-chtml.js</a></td> diff --git a/layouts/partials/logo.html b/layouts/partials/logo.html @@ -1 +1 @@ -<svg viewBox="0 0 373.02704 55.372001" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -241.63)" stroke-width=".26458"><path d="m14.783 256.36q3.048 0 5.7404 1.0668 2.7432 1.016 4.7752 2.8448 2.0828 1.8288 3.2512 4.3688 1.2192 2.4892 1.2192 5.4864 0 3.0988-1.2192 5.6896-1.1684 2.5908-3.2512 4.4704-2.032 1.8796-4.7752 2.9464-2.6924 1.0668-5.7404 1.0668-2.9972 0-5.6896-1.016-2.6924-1.0668-4.7244-2.9464-2.032-1.8796-3.2004-4.4704-1.1684-2.6416-1.1684-5.7404 0-2.9972 1.1684-5.5372 1.1684-2.54 3.2004-4.3688 2.032-1.8288 4.7244-2.8448 2.6924-1.016 5.6896-1.016zm0 2.9464q-1.524 0-2.794 0.8128-1.27 0.762-2.1844 2.1844-0.8636 1.4224-1.3716 3.4544-0.4572 1.9812-0.4572 4.4196 0 2.54 0.4572 4.572 0.508 2.032 1.3716 3.4544 0.9144 1.4224 2.1336 2.2352 1.27 0.762 2.8448 0.762t2.8448-0.762q1.3208-0.8128 2.2352-2.2352 0.9144-1.4732 1.4224-3.5052t0.508-4.5212q0-2.4384-0.508-4.4196t-1.4224-3.4036q-0.9144-1.4732-2.2352-2.2352-1.27-0.8128-2.8448-0.8128z"/><path d="m43.086 272.67q0 1.8796 0.508 3.5052 0.5588 1.5748 1.4732 2.7432t2.1844 1.8288 2.794 0.6604q3.048 0 4.6228-2.794t1.5748-8.2296q0-5.2832-1.5748-8.0264-1.524-2.794-4.6228-2.794-1.8288 0-3.4036 1.016-1.524 0.9652-2.3876 2.7432-1.1684 2.4384-1.1684 6.1468zm-0.1016-12.294h0.2032q1.3208-1.9304 3.4036-2.9464 2.0828-1.0668 4.7244-1.0668 2.6924 0 4.9784 1.1176 2.3368 1.0668 4.0132 2.9464 1.7272 1.8796 2.6924 4.4196t0.9652 5.4356q0 3.048-1.0668 5.6388-1.016 2.54-2.8448 4.4196-1.778 1.8796-4.2164 2.9464-2.3876 1.0668-5.08 1.0668-2.794 0-5.2832-1.0668-2.4384-1.1176-3.9116-2.8956l-3.8608 3.4036h-1.7272v-30.226q0-4.7752-0.6604-6.5532-0.1524-0.3556-0.3556-0.6096t-0.6096-0.4064q-0.3556-0.2032-1.016-0.3048-0.6604-0.1524-1.7272-0.3048v-1.7272l11.379-2.032z"/><path d="m93.319 279.07q-4.6228 5.2324-11.532 5.2324-3.1496 0-5.7404-0.9652-2.54-1.016-4.3688-2.794-1.8288-1.8288-2.8448-4.318t-1.016-5.5372q0-3.1496 1.0668-5.7404 1.0668-2.6416 2.9972-4.5212 1.9812-1.9304 4.6228-2.9972 2.6924-1.0668 5.8928-1.0668 5.3848 0 8.382 2.8956t2.9972 8.128q0 0.8128-0.254 1.016-0.254 0.1524-1.4224 0.1524h-16.358q-0.2032 0.4572-0.2032 1.6764 0 4.9784 2.1336 7.874 2.1844 2.8956 5.8928 2.8956 2.1336 0 4.2164-0.9652 2.1336-0.9652 4.1148-2.7432zm-9.8552-13.36q2.032 0 2.5908-0.2032 0.6096-0.254 0.6096-1.1176 0-2.2352-1.27-3.6576t-3.2004-1.4224q-2.1844 0-3.9116 1.8288-1.6764 1.778-2.1844 4.572z"/><path d="m108.71 275.51q0 2.0828 0.1016 3.302 0.1524 1.1684 0.5588 1.8288 0.4572 0.6096 1.3208 0.8128 0.9144 0.2032 2.4384 0.3048v2.032h-16.002v-2.032q1.4732-0.1016 2.3368-0.3048 0.9144-0.2032 1.3716-0.8128 0.508-0.6096 0.6604-1.7272t0.1524-3.048v-6.35q0-2.9972-0.1016-4.826-0.1016-1.8796-0.254-2.54t-0.4064-1.0668q-0.254-0.4572-0.762-0.6604-0.508-0.254-1.27-0.3048-0.762-0.1016-1.9304-0.1016v-1.7272l9.8044-1.9304 0.6604 4.4704h0.2032q1.6764-2.1336 3.9624-3.302t5.0292-1.1684q3.2512 0 5.2324 0.9144 2.032 0.8636 3.6068 2.9464 0.8636 1.1684 1.524 3.048 0.6604 1.8288 0.6604 5.08v7.1628q0 2.0828 0.1016 3.302 0.1524 1.1684 0.5588 1.8288 0.4572 0.6096 1.3208 0.8128t2.3368 0.3048v2.032h-15.9v-2.032q1.524-0.0508 2.3876-0.254 0.9144-0.254 1.3716-0.8636t0.6096-1.7272q0.1524-1.1684 0.1524-3.048v-6.9088q0-2.5908-0.3048-4.3688t-1.016-2.8448q-0.6604-1.1176-1.778-1.5748-1.1176-0.508-2.794-0.508-1.6256 0-2.794 0.9144t-2.032 2.54q-0.4572 0.9144-0.8128 2.3876-0.3048 1.4224-0.3048 2.9972z"/><path d="m159.99 279.07q-4.6228 5.2324-11.532 5.2324-3.1496 0-5.7404-0.9652-2.54-1.016-4.3688-2.794-1.8288-1.8288-2.8448-4.318t-1.016-5.5372q0-3.1496 1.0668-5.7404 1.0668-2.6416 2.9972-4.5212 1.9812-1.9304 4.6228-2.9972 2.6924-1.0668 5.8928-1.0668 5.3848 0 8.382 2.8956t2.9972 8.128q0 0.8128-0.254 1.016-0.254 0.1524-1.4224 0.1524h-16.358q-0.2032 0.4572-0.2032 1.6764 0 4.9784 2.1336 7.874 2.1844 2.8956 5.8928 2.8956 2.1336 0 4.2164-0.9652 2.1336-0.9652 4.1148-2.7432zm-9.8552-13.36q2.032 0 2.5908-0.2032 0.6096-0.254 0.6096-1.1176 0-2.2352-1.27-3.6576t-3.2004-1.4224q-2.1844 0-3.9116 1.8288-1.6764 1.778-2.1844 4.572z"/><path d="m186.76 280.54h-0.2032q-3.5052 3.7592-9.0932 3.7592-2.8956 0-5.334-1.016-2.3876-1.016-4.1656-2.8448-1.7272-1.8288-2.6924-4.318-0.9652-2.54-0.9652-5.588t0.9652-5.6388q1.016-2.5908 2.6924-4.4704 1.7272-1.9304 4.064-2.9972 2.3876-1.0668 5.1308-1.0668 2.54 0 4.4704 0.762 1.9812 0.762 3.4544 2.5908h0.2032v-4.318q0-2.9972-0.1016-5.1308-0.0508-2.1844-0.2032-2.8448-0.254-1.0668-1.5748-1.524-1.27-0.508-3.9624-0.508v-1.7272l12.852-2.032v29.058q0 3.81 0.0508 5.8928 0.1016 2.032 0.3048 3.0988 0.1016 0.6604 0.3048 1.0668t0.6096 0.6604q0.4064 0.2032 1.0668 0.3048 0.7112 0.0508 1.778 0.0508v1.9812l-9.652 0.5588zm-1.5748-11.328q0-1.9304-0.4064-3.556-0.4064-1.6764-1.2192-2.9464-0.9144-1.4732-2.3368-2.2352t-3.048-0.762q-2.9972 0-4.572 2.7432t-1.5748 7.9756q0 5.2832 1.5748 8.128t4.5212 2.8448q1.6764 0 3.2004-0.8636t2.4892-2.3368q0.7112-1.1176 1.016-2.7432 0.3556-1.6764 0.3556-4.2672z"/><path d="m210.60569 275.46088q0 2.032.1524 3.2512.1524 1.2192.6096 1.8796.4572.6604 1.3208.9144.8636.2032 2.3368.254v2.032h-16.002v-2.032q1.4224-.0508 2.286-.3048.9144-.3048 1.3716-.9144.508-.6604.6604-1.778.2032-1.1684.2032-2.9464v-6.2484q0-2.9464-.1016-4.826-.1016-1.9304-.254-2.6416-.254-1.27-1.1684-1.6764-.8636-.4064-3.2004-.4064v-1.7272l11.7856-1.9304zm-7.4676-29.8704q0-1.6764 1.1176-2.794 1.1684-1.1684 2.794-1.1684 1.6764.0 2.794 1.1684 1.1684 1.1176 1.1684 2.794.0 1.6256-1.1684 2.794-1.1176 1.1176-2.794 1.1176-1.6256.0-2.794-1.1176-1.1176-1.1684-1.1176-2.794z"/><path d="m217.18 259.66v-2.286q3.048-0.8636 5.08-2.5908 2.0828-1.778 3.0988-4.064h2.5908v6.1468h5.842v2.794h-5.842v15.596q0 3.1496 0.6604 4.4704 0.7112 1.3208 2.3368 1.3208 1.9812 0 2.9972-1.8288l1.0668 1.4732q-1.4224 3.6068-6.7056 3.6068-3.5052 0-5.4864-1.6256-1.9304-1.6256-1.9304-4.572v-18.44z"/><path d="m252.01 256.36q3.048 0 5.7404 1.0668 2.7432 1.016 4.7752 2.8448 2.0828 1.8288 3.2512 4.3688 1.2192 2.4892 1.2192 5.4864 0 3.0988-1.2192 5.6896-1.1684 2.5908-3.2512 4.4704-2.032 1.8796-4.7752 2.9464-2.6924 1.0668-5.7404 1.0668-2.9972 0-5.6896-1.016-2.6924-1.0668-4.7244-2.9464t-3.2004-4.4704q-1.1684-2.6416-1.1684-5.7404 0-2.9972 1.1684-5.5372t3.2004-4.3688 4.7244-2.8448 5.6896-1.016zm0 2.9464q-1.524 0-2.794 0.8128-1.27 0.762-2.1844 2.1844-0.8636 1.4224-1.3716 3.4544-0.4572 1.9812-0.4572 4.4196 0 2.54 0.4572 4.572 0.508 2.032 1.3716 3.4544 0.9144 1.4224 2.1336 2.2352 1.27 0.762 2.8448 0.762t2.8448-0.762q1.3208-0.8128 2.2352-2.2352 0.9144-1.4732 1.4224-3.5052t0.508-4.5212q0-2.4384-0.508-4.4196t-1.4224-3.4036q-0.9144-1.4732-2.2352-2.2352-1.27-0.8128-2.8448-0.8128z"/><path d="m271.63 280.54q0-1.6256 1.0668-2.7432 1.1176-1.1684 2.7432-1.1684 1.6764 0 2.794 1.1684 1.1176 1.1176 1.1176 2.7432 0 1.5748-1.1176 2.6924-1.1176 1.0668-2.794 1.0668-1.6256 0-2.7432-1.0668-1.0668-1.1176-1.0668-2.6924z"/><path d="m298.75 256.36q3.048 0 5.7404 1.0668 2.7432 1.016 4.7752 2.8448 2.0828 1.8288 3.2512 4.3688 1.2192 2.4892 1.2192 5.4864 0 3.0988-1.2192 5.6896-1.1684 2.5908-3.2512 4.4704-2.032 1.8796-4.7752 2.9464-2.6924 1.0668-5.7404 1.0668-2.9972 0-5.6896-1.016-2.6924-1.0668-4.7244-2.9464t-3.2004-4.4704q-1.1684-2.6416-1.1684-5.7404 0-2.9972 1.1684-5.5372t3.2004-4.3688 4.7244-2.8448 5.6896-1.016zm0 2.9464q-1.524 0-2.794 0.8128-1.27 0.762-2.1844 2.1844-0.8636 1.4224-1.3716 3.4544-0.4572 1.9812-0.4572 4.4196 0 2.54 0.4572 4.572 0.508 2.032 1.3716 3.4544 0.9144 1.4224 2.1336 2.2352 1.27 0.762 2.8448 0.762t2.8448-0.762q1.3208-0.8128 2.2352-2.2352 0.9144-1.4732 1.4224-3.5052t0.508-4.5212q0-2.4384-0.508-4.4196t-1.4224-3.4036q-0.9144-1.4732-2.2352-2.2352-1.27-0.8128-2.8448-0.8128z"/><path d="m328.73 275.92q0 1.9812 0.1524 3.1496 0.2032 1.1176 0.762 1.7272t1.6256 0.8128q1.0668 0.1524 2.8448 0.1524v2.032h-16.967v-2.032q1.524-0.1016 2.4384-0.3048t1.3716-0.8128 0.5588-1.7272q0.1524-1.1684 0.1524-3.0988v-6.1976q0-3.1496-0.1524-5.0292t-0.6604-2.8956-1.4732-1.3208q-0.9144-0.3556-2.4384-0.3556v-1.778l10.16-1.8796 0.8128 5.842h0.2032q1.3716-2.6924 3.6068-4.2672t4.7244-1.5748q1.9304 0 3.1496 0.9652t1.2192 2.4384q0 1.6256-0.9652 2.7432-0.9144 1.1176-2.54 1.1176-0.762 0-1.3716-0.3048t-1.1176-0.6604q-0.4572-0.4064-0.9652-0.7112-0.4572-0.3556-0.9652-0.3556-0.9652 0-1.8288 1.27t-1.4224 3.4036q-0.4064 1.524-0.6604 3.4544-0.254 1.8796-0.254 3.7592z"/><path d="m352.50358 278.30568q1.3716.1016 2.3876.2032 1.0668.1016 1.9812.254.9652.1016 1.8796.254.9652.1016 2.032.254 3.9624.5588 6.1976 2.9972 2.286 2.3876 2.286 5.9436.0 4.318-3.556 6.5532-3.556 2.2352-10.4648 2.2352-6.35.0-9.8044-1.8796-3.4036-1.8288-3.4036-5.2324.0-2.6416 1.3716-4.0132 1.3716-1.3208 3.4544-1.3208 1.3208.0 2.54.508 1.27.5588 2.1336 1.5748-1.3208.254-2.1844 1.1684-.8128.9652-.8128 2.2352.0 2.032 1.778 3.0988 1.8288 1.1176 5.334 1.1176 7.62.0 7.62-4.826.0-1.7272-1.1684-2.9972-1.1176-1.2192-3.2512-1.4732l-8.89-1.2192q-5.6388-.762-5.6388-5.0292.0-2.0828 1.3208-3.4036 1.3716-1.3208 3.8608-1.8288v-.2032q-1.1684-.4572-2.1336-1.27-.9144-.8128-1.6256-1.8796-.7112-1.0668-1.1176-2.286-.3556-1.27-.3556-2.5908.0-1.8796.762-3.5052.8128-1.6764 2.1844-2.8448 1.4224-1.1684 3.302-1.8288 1.9304-.7112 4.1656-.7112 2.1844.0 4.2672.6604 2.0828.6604 3.556 1.8288 1.1684-.7112 2.032-1.1684.8636-.508 1.5748-.762.762-.3048 1.3716-.4064.6096-.1524 1.2192-.1524 1.9304.0 3.0988.8636 1.2192.8636 1.2192 2.286.0 1.0668-.6604 1.778-.6604.6604-1.7272.6604-.762.0-1.2192-.3048-.4572-.3556-.9144-.762-.4064-.4572-.8636-.762-.4572-.3556-1.2192-.3556-1.0668.0-2.032 1.3716.508.8636.7112 1.8796.2032.9652.2032 2.286.0 1.9304-.6096 3.556-.6096 1.6256-1.9304 2.8956-1.27 1.2192-3.302 2.0828-2.032.8636-4.9276 1.1684-2.4384.254-3.4036.6604-.9144.4064-.9144 1.2192.0 1.2192 2.286 1.4224zm2.4384-6.1976q1.6256.0 2.54-1.7272.9144-1.7272.9144-4.826.0-3.1496-.9144-4.826-.9144-1.7272-2.5908-1.7272-1.7272.0-2.7432 1.7272-1.016 1.7272-1.016 4.7244.0 3.048 1.016 4.8768 1.0668 1.778 2.794 1.778z"/></g></svg> +<svg viewBox="0 0 84.665 8.89" xmlns="http://www.w3.org/2000/svg"><g transform="translate(162.05 -103.76)" stroke-width=".26458"><path d="m-157.53 104.29q0.9525 0 1.778 0.32809 0.8255 0.32808 1.4288 0.89958 0.61383 0.5715 0.96308 1.3441 0.34925 0.77259 0.34925 1.6722 0 0.85725-0.35983 1.6087-0.34925 0.75141-0.96308 1.3123-0.60325 0.55033-1.4288 0.87842-0.8255 0.3175-1.7674 0.3175t-1.7674-0.3175q-0.8255-0.32809-1.4393-0.87842-0.61383-0.56092-0.96308-1.3123-0.34925-0.75142-0.34925-1.6087 0-0.89958 0.34925-1.6722 0.34925-0.77258 0.9525-1.3441 0.61383-0.5715 1.4393-0.89958 0.8255-0.32809 1.778-0.32809zm0 7.6729q0.61383 0 1.1112-0.23283 0.49742-0.24342 0.84667-0.67734 0.34925-0.4445 0.52916-1.0689 0.1905-0.635 0.1905-1.4182 0-0.8255-0.1905-1.4817-0.17991-0.66675-0.52916-1.1324-0.34925-0.47625-0.84667-0.71967-0.49742-0.254-1.1112-0.254-0.62442 0-1.1218 0.254-0.48684 0.24342-0.83609 0.71967-0.34925 0.46566-0.53975 1.1324-0.17991 0.65617-0.17991 1.4817 0 0.78317 0.17991 1.4182 0.1905 0.62441 0.53975 1.0689 0.34925 0.43392 0.83609 0.67734 0.49741 0.23283 1.1218 0.23283z"/><path d="m-151.71 112.55h-0.32808v-1.9262h0.4445q0.17992 0.762 0.51858 1.1112 0.33867 0.34925 0.87842 0.34925 0.39158 0 0.60325-0.15875 0.22225-0.16934 0.22225-0.45509 0-0.29633-0.26458-0.5715-0.26459-0.28575-0.85725-0.60325-0.80434-0.43391-1.1536-0.85725-0.34925-0.43391-0.34925-0.97366 0-0.34925 0.127-0.64559 0.13759-0.30691 0.35984-0.52916 0.23283-0.22225 0.55033-0.33867 0.3175-0.127 0.68792-0.127 0.32808 0 0.64558 0.0952 0.32808 0.0953 0.5715 0.26458l0.1905-0.254h0.27517v1.5981h-0.41275q-0.24342-0.60325-0.508-0.86784-0.254-0.26458-0.62442-0.26458-0.29633 0-0.47625 0.15875-0.16933 0.15875-0.16933 0.42333 0 0.29634 0.254 0.56092 0.26458 0.26458 0.86783 0.58208 0.42333 0.23284 0.73025 0.45509t0.49742 0.45508q0.1905 0.22225 0.27516 0.47625 0.0952 0.24342 0.0952 0.52917 0 0.37041-0.13758 0.66675-0.13758 0.29633-0.39158 0.508-0.254 0.21166-0.61384 0.32808-0.34925 0.11642-0.78316 0.11642-0.45509 0-0.84667-0.11642-0.39158-0.127-0.64558-0.35983z"/><path d="m-142.08 111.67q-0.40217 0.4445-1.0054 0.68791-0.59267 0.24342-1.2912 0.24342-0.64558 0-1.1748-0.20108-0.52916-0.21167-0.91016-0.58209-0.381-0.37041-0.59267-0.889-0.20108-0.52916-0.20108-1.1642 0-0.65617 0.22225-1.1959t0.62441-0.92075q0.40217-0.39158 0.96309-0.60325 0.56091-0.21167 1.2382-0.21167 0.47625 0 0.87841 0.0952 0.41275 0.0953 0.6985 0.26459 0.29634 0.16933 0.46567 0.40216 0.16933 0.22225 0.16933 0.48684 0 0.30691-0.17991 0.48683-0.16934 0.17992-0.46567 0.17992-0.24342 0-0.43392-0.127-0.17991-0.127-0.35983-0.41275-0.15875-0.254-0.27517-0.40217-0.10583-0.14817-0.20108-0.22225-0.0952-0.0847-0.1905-0.10583-0.0952-0.0318-0.23283-0.0318-0.61384 0-0.9525 0.5715-0.33867 0.5715-0.33867 1.5981 0 1.1007 0.40217 1.6933 0.41275 0.59267 1.1748 0.59267 0.43391 0 0.86783-0.15875 0.43392-0.16933 0.8255-0.47625z"/><path d="m-138.05 109.53q-0.889 0.40217-1.3441 0.75142-0.4445 0.33867-0.4445 0.70908 0 0.30692 0.16933 0.48684 0.16933 0.17991 0.42333 0.17991t0.47625-0.0847q0.22225-0.0952 0.381-0.24342 0.15875-0.14817 0.24342-0.34925 0.0953-0.21167 0.0953-0.4445zm0-0.56091v-0.4445q0-0.61384-0.22225-0.889-0.21167-0.28575-0.66675-0.28575-0.30692 0-0.46567 0.16933-0.15875 0.15875-0.29633 0.53975-0.0952 0.26458-0.27517 0.41275-0.16933 0.14817-0.47625 0.14817-0.29633 0-0.45508-0.17992t-0.15875-0.508q0-0.508 0.55033-0.80433 0.56092-0.29634 1.6828-0.29634 1.1853 0 1.6933 0.43392 0.508 0.42333 0.508 1.4288v2.3178q0 0.89958 0.35983 0.89958 0.20108 0 0.37042-0.13758l0.15875 0.30692q-0.14817 0.26458-0.46567 0.42333-0.30692 0.14817-0.6985 0.14817-0.48683 0-0.74083-0.29634-0.254-0.29633-0.254-0.83608h-0.0529q-0.30692 0.55033-0.79375 0.83608t-1.1112 0.28575q-0.66675 0-1.0689-0.37041-0.40216-0.381-0.40216-0.98425 0-0.46567 0.41275-0.86784 0.41275-0.41275 1.3758-0.80433z"/><path d="m-132.89 110.91q0 0.41275 0.0317 0.65616 0.0423 0.23284 0.15875 0.35984 0.11642 0.127 0.33867 0.16933 0.22225 0.0318 0.59266 0.0318v0.42333h-3.5348v-0.42333q0.3175-0.0212 0.508-0.0635t0.28575-0.16933q0.0952-0.127 0.11642-0.35984 0.0318-0.24341 0.0318-0.64558v-1.2912q0-0.65616-0.0318-1.0478-0.0317-0.39158-0.13759-0.60325-0.10583-0.21166-0.30691-0.27516-0.1905-0.0741-0.508-0.0741v-0.37041l2.1167-0.39159 0.16934 1.2171h0.0423q0.28575-0.56092 0.75142-0.889 0.46566-0.32809 0.98425-0.32809 0.40216 0 0.65616 0.20109 0.254 0.20108 0.254 0.508 0 0.33866-0.20108 0.5715-0.1905 0.23283-0.52917 0.23283-0.15875 0-0.28575-0.0635t-0.23283-0.13758q-0.0952-0.0847-0.20108-0.14817-0.0952-0.0741-0.20109-0.0741-0.20108 0-0.381 0.26458-0.17991 0.26458-0.29633 0.70908-0.0847 0.3175-0.13758 0.71967-0.0529 0.39158-0.0529 0.78317z"/><path d="m-127.37 112.55v-0.42333q0.35983-0.0106 0.5715-0.0635 0.22225-0.0529 0.33866-0.17992 0.127-0.127 0.16934-0.35983 0.0423-0.23283 0.0423-0.60325v-4.8895q0-0.37042-0.0318-0.59267-0.0317-0.23283-0.13758-0.35983-0.0952-0.13758-0.27517-0.17992-0.16933-0.0529-0.45508-0.0741v-0.42333h3.3972q1.5981 0 2.4553 0.51858 0.86783 0.508 0.86783 1.4605 0 1.2594-1.8098 1.778v0.0423q0.58209 0 1.0478 0.16934 0.47625 0.15875 0.80434 0.45508 0.32808 0.29633 0.508 0.6985 0.17991 0.40217 0.17991 0.87842 0 0.53975-0.26458 0.94191-0.254 0.40217-0.74083 0.67734-0.94192 0.52916-2.5929 0.52916zm4.1487-0.64558q1.7039 0 1.7039-1.5346 0-0.94192-0.61383-1.3758-0.3175-0.22225-0.8255-0.3175-0.49742-0.0953-1.2277-0.0953h-0.508v2.1167q0 0.65617 0.33867 0.93133 0.33866 0.27517 1.1324 0.27517zm-0.84666-3.9582q0.47625 0 0.8255-0.0847 0.34925-0.0953 0.59266-0.26459 0.508-0.34925 0.508-1.0901 0-0.77258-0.381-1.1112-0.381-0.34925-1.2277-0.34925h-0.75142q-0.1905 0-0.1905 0.17992v2.7199z"/><path d="m-113.57 111.56q-0.96308 1.0901-2.4024 1.0901-0.65616 0-1.1959-0.20109-0.52917-0.21166-0.91017-0.58208-0.381-0.381-0.59267-0.89958-0.21166-0.51859-0.21166-1.1536 0-0.65616 0.22225-1.1959 0.22225-0.55034 0.62441-0.94192 0.41275-0.40217 0.96309-0.62442 0.56091-0.22225 1.2277-0.22225 1.1218 0 1.7462 0.60325 0.62442 0.60325 0.62442 1.6933 0 0.16933-0.0529 0.21166-0.0529 0.0318-0.29633 0.0318h-3.4078q-0.0423 0.0953-0.0423 0.34925 0 1.0372 0.4445 1.6404 0.45509 0.60325 1.2277 0.60325 0.4445 0 0.87842-0.20108 0.4445-0.20109 0.85725-0.5715zm-2.0532-2.7834q0.42334 0 0.53975-0.0423 0.127-0.0529 0.127-0.23283 0-0.46567-0.26458-0.762t-0.66675-0.29633q-0.45508 0-0.81492 0.381-0.34925 0.37041-0.45508 0.9525z"/><path d="m-110.37 110.82q0 0.43392 0.0212 0.68792 0.0318 0.24341 0.11641 0.381 0.0953 0.127 0.27517 0.16933 0.1905 0.0423 0.508 0.0635v0.42333h-3.3338v-0.42333q0.30692-0.0212 0.48683-0.0635 0.1905-0.0423 0.28575-0.16933 0.10584-0.127 0.13759-0.35984 0.0318-0.23283 0.0318-0.635v-1.3229q0-0.62442-0.0212-1.0054-0.0212-0.39158-0.0529-0.52917-0.0318-0.13758-0.0847-0.22225-0.0529-0.0952-0.15875-0.13758-0.10584-0.0529-0.26459-0.0635-0.15875-0.0212-0.40216-0.0212v-0.35983l2.0426-0.40217 0.13758 0.93134h0.0423q0.34925-0.4445 0.8255-0.68792t1.0478-0.24342q0.67733 0 1.0901 0.1905 0.42333 0.17992 0.75142 0.61384 0.17991 0.24341 0.3175 0.635 0.13758 0.381 0.13758 1.0583v1.4922q0 0.43392 0.0212 0.68792 0.0318 0.24341 0.11641 0.381 0.0953 0.127 0.27517 0.16933 0.17992 0.0423 0.48683 0.0635v0.42333h-3.3126v-0.42333q0.3175-0.0106 0.49742-0.0529 0.1905-0.0529 0.28575-0.17991 0.0953-0.127 0.127-0.35984 0.0317-0.24341 0.0317-0.635v-1.4393q0-0.53975-0.0635-0.91017-0.0635-0.37041-0.21167-0.59266-0.13758-0.23284-0.37042-0.32809-0.23283-0.10583-0.58208-0.10583-0.33867 0-0.58208 0.1905-0.24342 0.1905-0.42334 0.52917-0.0953 0.1905-0.16933 0.49741-0.0635 0.29634-0.0635 0.62442z"/><path d="m-99.681 111.56q-0.96309 1.0901-2.4024 1.0901-0.65617 0-1.1959-0.20109-0.52916-0.21166-0.91016-0.58208-0.381-0.381-0.59267-0.89958-0.21167-0.51859-0.21167-1.1536 0-0.65616 0.22225-1.1959 0.22225-0.55034 0.62442-0.94192 0.41275-0.40217 0.96308-0.62442 0.56092-0.22225 1.2277-0.22225 1.1218 0 1.7462 0.60325 0.62442 0.60325 0.62442 1.6933 0 0.16933-0.05292 0.21166-0.05292 0.0318-0.29633 0.0318h-3.4078q-0.0423 0.0953-0.0423 0.34925 0 1.0372 0.4445 1.6404 0.45508 0.60325 1.2277 0.60325 0.4445 0 0.87841-0.20108 0.4445-0.20109 0.85725-0.5715zm-2.0532-2.7834q0.42333 0 0.53975-0.0423 0.127-0.0529 0.127-0.23283 0-0.46567-0.26458-0.762-0.26459-0.29633-0.66675-0.29633-0.45509 0-0.81492 0.381-0.34925 0.37041-0.45508 0.9525z"/><path d="m-94.105 111.87h-0.04233q-0.73025 0.78317-1.8944 0.78317-0.60325 0-1.1112-0.21167-0.49742-0.21167-0.86783-0.59267-0.35983-0.381-0.56092-0.89958-0.20108-0.52917-0.20108-1.1642t0.20108-1.1748q0.21167-0.53975 0.56092-0.93133 0.35983-0.40217 0.84667-0.62442 0.49742-0.22225 1.0689-0.22225 0.52917 0 0.93133 0.15875 0.41275 0.15875 0.71967 0.53975h0.04233v-0.89958q0-0.62442-0.02117-1.0689-0.01058-0.45508-0.04233-0.59266-0.05292-0.22225-0.32808-0.3175-0.26458-0.10584-0.8255-0.10584v-0.35983l2.6776-0.42333v6.0537q0 0.79375 0.01058 1.2277 0.02117 0.42333 0.0635 0.64558 0.02117 0.13759 0.0635 0.22225 0.04233 0.0847 0.127 0.13759 0.08467 0.0423 0.22225 0.0635 0.14817 0.0106 0.37042 0.0106v0.41275l-2.0108 0.11642zm-0.32808-2.3601q0-0.40217-0.08467-0.74084-0.08467-0.34925-0.254-0.61383-0.1905-0.30692-0.48683-0.46567t-0.635-0.15875q-0.62442 0-0.9525 0.5715t-0.32808 1.6616q0 1.1007 0.32808 1.6933t0.94192 0.59267q0.34925 0 0.66675-0.17992t0.51858-0.48683q0.14817-0.23284 0.21167-0.5715 0.07408-0.34925 0.07408-0.889z"/><path d="m-89.137 110.81q0 0.42333 0.03175 0.67733t0.127 0.39158q0.09525 0.13759 0.27517 0.1905 0.17992 0.0423 0.48683 0.0529v0.42333h-3.3338v-0.42333q0.29633-0.0106 0.47625-0.0635 0.1905-0.0635 0.28575-0.1905 0.10583-0.13758 0.13758-0.37042 0.04233-0.24341 0.04233-0.61383v-1.3018q0-0.61383-0.02117-1.0054-0.02117-0.40216-0.05292-0.55033-0.05292-0.26458-0.24342-0.34925-0.17992-0.0847-0.66675-0.0847v-0.35983l2.4553-0.40217zm-1.5558-6.223q0-0.34925 0.23283-0.58209 0.24342-0.24341 0.58208-0.24341 0.34925 0 0.58208 0.24341 0.24342 0.23284 0.24342 0.58209 0 0.33866-0.24342 0.58208-0.23283 0.23283-0.58208 0.23283-0.33867 0-0.58208-0.23283-0.23283-0.24342-0.23283-0.58208z"/><path d="m-87.768 107.52v-0.47625q0.635-0.17992 1.0583-0.53975 0.43392-0.37042 0.64558-0.84667h0.53975v1.2806h1.2171v0.58208h-1.2171v3.2491q0 0.65617 0.13758 0.93134 0.14817 0.27516 0.48683 0.27516 0.41275 0 0.62442-0.381l0.22225 0.30692q-0.29633 0.75142-1.397 0.75142-0.73025 0-1.143-0.33867-0.40217-0.33867-0.40217-0.9525v-3.8418z"/><path d="m-80.51 106.83q0.635 0 1.1959 0.22225 0.5715 0.21167 0.99483 0.59267 0.43392 0.381 0.67733 0.91017 0.254 0.51858 0.254 1.143 0 0.64558-0.254 1.1853-0.24342 0.53975-0.67733 0.93133-0.42333 0.39159-0.99483 0.61384-0.56092 0.22225-1.1959 0.22225-0.62442 0-1.1853-0.21167-0.56092-0.22225-0.98425-0.61383-0.42333-0.39159-0.66675-0.93134-0.24342-0.55033-0.24342-1.1959 0-0.62442 0.24342-1.1536 0.24342-0.52916 0.66675-0.91016t0.98425-0.59267 1.1853-0.21167zm0 0.61384q-0.3175 0-0.58208 0.16933-0.26458 0.15875-0.45508 0.45508-0.17992 0.29634-0.28575 0.71967-0.09525 0.41275-0.09525 0.92075 0 0.52917 0.09525 0.9525 0.10583 0.42333 0.28575 0.71967 0.1905 0.29633 0.4445 0.46566 0.26458 0.15875 0.59267 0.15875 0.32808 0 0.59267-0.15875 0.27517-0.16933 0.46567-0.46566 0.1905-0.30692 0.29633-0.73025 0.10583-0.42334 0.10583-0.94192 0-0.508-0.10583-0.92075t-0.29633-0.70908q-0.1905-0.30692-0.46567-0.46567-0.26458-0.16933-0.59267-0.16933z"/></g></svg> diff --git a/layouts/partials/read-time.html b/layouts/partials/read-time.html @@ -1,2 +1,2 @@ {{ $readTime := math.Round (div (countwords .Content) 140.0) }} -{{ if eq $readTime 1.0 }}1 minute{{ else }}{{ $readTime }} minutes{{ end }} +{{ if le $readTime 1.0 }}1 minute{{ else }}{{ $readTime }} minutes{{ end }} diff --git a/static/.well-known/openpgpkey/hu/fz9w91eqff39kumnhjmwodxng16fuasr b/static/.well-known/openpgpkey/hu/fz9w91eqff39kumnhjmwodxng16fuasr Binary files differ. diff --git a/static/.well-known/openpgpkey/policy b/static/.well-known/openpgpkey/policy