Hacker News
new
past
comments
ask
show
jobs
points
by
notpushkin
9 hours ago
|
comments
by
susam
9 hours ago
|
[-]
Yes! I often use a command like this to test my statically generated website locally using a command like this:
python3 -m http.server -d _site/
Example:
https://github.com/susam/susam.net/blob/0.3.0/Makefile#L264-...
reply