No description
Find a file
2020-04-21 21:01:32 +09:00
content/posts/notes / ‘content/posts/notes/2020-04-21_16-31-52_(한글로된 제목(언제든지)입니다만..).rst’ 2020-04-21 16:50:14 +09:00
patch / ‘.gitlab-ci.yml’ 2020-04-21 20:33:57 +09:00
.gitignore + ‘.gitignore’ 2020-04-12 15:20:48 +09:00
.gitlab-ci.yml / ‘.gitlab-ci.yml’ 2020-04-21 20:48:06 +09:00
.sparkleshare Set up SparkleShare project 2020-04-12 15:01:01 +09:00
LICENSE + ‘LICENSE’ 2020-04-12 15:01:56 +09:00
Makefile / ‘Makefile’ 2020-04-12 15:22:45 +09:00
pelicanconf.py / ‘pelicanconf.py’ 2020-04-21 16:49:00 +09:00
publishconf.py / ‘publishconf.py’ 2020-04-12 15:19:29 +09:00
README.md - ‘.#README.md’ 2020-04-21 21:01:32 +09:00
requirements.txt / ‘requirements.txt’ 2020-04-13 01:46:23 +09:00
tasks.py + ‘LICENSE’ 2020-04-12 15:01:56 +09:00

Example [Pelican] website using GitLab server, 'nosignal.hopto.org/gitlab'

patch applied

  • if there is no 'title' in '.rst' file, FILENAME_METADATA = '(?P<title>.*)' doesn't work!
  • it works fine with '.md' files --> https://github.com/getpelican/pelican/issues/2107#issuecomment-363388649
  • but, it doesn't work with '.rst' files.
  • that's because metadata being merged with a default 'title' which is empty if you don't give one in the document!
  • so, if 'title' is empty, then do not add the default. that is meaningless.
  • look into : patch/pelican_readers.patch