No description
Find a file
2020-04-30 22:36:27 +09:00
content + ‘content/posts/notes/.#20200430T222707+0900_(c0ffee).rst’ 2020-04-30 22:36:27 +09:00
patch start 2020-04-26 02:50:38 +09:00
plugins/assets - ‘plugins/’ 2020-04-26 03:00:24 +09:00
theme - ‘theme/templates/.#index.html’ 2020-04-30 22:30:29 +09:00
.gitignore theming.. 2020-04-30 22:13:04 +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 theming.. 2020-04-30 22:13:04 +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