No description
Find a file
Dooho Yi 9d75c3d963 +sftp added
-ssh/rsync/ftp purged
2021-01-16 18:15:22 +09:00
content / ‘content/pages/todo/index.rst’ 2020-09-23 21:12:15 +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
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 +sftp added 2021-01-16 18:15:22 +09:00
pelicanconf.py disable gitlab-ci / we will use ssh/rsync instead. 2021-01-16 17:04:57 +09:00
publishconf.py disable gitlab-ci / we will use ssh/rsync instead. 2021-01-16 17:04:57 +09:00
README.md makefile: ssh/rsync added 2021-01-16 17:42:42 +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