|
||
---|---|---|
docs | ||
mkdocs_pageage | ||
.build.yml | ||
.gitignore | ||
LICENSE.txt | ||
README.md | ||
mkdocs.yml | ||
poetry.lock | ||
pyproject.toml | ||
setup-symlinks.sh |
README.md
braindocs
This is the system that I use to create a website out of my notes and stuff.
There will be more documentation at some point.
Sources
This repository does not contain any of the actual notes and articles.
These live elsewhere and are only symlinked in here using setup-symlinks.sh
(see below).
The following repositories are currently used, and which sections they contain:
- knowledge: Journal, Knowledge
Installation
- Install Poetry.
poetry install --no-root
./setup-symlinks.sh
Running
To run the system with live reloading:
poetry run mkdocs serve
You can use -a localhost:8123
to set a different port.
Building
To build for deployment:
poetry run mkdocs build
The output will be in dist/
.
You can use -d somewhere-else
to change the output directory.
License
MIT. Note that this license only refers to this software repository, not the actual content of the documentation.