better style, DOS colors, simplified content

This commit is contained in:
randogoth 2025-12-20 11:44:54 +02:00
parent c9b86ba012
commit 8338b702b4
12 changed files with 182 additions and 234 deletions

View file

@ -38,14 +38,14 @@ MARKDOWN = {
ARTICLE_URL = "{category}/{slug}.html"
ARTICLE_SAVE_AS = "{category}/{slug}.html"
INDEX_SAVE_AS = "archive/all.html"
ARCHIVES_SAVE_AS = 'archive/index.html'
INDEX_SAVE_AS = "projects/all.html"
ARCHIVES_SAVE_AS = 'projects/index.html'
PATH = 'content'
ARTICLE_PATHS = ['blog',]
PAGE_PATHS = ['pages',]
MENUITEMS = [('Current', '/current.html'), ('Archive', '/archive/'), ('Blog', '/blog/'), ('Connect', '/connect.html'), ('CV', '/pages/cv.html')]
MENUITEMS = [('Projects', '/projects/'), ('Articles', '/blog/'), ('Connect', '/connect.html'), ('CV', '/pages/cv.html')]
SUMMARY_MAX_LENGTH = 0
DEFAULT_DATE_FORMAT = '%Y-%m-%d'