diff --git a/content/pages/contact.md b/content/pages/contact.md index ed4e581..4e4989a 100644 --- a/content/pages/contact.md +++ b/content/pages/contact.md @@ -44,6 +44,6 @@ My mail address is `error[at]mail.undefinedbehavior.de`. If you are using PGP, p =+HJ8 -----END PGP PUBLIC KEY BLOCK----- -## Mastodon +## Fediverse -You can find me on chaos.social as @Error. +You can find me on [chaos.social](https://chaos.social "chaos.social mastodon instance") as @Error. diff --git a/content/pages/found.md b/content/pages/found.md new file mode 100644 index 0000000..3433609 --- /dev/null +++ b/content/pages/found.md @@ -0,0 +1,20 @@ +Title: Lost and Found +Date: 2023-04-25 10:15 +Author: Error +Slug: found +Status: hidden +Summary: Looks like you found something I may have lost and you want to return it to me. Thank you very much. + +## Thank you + +You seem to have found something I've lost and are trying to return it to me. +Thank you very much. + +## How to contact me + +Please let me know what you found and where it is. + +If I'm at a chaos event, you can probably reach me via my DECT. +Usually, my number is 7303. + +Other options for contacting me are listed on my [contact page](/contact "Contact"), including e-mail and my fedi account. diff --git a/content/pages/imprint.md b/content/pages/imprint.md index c954e70..f37c5dd 100644 --- a/content/pages/imprint.md +++ b/content/pages/imprint.md @@ -6,7 +6,7 @@ Summary: Legaly required contact information ## Disclaimer -This information is only provided for legal reasons. Please reach out to me via [e-mail or Mastodon](/pages/contact "Contact") instead. It's much faster and simpler. +This information is only provided for legal reasons. Please reach out to me via [e-mail or fedi](/contact "Contact") instead. It's much faster and simpler. ## Verantwortlich gemäß §5 TMG diff --git a/pelicanconf.py b/pelicanconf.py index 3f1096b..a2ffccf 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -23,8 +23,8 @@ PATH = 'content' ARTICLE_URL = 'posts/{slug}/' ARTICLE_SAVE_AS = 'posts/{slug}/index.html' -PAGE_URL = 'pages/{slug}/' -PAGE_SAVE_AS = 'pages/{slug}/index.html' +PAGE_URL = '{slug}/' +PAGE_SAVE_AS = '{slug}/index.html' AUTHOR_URL = '' AUTHOR_SAVE_AS = '' AUTHORS_SAVE_AS = '' @@ -43,9 +43,9 @@ TRANSLATION_FEED_ATOM = None AUTHOR_FEED_ATOM = None AUTHOR_FEED_RSS = None -LINKS = (('credits', '/pages/credits'), - ('imprint', '/pages/imprint'), - ('privacy', '/pages/privacy'),) +LINKS = (('credits', '/credits'), + ('imprint', '/imprint'), + ('privacy', '/privacy'),) DEFAULT_PAGINATION = False