small _index refactor and first hacking post!

This commit is contained in:
Casual 2024-04-23 10:16:41 +03:00
parent ae213c59fe
commit ec4610499d

View File

@ -0,0 +1,11 @@
+++
title = 'HowTo start simple http server'
date = 2024-04-23
draft = false
+++
### Python3
`python -m http.server PORT`
### Caddy
`caddy file-server --listen :PORT`