- ‘.#pelicanconf.py’
/ ‘pelicanconf.py’
This commit is contained in:
parent
3930a81523
commit
df406098b8
2 changed files with 2 additions and 27 deletions
|
|
@ -1 +0,0 @@
|
|||
doohoyi@Doohoui-MacBookAir.local.11917
|
||||
|
|
@ -14,7 +14,7 @@ TIMEZONE = 'Asia/Seoul'
|
|||
DEFAULT_LANG = 'en'
|
||||
DEFAULT_DATE = 'fs'
|
||||
#20200421T223234+0900_(testt).rst
|
||||
FILENAME_METADATA = r'(?P<date>\d{8}T\d{6}\+\d{4})_\((?P<title>.*)\).*'
|
||||
FILENAME_METADATA = r'(?P<date>\d{8}T\d{6}\[+-]\d{4})_\((?P<title>.*)\).*'
|
||||
SLUGIFY_SOURCE = 'basename'
|
||||
|
||||
# Feed generation is usually not desired when developing
|
||||
|
|
@ -43,29 +43,5 @@ DEFAULT_PAGINATION = 5
|
|||
PLUGIN_PATHS = ['plugins']
|
||||
PLUGINS = ['assets']
|
||||
|
||||
# THEME (customizing)
|
||||
# THEME (custom;originally 'monospace')
|
||||
THEME = "./theme"
|
||||
|
||||
# THEME / bulrush
|
||||
# import bulrush
|
||||
# THEME = bulrush.PATH
|
||||
# JINJA_ENVIRONMENT = bulrush.ENVIRONMENT
|
||||
# JINJA_FILTERS = bulrush.FILTERS
|
||||
|
||||
# THEME
|
||||
|
||||
# THEME = "/home/admin/pelican-themes/dev-random" # Responsive !
|
||||
# THEME = "/home/admin/pelican-themes/dev-random2" # Responsive !
|
||||
# THEME = "/home/admin/pelican-themes/pelican-cait" # Responsive !
|
||||
|
||||
# THEME = "/home/admin/pelican-themes/mnmlist" # NOT-responsive !
|
||||
# THEME = "/home/admin/pelican-themes/basic" # NOT-responsive !
|
||||
# THEME = "/home/admin/pelican-themes/nmnlist" # NOT-responsive !
|
||||
# THEME = "/home/admin/pelican-themes/monospace" # NOT-responsive !
|
||||
# THEME = "/home/admin/pelican-themes/jesuislibre" # NOT-responsive !
|
||||
# THEME = "/home/admin/pelican-themes/blue-penguin" # NOT-responsive !
|
||||
|
||||
# THEME = "/home/admin/pelican-themes/crowsfoot" # unstable?
|
||||
|
||||
# THEME = "/home/admin/pelican-themes/eevee" # DOESN'T WORK, AS IS.
|
||||
# THEME = "/home/admin/pelican-themes/twenty-html5up" # DOESN'T WORK, AS IS.
|
||||
|
|
|
|||
Loading…
Reference in a new issue