Jane Theme Preview
Markdown is created by Daring Fireball, the original guideline is here. Its syntax, however, varies between different parsers or editors.
Please note that HTML fragments in markdown source will be recognized but not parsed or rendered. Also, there may be small reformatting on the original markdown source code after saving.
How to Contribute
Demo: toc
Demo: toc, global toc is true, but this post should not show toc
no header, no toc
Demo: Math
Demo: Image
Thanks for liwenyip/hugo-easy-gallery & Zebradil · Pull Request #48 .
Now, we could use {{< gallery >}}
shortcode in hugo-theme-jane.
Normal Image
This is an image in static/image
folder.
![This is an image in `static/image` folder.](/image/example.jpg)
Demo: Footnote
English Creating a New Theme
Introduction
This tutorial will show you how to create a simple theme in Hugo. I assume that you are familiar with HTML, the bash command line, and that you are comfortable using Markdown to format content. I’ll explain how Hugo uses templates and how you can organize your templates to create a theme. I won’t cover using CSS to style your theme.