hugo --> hugo server --> push
This repository offers an example site for Hugo and also it provides the default content for demos hosted on the Hugo Themes Showcase.
git clone https://github.com/gohugoio/hugoBasicExample.git
cd hugoBasicExample
hugo server -t YOURTHEME
/content/
this repository contains the following:
/post/
with sample markdown contenthomepage
that you may want to use for single page applications. You can find instructions about headless bundles over hereabout.md
that is intended to provide the /about/
page for a theme demo