added tuicss

This commit is contained in:
randogoth 2026-05-16 11:34:31 +03:00
parent ff83815c4a
commit cea809d26d
35 changed files with 3048 additions and 67 deletions

View file

@ -6,7 +6,7 @@ class NoProcessing(bp.BlockProcessor):
bp.SetextHeaderProcessor = NoProcessing
AUTHOR = 'Tobias'
SITENAME = 'Tobias Raayoni Last'
SITENAME = 'MOMENTUM FLUX'
THEME = 'mc-pelican'
PLUGIN_PATHS = ['pelican-plugins']
@ -45,7 +45,7 @@ PATH = 'content'
ARTICLE_PATHS = ['blog',]
PAGE_PATHS = ['pages',]
MENUITEMS = [('Projects', '/projects/'), ('Articles', '/blog/'), ('Connect', '/connect.html'), ('CV', '/pages/cv.html')]
MENUITEMS = [('Projects', '/projects/'), ('Articles', '/blog/'), ('Connect', '/connect.html'), ('Bio', '/pages/bio.html')]
SUMMARY_MAX_LENGTH = 0
DEFAULT_DATE_FORMAT = '%Y-%m-%d'