Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 409 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 409 Bytes

thingweb Website

Rendered version: http://www.thingweb.io/

Use Hugo static site generator

https://gohugo.io/getting-started/quick-start/

Add Some Content

hugo new posts/my-first-post.md or hugo new single01.md

start the Hugo server with drafts enabled

hugo server -D

build Hugo website in /public

hugo

build Hugo website with drafts enabled in /public

hugo -D