No description
Find a file
Dooho Yi d6d8995e00 < ‘content/posts/notes/20200422T014819+0900_(.).rst’
> ‘content/posts/notes/20200422T014819-0900_(.).rst’
2020-04-26 03:20:44 +09:00
content/posts/notes < ‘content/posts/notes/20200422T014819+0900_(.).rst’ 2020-04-26 03:20:44 +09:00
patch start 2020-04-26 02:50:38 +09:00
plugins/assets - ‘plugins/’ 2020-04-26 03:00:24 +09:00
theme start 2020-04-26 02:50:38 +09:00
.gitignore start 2020-04-26 02:50:38 +09:00
.gitlab-ci.yml start 2020-04-26 02:50:38 +09:00
.sparkleshare Set up SparkleShare project 2020-04-26 02:46:47 +09:00
LICENSE start 2020-04-26 02:50:38 +09:00
Makefile start 2020-04-26 02:50:38 +09:00
pelicanconf.py / ‘pelicanconf.py’ 2020-04-26 03:18:56 +09:00
publishconf.py start 2020-04-26 02:50:38 +09:00
README.md - ‘.#README.md’ 2020-04-26 03:08:40 +09:00
requirements.txt start 2020-04-26 02:50:38 +09:00
tasks.py start 2020-04-26 02:50:38 +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