No description
Find a file
2021-01-16 23:11:16 +09:00
content pelican-pandoc-reader tested. but. not safisfied at all. hmm. 2021-01-16 23:11:16 +09:00
patch pelican updated 4.5.4 + patch re-generated. + pandoc plugin installed 2021-01-16 22:10:58 +09:00
plugins/assets - ‘plugins/’ 2020-04-26 03:00:24 +09:00
themes / ‘themes/aurora/templates/base.html’ 2020-08-11 21:03:00 +09:00
.gitignore disable gitlab-ci / we will use ssh/rsync instead. 2021-01-16 17:04:57 +09:00
init.sh disable gitlab-ci / we will use ssh/rsync instead. 2021-01-16 17:04:57 +09:00
LICENSE start 2020-04-26 02:50:38 +09:00
Makefile organized: local dev. -> make serve 2021-01-16 21:34:38 +09:00
pelicanconf.py pelican-pandoc-reader tested. but. not safisfied at all. hmm. 2021-01-16 23:11:16 +09:00
publishconf.py organized: local dev. -> make serve 2021-01-16 21:34:38 +09:00
README.md makefile: ssh/rsync added 2021-01-16 17:42:42 +09:00
requirements.txt pelican updated 4.5.4 + patch re-generated. + pandoc plugin installed 2021-01-16 22:10:58 +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