Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/makkes/cerebro
My personal Knowledge Base
https://github.com/makkes/cerebro
docsy hugo
Last synced: 20 days ago
JSON representation
My personal Knowledge Base
- Host: GitHub
- URL: https://github.com/makkes/cerebro
- Owner: makkes
- License: apache-2.0
- Created: 2023-02-09T10:09:08.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-28T12:04:04.000Z (about 1 month ago)
- Last Synced: 2024-11-28T13:19:34.943Z (about 1 month ago)
- Topics: docsy, hugo
- Language: HTML
- Homepage: https://cerebro.e13.dev
- Size: 1.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Cerebro - My Personal Knowledge Collection
This is my personal wiki-like collection of information on various topics. The resulting site is hosted at [cerebro.e13.dev](https://cerebro.e13.dev).
The site is generated using the awesome [Docsy](https://www.docsy.dev/) theme for [Hugo](https://gohugo.io/).
## Running Locally
Run
```
hugo server -D
```to run the site locally and view it in a browser.
## Updating the live Site
A [GitHub Actions workflow](./.github/workflows/hugo.yml) keeps building and deploying the site using GitHub Pages upon every new commit pushed to the `main` branch.