All the pages were moved into docs!!!
-
Create a fork or push it
-
Change docs/_config.yml
remote_themeto your own repository -
Go to your repository settings under
Settings->Actions->General->Workflow permissionsand enableRead and write permissions -
Change _includes/nav.html sections marked
<!-- Selected -->and<!-- Not selected -->fromwikito whatever your repository is called. -
Set up github pages to use the
gh_pagesbranch of this repository (do not usemain, dbc pages are built to the to thegh_pagesbranch)
- 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.