mirror of
https://github.com/Wonderfall/hugo-WonderMod.git
synced 2024-11-22 18:41:37 +01:00
A fast, clean, responsive and hardened Hugo theme.
f6f3d298cc
For an equation to render inline make sure to wrap it within an inline shortcode so that the Markdown processor is not used for parsing. Also note that for inline KaTex since `katex@0.11.1` use the `\( ... \)` delimiters and not the `$` sign. Closes: #60 |
||
---|---|---|
content | ||
layouts | ||
static | ||
.gitignore | ||
config.toml | ||
configTaxo.toml | ||
LICENSE | ||
README.md |
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
- Install Hugo
- Clone this repository
git clone https://github.com/gohugoio/hugoBasicExample.git
cd hugoBasicExample
- Clone the repository you want to test. If you want to test all Hugo Themes then follow the instructions provided here
- Run Hugo and select the theme of your choosing
hugo server -t YOURTHEME
- 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
- 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