added tuicss
This commit is contained in:
parent
ff83815c4a
commit
cea809d26d
35 changed files with 3048 additions and 67 deletions
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue