Skip to content

Convert your GitHub wiki into your own personalised site. Check more information on the choices made at https://blog.ably.io/hacking-github-to-build-your-own-wiki-ab08aab58db1

License

Notifications You must be signed in to change notification settings

ChrisKellyLP/wiki-site

 
 

Repository files navigation

Wiki

This repository can be used to host a GitHub wiki

Authentication

This app relies on Auth0 for authentication. See .env.example for the environment variables needed. It is recommended you configure a Rule in Auth0 to limit authentication to a Google Apps domain.

Running this locally

Copy .env.example to .env and configure the environment variables if you want to use Auth0. Otherwise, add AUTH_DISABLED=true to .env to disable auth for local development.

bundle

Install the gems:

bundle

Build the static site:

jekyll build

Then run the server:

rackup

Installation on Heroku

Configure the environment variables, and push the repo and that's it :)

Copyright (c) 2018 Ably Real-time Ltd, Licensed under the Apache License, Version 2.0. Refer to LICENSE for the license terms.

About

Convert your GitHub wiki into your own personalised site. Check more information on the choices made at https://blog.ably.io/hacking-github-to-build-your-own-wiki-ab08aab58db1

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 58.3%
  • Ruby 38.7%
  • Shell 2.4%
  • Procfile 0.6%