diff --git a/.#pelicanconf.py b/.#pelicanconf.py deleted file mode 120000 index aff0b5c..0000000 --- a/.#pelicanconf.py +++ /dev/null @@ -1 +0,0 @@ -doohoyi@Doohoui-MacBookAir.local.11917 \ No newline at end of file diff --git a/pelicanconf.py b/pelicanconf.py index eb024ae..aad8911 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -14,7 +14,7 @@ TIMEZONE = 'Asia/Seoul' DEFAULT_LANG = 'en' DEFAULT_DATE = 'fs' #20200421T223234+0900_(testt).rst -FILENAME_METADATA = r'(?P\d{8}T\d{6}\+\d{4})_\((?P.*)\).*' +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.