mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-08-18 10:57:27 +02:00
Compare commits
3 Commits
bd3432e330
...
9405a4910f
Author | SHA1 | Date | |
---|---|---|---|
9405a4910f | |||
f1439b708f | |||
9d85d2ab69 |
@ -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.
|
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
|
<br/><br/>*This website is licensed under the
|
||||||
[Creative Commons Attribution 4.0 International License.](https://creativecommons.org/licenses/by/4.0/)
|
[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/
|
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
|
# Build settings
|
||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
|
@ -5,7 +5,7 @@ excerpt: "I am a Highly Sensitive Autistic Pirate with Linux experience since 20
|
|||||||
---
|
---
|
||||||
|
|
||||||
<p id="avatar">
|
<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
|
<img src="{{site.avatar}}" alt="Photo of me" />Aminda Suomalainen</a
|
||||||
>
|
>
|
||||||
<small><a href="https://cv.aminda.eu/">Curriculum Vitae</a></small>
|
<small><a href="https://cv.aminda.eu/">Curriculum Vitae</a></small>
|
||||||
|
@ -22,5 +22,5 @@ Noindex: /php/
|
|||||||
Noindex: /r/
|
Noindex: /r/
|
||||||
Noindex: /or/
|
Noindex: /or/
|
||||||
Noindex: /n/
|
Noindex: /n/
|
||||||
Sitemap: https://www.aminda.eu/sitemap.xml
|
Sitemap: https://aminda.eu/sitemap.xml
|
||||||
Sitemap: https://www.aminda.eu/sitemaps.xml
|
Sitemap: https://aminda.eu/sitemaps.xml
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||||
<sitemap>
|
<sitemap>
|
||||||
<loc>https://www.aminda.eu/sitemap.xml</loc>
|
<loc>https://aminda.eu/sitemap.xml</loc>
|
||||||
</sitemap>
|
</sitemap>
|
||||||
<sitemap>
|
<sitemap>
|
||||||
<loc>https://www.aminda.eu/cv/sitemap.xml</loc>
|
<loc>https://aminda.eu/cv/sitemap.xml</loc>
|
||||||
</sitemap>
|
</sitemap>
|
||||||
</sitemapindex>
|
</sitemapindex>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user