mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-03 12:12:37 +00:00
d9e467b8b7
The development server isn't really that important for quick start. Yes it is useful but makes things complex. The most important part is really static site generation, and it is actually hard to find how to do it in your tutorials! Same for `hugo new`. It is automagic, and anti-thesis of things being simple. This is why I added section to make it less magic, and simply allow content to be done manually.