https://github.com/bgianfo/lab-notebook
Brian's Public Lab Notebook
https://github.com/bgianfo/lab-notebook
lab-notebook mdbook notebook
Last synced: 3 months ago
JSON representation
Brian's Public Lab Notebook
- Host: GitHub
- URL: https://github.com/bgianfo/lab-notebook
- Owner: bgianfo
- License: mit
- Created: 2020-12-29T10:02:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-26T02:35:28.000Z (over 2 years ago)
- Last Synced: 2025-03-16T00:14:09.680Z (4 months ago)
- Topics: lab-notebook, mdbook, notebook
- Language: Handlebars
- Homepage: http://lab.bjg.io
- Size: 3.09 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# @bgianfo's Lab Notebook
This repo holds my personal lab notebook.
See: https://lab.bjg.io/background.html for more context.It's built using [mdbook](https://rust-lang.github.io/mdBook/),
to setup your own, I took some notes about the process here: https://lab.bjg.io/notes/2020-12-29.htmlSetup:
```
$ cargo install mdbook
```Serve and view the pages locally:
```
$ mdbook serve
```# TODO: Plugins I would like to use in the future
```
$ cargo install mdbook-linkcheck
$ cargo install mdbook-admonish
$ cargo install mdbook-mermaid
$ cargo install mdbook-toc
$ cargo install mdbook-rss
```