holy/exampleSite
SerKo 5638e440c1 chore: add favicon 2022-05-09 20:33:52 +08:00
..
content feat: add example site and setup build script 2022-04-02 21:56:44 +08:00
layouts feat: add example site and setup build script 2022-04-02 21:56:44 +08:00
static chore: add favicon 2022-05-09 20:33:52 +08:00
.gitignore feat: add example site and setup build script 2022-04-02 21:56:44 +08:00
.hugo_build.lock feat: add example site and setup build script 2022-04-02 21:56:44 +08:00
LICENSE feat: add example site and setup build script 2022-04-02 21:56:44 +08:00
README.md feat: add example site and setup build script 2022-04-02 21:56:44 +08:00
config.toml chore: update exampleSite config 2022-05-09 19:22:59 +08:00
configTaxo.toml feat: add example site and setup build script 2022-04-02 21:56:44 +08:00

README.md

hugoBasicExample

This repository offers an example site for Hugo and also it provides the default content for demos hosted on the Hugo Themes Showcase.

Using

  1. Install Hugo
  2. Clone this repository
git clone https://github.com/gohugoio/hugoBasicExample.git
cd hugoBasicExample
  1. Clone the repository you want to test. If you want to test all Hugo Themes then follow the instructions provided here

  2. Run Hugo and select the theme of your choosing

hugo server -t YOURTHEME
  1. Under /content/ this repository contains the following:
  • A section called /post/ with sample markdown content
  • A headless bundle called homepage that you may want to use for single page applications. You can find instructions about headless bundles over here
  • An about.md that is intended to provide the /about/ page for a theme demo
  1. If you intend to build a theme that does not fit in the content structure provided in this repository, then you are still more than welcome to submit it for review at the Hugo Themes respository