Today I Learned
Find a file
Jan-Erik Rediger b9c506f76e
All checks were successful
Build / build (push) Successful in 4m43s
Don't show sidebar header navigation
2025-12-05 14:04:23 +01:00
.cargo Rename file. The old name is deprecated 2025-07-15 16:23:20 +02:00
.forgejo/workflows CI: Fetch full history 2025-11-19 15:49:54 +01:00
src Download symbols for libxul 2025-12-05 13:58:02 +01:00
templates Automatically list all entries and their modification date 2021-05-07 12:45:29 +02:00
xtask Ignore the xshell cfg 2025-12-05 13:58:05 +01:00
.gitignore og-images needs some dependencies 2025-07-15 16:23:20 +02:00
book.toml Don't show sidebar header navigation 2025-12-05 14:04:23 +01:00
Cargo.lock Sort by lowercase file name (and use an indexmap to keep that order) 2022-11-06 14:58:06 +01:00
Cargo.toml Automatically list all entries and their modification date 2021-05-07 12:45:29 +02:00
last-changed.css Add a last-changed footer 2025-07-15 16:23:20 +02:00
LICENSE Add Readme & License 2021-05-07 20:17:22 +02:00
Makefile Invoke full name of http serving tool 2025-07-15 16:23:20 +02:00
og-images.py Better logging output 2025-07-16 11:11:07 +02:00
README.md Add Readme & License 2021-05-07 20:17:22 +02:00
requirements.txt og-images needs some dependencies 2025-07-15 16:23:20 +02:00

Today I Learned

A collection of snippets, thoughts and notes about stuff I learned.

Generate book

This project uses 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

License

The deployment code is distributed under the terms of the MIT license. See LICENSE.