Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dadevel/blog

My blog
https://github.com/dadevel/blog

Last synced: 3 days ago
JSON representation

My blog

Awesome Lists containing this project

README

        

# Blog

My personal blog.
Live at [pentest.party](https://pentest.party/).

# Development

Build and start local server.

~~~ bash
poetry install
poetry run ./build.py && python -m http.server -d ./public
~~~