- ‘.#README.md’

/ ‘README.md’
This commit is contained in:
Dooho Yi 2020-04-21 21:00:33 +09:00
parent c89d7295fa
commit d0f8137cca
2 changed files with 9 additions and 1 deletions

View file

@ -1 +0,0 @@
doohoyi@DoohouicBookAir.skbroadband.6603

View file

@ -4,3 +4,12 @@
- Check the resulting website here: <https://nosignal.hopto.org/site/ci/website> - Check the resulting website here: <https://nosignal.hopto.org/site/ci/website>
- utilizing 'SparkleShare' for real-time sync. - utilizing 'SparkleShare' for real-time sync.
- CI powered by server-side gitlab-runner ! - CI powered by server-side gitlab-runner !
## 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