Hugo site for virtuallypotato.com, now published via Netlify
Find a file
2021-12-18 12:43:12 -06:00
archetypes update archetype for generating new posts 2021-12-18 12:43:12 -06:00
assets fix broken theme toggle 2021-12-17 16:39:59 -06:00
config update analytics code to use gtag.js 2021-12-17 21:09:41 -06:00
content add lovely photo to bio page 2021-12-17 22:41:55 -06:00
i18n update footer with links 2021-12-17 10:09:08 -06:00
layouts update analytics code to use gtag.js 2021-12-17 21:09:41 -06:00
static fix shadow in logo 2021-12-17 23:00:07 -06:00
themes bulk theme edits 2021-12-05 21:42:51 -06:00
.gitignore ignore resources/_gen/ 2021-12-09 14:19:27 -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