Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 769 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 769 Bytes

Hugo Flex Demo

This repository offers an example site for the Hugo Flex theme.

Using

  1. Install Hugo

  2. Clone this repository

git clone --recurse-submodules https://github.com/ldeso/hugo-flex-demo.git
cd hugo-flex-demo
  1. Run Hugo
hugo server
  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 the site