https://github.com/devlooped/gh-docs
A Jekyll template that duplicates the GitHub Docs site design
https://github.com/devlooped/gh-docs
Last synced: 9 months ago
JSON representation
A Jekyll template that duplicates the GitHub Docs site design
- Host: GitHub
- URL: https://github.com/devlooped/gh-docs
- Owner: devlooped
- License: mit
- Created: 2022-08-22T18:22:14.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-22T22:02:15.000Z (almost 4 years ago)
- Last Synced: 2025-02-18T01:43:15.850Z (over 1 year ago)
- Language: Ruby
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# GitHub Docs Theme
A Jekyll template that duplicates the GitHub Docs site design
## Building
Set the environment variable `JEKYLL_GITHUB_TOKEN` so that the
`site.github` variable is properly populated, then run:
bundle exec jekyll build --watch
Serve by changing to the `_site` dir and runing:
dotnet serve
> For some reason, `bundle exec jekyll serve --incremental --watch`
> results in an empty site/index page :/