Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/israpps/dark-jekyll-rtd-theme
Crude and mediocre attempt to bring dark mode to dead project @rundocs/jekyll-rtd-theme
https://github.com/israpps/dark-jekyll-rtd-theme
Last synced: 6 days ago
JSON representation
Crude and mediocre attempt to bring dark mode to dead project @rundocs/jekyll-rtd-theme
- Host: GitHub
- URL: https://github.com/israpps/dark-jekyll-rtd-theme
- Owner: israpps
- Created: 2023-06-15T15:26:41.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-08T03:07:01.000Z (over 1 year ago)
- Last Synced: 2024-11-08T17:57:02.570Z (2 months ago)
- Language: Liquid
- Homepage: https://israpps.github.io/dark-jekyll-rtd-theme/
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# starter
1. [Generate with the same files and folders](https://github.com/rundocs/starter/generate) from this repository
2. Set up your GitHub Pages to source(`/`)
3. Now you can view your documentation in your site## site.pages
| source | link |
| --------------- | -------------------------------------------------------------- |
{% for page in site.pages -%}
| {{ page.path }} | [{{ page.url | relative_url }}]({{ page.url | relative_url }}) |
{% endfor %}## Documents
https://jekyll-rtd-theme.rundocs.io
## Local debug
```sh
make
make server
```## The license
The theme is available as open source under the terms of the MIT License