An open API service indexing awesome lists of open source software.

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

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.html

Setup:
```
$ 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
```