Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```