/thingweb.website

The website for the thingweb project

Primary LanguageCSS

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