No description
Find a file
2020-05-11 19:27:14 +09:00
content / ‘content/pages/telegram/index.rst’ 2020-05-11 19:27:14 +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/base.html’ 2020-05-10 21:55:39 +09:00
theme-dark / ‘theme-dark/templates/category.html’ 2020-05-10 22:08:10 +09:00
.gitignore / ‘.gitignore’ 2020-05-10 20:12:22 +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 reverting... 2020-05-06 12:17:19 +09:00
pelicanconf.py - ‘content/posts/favorites/20200510T171751+0900_w/’ 2020-05-10 19:35:50 +09:00
publishconf.py / ‘publishconf.py’ 2020-05-05 22:27:19 +09:00
README.md - ‘.#README.md’ 2020-04-26 03:08:40 +09:00
requirements.txt / ‘requirements.txt’ 2020-05-07 00:55:55 +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