grouped non-content files in single folder
This commit is contained in:
parent
885c814e44
commit
6f88484a7a
@ -20,17 +20,17 @@ Klasse, dass du dich für meinen Newsletter angemeldet hast. Als kleines Dankesc
|
||||
>
|
||||
> Dichter, Autor, Mann der Worte
|
||||
> so werd ich genannt
|
||||
> doch nicht nur mein Geist ist fleißig,
|
||||
> doch nicht nur mein Geist ist fleißig,
|
||||
> nein, auch meine Hand.
|
||||
>
|
||||
> Vor Schmutz unter den Fingernägeln
|
||||
> schreck ich nicht zurück
|
||||
> ein echter Mann wie ich, der hat
|
||||
> ein echter Mann wie ich, der hat
|
||||
> handwerkliches Geschick.
|
||||
>
|
||||
> Ich freu mich, wenn es gilt, ein Löchlein
|
||||
> Ich freu mich, wenn es gilt, ein Löchlein
|
||||
> in die Wand zu bohr'n
|
||||
> denn jedes Mal treff ich mit Verve
|
||||
> denn jedes Mal treff ich mit Verve
|
||||
> genau ins Wasserrohr.
|
||||
>
|
||||
> Die Muttern an den Autorädern
|
||||
@ -40,12 +40,12 @@ Klasse, dass du dich für meinen Newsletter angemeldet hast. Als kleines Dankesc
|
||||
>
|
||||
> Ich bau IKEA-Möbel auf
|
||||
> die Schwerkraft baut sie ab
|
||||
> beim Umzug helf ich freudig mit
|
||||
> beim Umzug helf ich freudig mit
|
||||
> und mach als erster schlapp.
|
||||
>
|
||||
> Die Waschmaschine ist kaputt?
|
||||
> Ich kümmere mich drum
|
||||
> wofür, wenn nicht für Wasserschäden,
|
||||
> wofür, wenn nicht für Wasserschäden,
|
||||
> gibt's Versicherung'n?
|
||||
>
|
||||
> Doch neuerdings werd ich nicht mehr
|
||||
|
||||
@ -19,4 +19,4 @@ Verflixt, es ist ein Fehler bei der Newsletter-Verwaltung aufgetreten. Vielleich
|
||||
|
||||
`suche Statusmeldung`{: #msg}
|
||||
|
||||
<script src="{static}/js/Message.js"></script>
|
||||
<script src="{static}/misc/Message.js"></script>
|
||||
|
||||
@ -17,4 +17,4 @@ featured_image:
|
||||
|
||||
<p id="msg">Erfolg auf der ganzen Linie.</p>
|
||||
|
||||
<script src="{static}/js/Message.js"></script>
|
||||
<script src="{static}/misc/Message.js"></script>
|
||||
|
||||
@ -28,14 +28,14 @@ IGNORE_FILES = ['**/.*', '__pycache__', 'favicon-from-svg.sh', '*.metadata']
|
||||
|
||||
EXTRA_PATH_METADATA = {
|
||||
'favicon/favicon.ico': {'path': 'favicon.ico'},
|
||||
'php/functions.php': {'path': 'functions.php'},
|
||||
'php/subscribe.php': {'path': 'newsletter/subscribe.php'},
|
||||
'php/confirm.php': {'path': 'newsletter/confirm.php'},
|
||||
'php/unsubscribe.php': {'path': 'newsletter/unsubscribe.php'},
|
||||
'php/contact.php': {'path': 'kontakt/contact.php'},
|
||||
'php/Exception.php': {'path': 'Exception.php'},
|
||||
'php/PHPMailer.php': {'path': 'PHPMailer.php'},
|
||||
'php/SMTP.php': {'path': 'SMTP.php'},
|
||||
'misc/functions.php': {'path': 'functions.php'},
|
||||
'misc/subscribe.php': {'path': 'newsletter/subscribe.php'},
|
||||
'misc/confirm.php': {'path': 'newsletter/confirm.php'},
|
||||
'misc/unsubscribe.php': {'path': 'newsletter/unsubscribe.php'},
|
||||
'misc/contact.php': {'path': 'kontakt/contact.php'},
|
||||
'misc/Exception.php': {'path': 'Exception.php'},
|
||||
'misc/PHPMailer.php': {'path': 'PHPMailer.php'},
|
||||
'misc/SMTP.php': {'path': 'SMTP.php'},
|
||||
'misc/.htaccess': {'path': '.htaccess'},
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user