Hugo site for virtuallypotato.com, now published via Netlify
Find a file
2021-12-15 15:45:11 -06:00
archetypes tag posts for series; disable categories 2021-12-07 18:14:24 -06:00
assets/sass convert 2506744 from .scss -> .sass, px -> rem 2021-12-09 19:06:23 -06:00
config update logos and favicons 2021-12-15 15:41:06 -06:00
content update bio post 2021-12-10 20:00:45 -06:00
i18n retitle ToC heading 2021-12-09 19:42:55 -06:00
layouts remove ToC from main post body 2021-12-09 20:27:30 -06:00
static move browserconfig.xml and favicon.ico to site root 2021-12-15 15:45:11 -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