Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/badboy/til
Today I Learned
https://github.com/badboy/til
Last synced: 9 days ago
JSON representation
Today I Learned
- Host: GitHub
- URL: https://github.com/badboy/til
- Owner: badboy
- License: mit
- Created: 2021-05-03T07:45:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T11:19:51.000Z (4 months ago)
- Last Synced: 2024-12-24T02:01:38.645Z (12 days ago)
- Language: Rust
- Homepage: https://fnordig.de/til
- Size: 184 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Today I Learned](https://fnordig.de/til)
A collection of snippets, thoughts and notes about stuff I learned.
## Generate book
This project uses [mdbook](https://github.com/rust-lang/mdBook) to render a website.
To generate the book:```
cargo xtask
mdbook build
```The project is automatically deployed on pushes to this repository.
The table of contents, index files and the overview are updated automatically.## References
* [simonw/til](https://github.com/simonw/til)
* [jbranchaud/til](https://github.com/jbranchaud/til)## License
The deployment code is distributed under the terms of the MIT license. See [LICENSE](LICENSE).