https://github.com/stephannv/blueprint-docs
Website for Blueprint Crystal shard
https://github.com/stephannv/blueprint-docs
crystal html mkdocs-material
Last synced: 12 months ago
JSON representation
Website for Blueprint Crystal shard
- Host: GitHub
- URL: https://github.com/stephannv/blueprint-docs
- Owner: stephannv
- Created: 2023-04-11T23:47:42.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-25T14:38:02.000Z (about 1 year ago)
- Last Synced: 2025-02-05T21:59:05.823Z (about 1 year ago)
- Topics: crystal, html, mkdocs-material
- Homepage: https://stephannv.github.io/blueprint-docs/
- Size: 652 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To serve:
```
docker pull squidfunk/mkdocs-material
docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material
```