mirror of
https://github.com/systemd/systemd.git
synced 2024-12-26 03:22:00 +03:00
c3e270f4ee
It turns out Jekyll (the engine behind GitHub Pages) requires that pages include a "Front Matter" snippet of YAML at the top for proper rendering. Omitting it will still render the pages, but including it opens up new possibilities, such as using a {% for %} loop to generate index.md instead of requiring a separate script. I'm hoping this will also fix the issue with some of the pages (notably CODE_OF_CONDUCT.html) not being available under systemd.io Tested locally by rendering the website with Jekyll. Before this change, the *.md files were kept unchanged (so not sure how that even works?!), after this commit, proper *.html files were generated from it. |
||
---|---|---|
.. | ||
sysvinit | ||
var-log | ||
_config.yml | ||
AUTOMATIC_BOOT_ASSESSMENT.md | ||
BLOCK_DEVICE_LOCKING.md | ||
BOOT_LOADER_INTERFACE.md | ||
BOOT_LOADER_SPECIFICATION.md | ||
CGROUP_DELEGATION.md | ||
CNAME | ||
CODE_OF_CONDUCT.md | ||
CODE_QUALITY.md | ||
CODING_STYLE.md | ||
CONTRIBUTING.md | ||
DISTRO_PORTING.md | ||
ENVIRONMENT.md | ||
HACKING.md | ||
index.md | ||
PORTABLE_SERVICES.md | ||
PREDICTABLE_INTERFACE_NAMES.md | ||
RELEASE.md | ||
TRANSIENT-SETTINGS.md | ||
TRANSLATORS.md | ||
UIDS-GIDS.md |