https://github.com/sontungexpt/ldoc-css-styles
Generate style for ldoc generate document for lua language (dark mode)
https://github.com/sontungexpt/ldoc-css-styles
css dark-mode dark-theme document documentation html ldoc lua styles
Last synced: 3 months ago
JSON representation
Generate style for ldoc generate document for lua language (dark mode)
- Host: GitHub
- URL: https://github.com/sontungexpt/ldoc-css-styles
- Owner: sontungexpt
- License: gpl-3.0
- Created: 2023-07-26T15:22:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-17T11:05:24.000Z (over 1 year ago)
- Last Synced: 2025-03-10T19:40:42.072Z (about 1 year ago)
- Topics: css, dark-mode, dark-theme, document, documentation, html, ldoc, lua, styles
- Language: HTML
- Homepage:
- Size: 368 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ldoc css stylings
The style for ldoc css generation
## Requirements
- [ldoc](https://github.com/lunarmodules/ldoc)
## Recommend
Use with ldoc-custom command instead of ldoc command ofcourse. It just a extension of ldoc command with this style
## Preview



## Instllation
```bash
git clone https://github.com/sontungexpt/ldoc-css-styles.git && cd ldoc-css-styles
# If you want to use ldoc-custom command to generate css
# If you use ldoc-custom instead of ldoc, you can fix some bugs about html generation of ldoc
# It may be need sudo
# If you don't want to use ldoc-custom, you can skip two lines below
cp ldoc-custom /usr/bin/
ldoc-custom -h # to see help
# if you use ldoc-custom, you may not need to use this command because ldoc-custom will do it for you
cp ldoc.css your-project-path
```
## Contributions
If you find any issues with this configuration or would like to contribute, please feel free to submit a pull request or open an issue.
## License
This configuration is released under the GNU GENERAL PUBLIC LICENSE.