No description
/ ‘themes/aurora/templates/base.html’ / ‘themes/aurora/templates/categories.html’ / ‘themes/aurora/templates/index.html’ / ‘themes/moe-dark/templates/categories.html’ / ‘themes/moe-dark/templates/index.html’ / ‘themes/white/templates/categories.html’ / ‘themes/white/templates/index.html’ / ‘themes/yoshi/templates/categories.html’ / ‘themes/yoshi/templates/index.html’ |
||
|---|---|---|
| content | ||
| patch | ||
| plugins/assets | ||
| themes | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| .sparkleshare | ||
| LICENSE | ||
| Makefile | ||
| pelicanconf.py | ||
| publishconf.py | ||
| README.md | ||
| requirements.txt | ||
| tasks.py | ||
Example [Pelican] website using GitLab server, 'nosignal.hopto.org/gitlab'
- located https://nosignal.hopto.org/gitlab/doohoyi/lost-train
- Check the resulting website here: https://nosignal.hopto.org/site/ci/losttr/
- 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<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