The fmhy wiki is great and i want to make a wiki with the same backend but cant find what it uses

    • haverholm@kbin.earth
      link
      fedilink
      arrow-up
      2
      ·
      3 days ago

      Check out Github Pages on how to publish a site hosted in Github. I never did this myself, so take this as hearsay. Basically it allows you to publish a repo of markdown files to HTML pages without local tools like pandoc.

      I did a quick lookaround for advice on setting up a wiki-only site, and I couldn’t find an easy answer. Have a look through this awesome-list for ideas and best practices.

    • far_university190@feddit.org
      link
      fedilink
      English
      arrow-up
      4
      ·
      edit-2
      3 days ago

      Probably markdown source, markdown to html with some tool (pandoc) with relative link, then it is static page

      Edit: gitlab also have “gitlab pages” for similar feature