Skip to content

Raw loader /publish markdown pages

Agate requested to merge raw-loader into master

This is needed so our incoming Retribute website can reuse our existing Code of conduct instead of copy-pasting it ;)

Basically:

  • We store important pages in markdown files (under src/pages)
  • Funkwhale.audio loads these files directly and interpret these as markdown
  • The markdown files are also published under /public/pages, meaning other websites could fetch the markdown content using ajax

cc @Sporiff

Merge request reports