Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cornucopia-rs/website
A website for Cornucopia.
https://github.com/cornucopia-rs/website
Last synced: 26 days ago
JSON representation
A website for Cornucopia.
- Host: GitHub
- URL: https://github.com/cornucopia-rs/website
- Owner: cornucopia-rs
- License: apache-2.0
- Created: 2022-06-17T00:10:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-21T12:59:29.000Z (6 months ago)
- Last Synced: 2024-11-08T02:48:39.021Z (3 months ago)
- Language: HTML
- Size: 1.48 MB
- Stars: 4
- Watchers: 1
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cornucopia Website
This website documents how to use Cornucopia in your project.
## How to build
This project depends on both `mdbook` and `mdbook-admonish`. `mdbook-admonish` is a preprocessor used to add Material Design admonishments. You can learn more about it, and the instructions on how to install it, [here](https://crates.io/crates/mdbook-admonish).
Once you've gotten mdbook-admonish and mdbook both installed, just run `mdbook build` after making changes and the website will be built automatically.