Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-17T11:05:24.000Z (6 months ago)
- Last Synced: 2024-07-17T13:50:54.697Z (6 months ago)
- Topics: css, dark-mode, dark-theme, document, documentation, html, ldoc, lua, styles
- Language: HTML
- Homepage:
- Size: 368 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
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
![preview1](./docs/readme/preview1.png)
![preview2](./docs/readme/preview2.png)
![preview3](./docs/readme/preview3.png)## 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.