diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f2a71c2..cd82fb4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -57,7 +57,7 @@ repos: [ --update-only, --title, - "_Automaattinen sisällysluettelo - Automatically generated Table of Contents_", + 'Automaattinen sisällysluettelo / Automatically generated Table of Contents', ] - repo: https://github.com/python-jsonschema/check-jsonschema diff --git a/.prettierignore b/.prettierignore index d71fd62..72e79d6 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,4 +1,5 @@ # Prettier cannot handle Jekyll variables? _includes +_layouts blog/*.xml *.json diff --git a/_config.yml b/_config.yml index ebce949..aeba0b9 100644 --- a/_config.yml +++ b/_config.yml @@ -1,10 +1,11 @@ # Site settings title: Aminda Suomalainen ⚧ +author:
Aminda Suomalainen ⚧ 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. ⚧ -

*This website is licensed under the - [Creative Commons Attribution 4.0 International License.](https://creativecommons.org/licenses/by/4.0/) - by [Aminda Suomalainen](https://aminda.eu/).* +
I am a Highly Sensitive Autistic Pirate with Linux experience since 2008. I am familiar with git and looking for employment. ⚧ +

This website is licensed under the + Creative Commons Attribution 4.0 International License + by Aminda Suomalainen.
baseurl: "" # the subpath of your site, e.g. /blog/ # 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. @@ -22,6 +23,9 @@ rss: Blog keybase_username: Mikaela telegram_username: AmindaEU +# Sadly the content is mostly in English and this is just the last fallback +lang: en + # Build settings markdown: kramdown theme: minima diff --git a/_layouts/default.html b/_layouts/default.html index 2b442ae..7d1047d 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,5 +1,6 @@ - + + {% include head.html %} diff --git a/_layouts/index.html b/_layouts/index.html index c916405..ddfd8db 100644 --- a/_layouts/index.html +++ b/_layouts/index.html @@ -1,6 +1,6 @@ - - {% include head.html %} + +{% include head.html %} {% include header.html %} diff --git a/_layouts/mini.html b/_layouts/mini.html index c0951df..43e9067 100644 --- a/_layouts/mini.html +++ b/_layouts/mini.html @@ -1,5 +1,5 @@ - + {% include head.html %}
diff --git a/assets/main.scss b/assets/main.scss index 9f19610..dafb743 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -23,6 +23,7 @@ $monospace-font-family: "Liberation Mono", "Cousine", "Courier New", monospace; * { color: revert !important; overflow-wrap: break-word !important; + hyphens: auto !important; } a {