Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 677 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 677 Bytes

Hugo Starter Kickstart

This is a kickstart site for Hugo intended to be a kickstart site for Starter theme.

Features

  1. Prose.io integration
  2. Google Analytics
  3. Pagination

Using

  1. Install Hugo
  2. Clone this repository
  3. Clone the Starter theme
  4. Run Hugo with Starter theme

In other words:

git clone https://github.com/Greg-Boggs/hugo-starter-kickstart
cd hugo-starter-kickstart
git clone https://github.com/Greg-Boggs/starter.git themes/starter
hugo server -t starter

Enjoy!