12345678910111213141516171819202122232425262728293031323334353637383940 |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- [book]
- title = "LARS - Looping Automated Rhythm Station"
- authors = ["kauzerei", "xythobuz"]
- description = "Documentation for LARS, a Raspberry Pi Pico based drum machine."
- language = "en"
- multilingual = false
- src = "src"
-
- [output.html]
- default-theme = "rust"
- preferred-dark-theme = "ayu"
- git-repository-url = "https://github.com/xythobuz/lars"
- edit-url-template = "https://github.com/xythobuz/lars/edit/master/docs/{path}"
- site-url = "/lars/"
|