https://github.com/dfirebaugh/second-brain
https://github.com/dfirebaugh/second-brain
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dfirebaugh/second-brain
- Owner: dfirebaugh
- License: mit
- Created: 2021-11-15T03:08:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-25T04:41:47.000Z (about 1 year ago)
- Last Synced: 2025-05-25T05:49:32.319Z (about 1 year ago)
- Language: Go
- Size: 395 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.