Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olivervea/olivervea.github.io
My personal devblog
https://github.com/olivervea/olivervea.github.io
blog devblog hugo
Last synced: 5 days ago
JSON representation
My personal devblog
- Host: GitHub
- URL: https://github.com/olivervea/olivervea.github.io
- Owner: OliverVea
- Created: 2022-11-14T14:26:56.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-16T07:12:49.000Z (3 months ago)
- Last Synced: 2024-12-12T20:16:37.556Z (2 months ago)
- Topics: blog, devblog, hugo
- Language: JavaScript
- Homepage: https://olivervea.github.io/
- Size: 17.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```sh
python -m venv venv
``````sh
./venv/scripts/Activate.ps1
``````sh
python -m pip install -r requirements.txt
``````sh
python -m hugo serve
```