Hugo site for virtuallypotato.com, now published via Netlify
Find a file
2022-01-13 15:07:36 -06:00
archetypes update archetype 2021-12-21 13:44:39 -06:00
assets swap inline code colors with those from VMware's Clarity spec to improve contrast 2022-01-02 13:25:07 -06:00
config switch to pagebundles by default, disable pagebundles on existing posts 2021-12-20 19:37:08 -06:00
content new post: powercli-list-linux-vms-and-datacenter-locations 2022-01-13 15:07:36 -06:00
i18n set icon for updated posts 2021-12-20 16:22:31 -06:00
layouts add separator between publish date and last mod date 2021-12-20 16:35:55 -06:00
static convert existing posts to pageBundles 2021-12-20 22:43:57 -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 fix netlify branch-deploy 2022-01-01 15:18:35 -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