https://github.com/elevans/elevans-kb
This repository will host information (a knowledge base) on how to do things that I've figured out.
https://github.com/elevans/elevans-kb
Last synced: 5 months ago
JSON representation
This repository will host information (a knowledge base) on how to do things that I've figured out.
- Host: GitHub
- URL: https://github.com/elevans/elevans-kb
- Owner: elevans
- License: apache-2.0
- Created: 2022-06-15T18:35:17.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-20T19:35:12.000Z (about 1 year ago)
- Last Synced: 2025-06-20T20:45:32.135Z (about 1 year ago)
- Size: 2.94 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: docs/security/scans.md
Awesome Lists containing this project
README
# elevans-kb
This repository hosts information (a knowledge base) on how to do things that I've figured out.
To build the docs, pull this repository and construct a conda/mamba environment using the `environment.yml` file in this repository.
```bash
$ mamba env create -f environment.yml -n docs
```
Then navigate the `docs` folder and build the docs with:
```bash
$ make clean html
```
You can view the knowledge base by opening `index.html` in a web browser.