https://github.com/basesecrete/rorvswild-theme-rdoc
RDoc theme for developers with sensitive eyes.
https://github.com/basesecrete/rorvswild-theme-rdoc
Last synced: 10 months ago
JSON representation
RDoc theme for developers with sensitive eyes.
- Host: GitHub
- URL: https://github.com/basesecrete/rorvswild-theme-rdoc
- Owner: BaseSecrete
- License: other
- Created: 2024-10-13T19:33:44.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-05T11:41:27.000Z (11 months ago)
- Last Synced: 2025-06-13T15:08:32.130Z (11 months ago)
- Language: HTML
- Homepage: https://rubyrubyrubyruby.dev
- Size: 536 KB
- Stars: 27
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# RoRvsWild theme for RDoc
[RDoc](https://github.com/ruby/rdoc) theme based on [RoRvsWild](https://www.rorvswild.com/) colors.
More than colors, it modifies the layout, navigation, typography and overall look and feel.


## Usage
If you want to use this theme in your documentation:
```
# Install the gem
gem install rorvswild_theme_rdoc
# Generate the documentation
rdoc --root path/to/source/code --template rorvswild
```
## Development
Call the custom `rorvswild-theme-rdoc` script which automatically loads RoRvsWild's theme.
```
./rorvswild-theme-rdoc --root path/to/source/code
```