Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dadevel/blog
My blog
https://github.com/dadevel/blog
Last synced: 3 days ago
JSON representation
My blog
- Host: GitHub
- URL: https://github.com/dadevel/blog
- Owner: dadevel
- Created: 2024-06-30T09:52:33.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T10:46:15.000Z (3 months ago)
- Last Synced: 2024-08-19T12:41:19.448Z (3 months ago)
- Language: CSS
- Size: 2.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
~~~