remove /pages prefix from pages, add lost+found page, minor content changes
This commit is contained in:
parent
3fe3406568
commit
b015501715
@ -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 <a rel="me" href="https://chaos.social/@Error">@Error</a>.
|
||||
You can find me on [chaos.social](https://chaos.social "chaos.social mastodon instance") as <a rel="me" href="https://chaos.social/@Error">@Error</a>.
|
||||
|
20
content/pages/found.md
Normal file
20
content/pages/found.md
Normal file
@ -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.
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user