Jekyll Statuspage¶ ↑
This a Statuspage theme for Jekyll. Simply add your websites and links to your _config.yml
, and you're done! Check out our sample one here
Installation¶ ↑
Add this line to your Jekyll site's Gemfile
:
gem "jekyll-statuspage"
And add this line to your Jekyll site's _config.yml
:
theme: jekyll-statuspage
And then execute:
$ bundle
Or:¶ ↑
Use our starter repo: forgenst/statuspage-starter NB: I've had problems running this on Windows, to do with baseurl. See {Issues}[https://github.com/forgenst/jekyll-statuspage/issues/3] for details