Skip to content

wotlkdev/wiki

WoTLK Modding Resources

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.