No description
Find a file
2020-05-02 20:00:33 +09:00
content / ‘content/posts/new/20200501T223234+0900_((new)).rst’ 2020-05-02 19:43:29 +09:00
patch / ‘patch/pelican_readers.patch’ 2020-05-02 19:27:32 +09:00
plugins/assets - ‘plugins/’ 2020-04-26 03:00:24 +09:00
theme / ‘theme/templates/index.html’ 2020-05-02 20:00:33 +09:00
.gitignore / ‘.gitignore’ 2020-05-01 03:18:18 +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 / ‘publishconf.py’ 2020-05-02 19:58:09 +09:00
README.md - ‘.#README.md’ 2020-04-26 03:08:40 +09:00
requirements.txt / ‘requirements.txt’ 2020-05-02 19:21:56 +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