https://github.com/badboy/til
Today I Learned
https://github.com/badboy/til
Last synced: about 1 year 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 (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-13T13:05:14.000Z (over 1 year ago)
- Last Synced: 2025-04-10T06:22:46.588Z (about 1 year ago)
- Language: Rust
- Homepage: https://fnordig.de/til
- Size: 191 KB
- Stars: 8
- Watchers: 2
- 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).