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

https://github.com/dfirebaugh/second-brain


https://github.com/dfirebaugh/second-brain

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# second-brain

This is a repository for my notes.

[https://brain.dustinfirebaugh.com](https://brain.dustinfirebaugh.com)

### Generate the site

```bash
go run ./cmd/generate
```

> outputs to the `.dist` directory

### Run Dev server

```bash
go run ./cmd/devserver
```

### Conventions

The `notes` dir is a flat directory of org files. These org files will be parsed into static html files.

`Backlinks` are pages that link to the current page.