Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redtide/notes
Miscellaneous development notes
https://github.com/redtide/notes
deployment-automation documentation-website qt
Last synced: 19 days ago
JSON representation
Miscellaneous development notes
- Host: GitHub
- URL: https://github.com/redtide/notes
- Owner: redtide
- License: mpl-2.0
- Created: 2019-06-13T09:26:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-16T05:52:00.000Z (12 months ago)
- Last Synced: 2024-10-27T11:57:22.554Z (2 months ago)
- Topics: deployment-automation, documentation-website, qt
- Homepage: https://redtide.github.io/notes
- Size: 5.2 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Miscellaneous development notes
Built with [MKDocs][1] using [Material theme][2].
## Installation
Requires Python, then:
```
pip install mkdocs-material
```## Run
To view the site locally:
```
mkdocs serve
```The site should be available at
[1]: https://www.mkdocs.org
[2]: https://github.com/squidfunk/mkdocs-material