Y
Hacker News
new
|
ask
|
show
|
jobs
by
Kiro
4481 days ago
I haven't read everything but why isn't the source like 10 lines if that's all it does?
2 comments
icebraining
4481 days ago
Reading the source, it also has a built-in web server (based on Python's SimpleHTTPServer) and a file watcher to automatically rebuild the site.
link
keithpeter
4481 days ago
So the watcher only writes files that have been edited unless there is a change to one of the repeated tag files?
link
icebraining
4481 days ago
I think it rebuilds the whole site - I don't see any logic for identifying the changed file and rebuilding only that.
link
iagooar
4481 days ago
Easy to use does not have anything to do with the underlying codebase.
link