Skip to content

This repository covers the Meridian 59 fan-made reference wiki

License

BSD-2-Clause and 3 other licenses found

Licenses found

BSD-2-Clause
LICENSE-THEME
MIT
LICENSE-docs
BSD-2-Clause
LICENSE-mkdocs
MIT
LICENSE-rtd
Notifications You must be signed in to change notification settings

meridian59db/meridian59db.github.io

Meridian 59 Fan-made Wiki

All the pages were moved into docs!!!

Fork / Move Repo Guide

  • Create a fork or push it

  • Change docs/_config.yml remote_theme to your own repository

  • Go to your repository settings under Settings -> Actions -> General -> Workflow permissions and enable Read and write permissions

  • Change _includes/nav.html sections marked <!-- Selected --> and <!-- Not selected --> from wiki to whatever your repository is called.

  • Set up github pages to use the gh_pages branch of this repository (do not use main, dbc pages are built to the to the gh_pages branch)

Building locally (Windows)

  • Clone repository
  • Install ruby 2.5
  • Open a new powershell command window and navigate to your repository
  • Run the command gem install bundler (only needed once)
  • Run the command bundle install (only needed once)
  • Start the local development server with bundle exec jekyll serve --watch --incremental

Note: the navigation bar and links are generally broken on local installations.