Hugo site for virtuallypotato.com, now published via Netlify
Find a file
2021-12-06 10:48:05 -06:00
archetypes bulk theme edits 2021-12-05 21:42:51 -06:00
config tell Hugo to use filenames as paths; rename articles imported from Jekyll to remove leading date to preserve existing post URLs 2021-12-06 10:35:09 -06:00
content update links in a post I'd missed earlier 2021-12-06 10:48:05 -06:00
layouts add utterances options as hugo params 2021-12-05 23:07:17 -06:00
resources/_gen/assets try out clarity theme 2021-12-05 19:49:20 -06:00
static update CNAME for staging domain 2021-12-05 22:37:06 -06:00
themes bulk theme edits 2021-12-05 21:42:51 -06:00
.gitignore initial hugo import 2021-12-03 20:14:40 -06:00
.gitmodules try out clarity theme 2021-12-05 19:49:20 -06:00
LICENSE bulk theme edits 2021-12-05 21:42:51 -06:00
netlify.toml specify hugo version for netlify build 2021-12-05 21:56:38 -06:00
README.md bulk theme edits 2021-12-05 21:42:51 -06:00

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