Skip to content

tomczoink/HackWiki

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 :)

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