All the pages were moved into docs!!!
-
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 enableRead and write permissions
-
Change _includes/nav.html sections marked
<!-- Selected -->
and<!-- Not selected -->
fromwiki
to whatever your repository is called. -
Set up github pages to use the
gh_pages
branch of this repository (do not usemain
, dbc pages are built to the to thegh_pages
branch)
- 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.