From d0f8137ccae4322ff70f2f2f873121ae2a8cf8f0 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Tue, 21 Apr 2020 21:00:33 +0900 Subject: [PATCH] =?UTF-8?q?-=20=E2=80=98.#README.md=E2=80=99=20/=20?= =?UTF-8?q?=E2=80=98README.md=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .#README.md | 1 - README.md | 9 +++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) delete mode 120000 .#README.md diff --git a/.#README.md b/.#README.md deleted file mode 120000 index b381f90..0000000 --- a/.#README.md +++ /dev/null @@ -1 +0,0 @@ -doohoyi@DoohouicBookAir.skbroadband.6603 \ No newline at end of file diff --git a/README.md b/README.md index a55ce65..2c24f04 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,12 @@ - Check the resulting website here: - utilizing 'SparkleShare' for real-time sync. - CI powered by server-side gitlab-runner ! + +## patch applied + +- if there is no 'title' in '.rst' file, FILENAME_METADATA = '(?P.*)' 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