Compare commits

...

3 Commits

5 changed files with 12 additions and 8 deletions

2
CNAME
View File

@ -1 +1 @@
www.aminda.eu
aminda.eu

View File

@ -4,9 +4,13 @@ description: > # this means to ignore newlines until "baseurl:"
I am a Highly Sensitive Autistic Pirate with Linux experience since 2008. I am familiar with git and looking for employment.
<br/><br/>*This website is licensed under the
[Creative Commons Attribution 4.0 International License.](https://creativecommons.org/licenses/by/4.0/)
by [Aminda Suomalainen](https://www.aminda.eu/).*
by [Aminda Suomalainen](https://aminda.eu/).*
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://www.aminda.eu" # the base hostname & protocol for your site
# I would like to use www subdomain to not have all cookies passed to top
# level, but there seems to be a redirect issue otherwise.
# At least it's just a static page.
#url: "https://www.aminda.eu" # the base hostname & protocol for your site
url: "https://aminda.eu" # the base hostname & protocol for your site
# Build settings
markdown: kramdown

View File

@ -5,7 +5,7 @@ excerpt: "I am a Highly Sensitive Autistic Pirate with Linux experience since 20
---
<p id="avatar">
<a class="h-card" href="https://www.aminda.eu/">
<a class="h-card" href="https://aminda.eu/">
<img src="{{site.avatar}}" alt="Photo of me" />Aminda Suomalainen</a
>
<small><a href="https://cv.aminda.eu/">Curriculum Vitae</a></small>

View File

@ -22,5 +22,5 @@ Noindex: /php/
Noindex: /r/
Noindex: /or/
Noindex: /n/
Sitemap: https://www.aminda.eu/sitemap.xml
Sitemap: https://www.aminda.eu/sitemaps.xml
Sitemap: https://aminda.eu/sitemap.xml
Sitemap: https://aminda.eu/sitemaps.xml

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<sitemap>
<loc>https://www.aminda.eu/sitemap.xml</loc>
<loc>https://aminda.eu/sitemap.xml</loc>
</sitemap>
<sitemap>
<loc>https://www.aminda.eu/cv/sitemap.xml</loc>
<loc>https://aminda.eu/cv/sitemap.xml</loc>
</sitemap>
</sitemapindex>