exampleSite update

This commit is contained in:
zzossig 2020-01-12 03:03:51 +09:00
parent 3873c2be2b
commit e46c44fa35
32 changed files with 100 additions and 75 deletions

View File

@ -1,4 +1,4 @@
logoText = "Zzo theme" logoText = "Zzo"
logoType = "short" # long, short logoType = "short" # long, short
description = "The Zzo theme for Hugo example site." description = "The Zzo theme for Hugo example site."
custom_css = [] custom_css = []

View File

@ -10,10 +10,12 @@ header:
subtitle: subtitle:
- The worlds fastest framework for building websites - The worlds fastest framework for building websites
titleColor: titleColor:
titleShadow: false titleShadow: true
titleFontSize: 44 titleFontSize: 44
subtitleFontSize: 16 subtitleColor:
spaceBetweenTitleSubtitle: 20 subtitleCursive: true
subtitleFontSize: 18
spaceBetweenTitleSubtitle: 16
- type: img - type: img
imageSrc: images/header/background.jpg imageSrc: images/header/background.jpg

View File

@ -1,7 +1,10 @@
--- ---
title: "Cartoon" title: "Cartoon"
date: 2018-10-11T10:20:16+09:00 date: 2019-10-31T10:20:16+09:00
type: "gallery" type: "gallery"
mode: "at-once" # at-once is a default value mode: "at-once" # at-once is a default value
description: "cartoon gallery" description: "cartoon gallery"
featured_image: feature2/bam.png
--- ---
Sample images from [Pixabay](https://pixabay.com)

View File

@ -1,13 +1,20 @@
--- ---
title: "Photo" title: Photo
date: 2018-10-12T10:20:16+09:00 date: 2019-10-31T10:20:16+09:00
description: Photo Gallery description: Photo Gallery
type: "gallery" type: gallery
mode: "one-by-one" mode: one-by-one
description: "photo gallery" description: "photo gallery"
images: images:
- image: albatross.png - image: beach.jpg
caption: albatross caption caption: beach, women, car
- image: teddy.png - image: beautiful.jpg
caption: teddy caption caption: beautiful women
- image: people.jpg
caption: man
- image: child.jpg
caption: child
featured_image: feature2/gallery.png
--- ---
Sample images from [Pixabay](https://pixabay.com)

View File

@ -1,19 +1,21 @@
+++ ---
author = "Hugo Authors" author: "Hugo Authors"
title = "Emoji Support" title: "Emoji Support"
date = 2019-12-16T12:00:06+09:00 date: 2019-12-16T12:00:06+09:00
description = "Guide to emoji usage in Hugo" description: "Guide to emoji usage in Hugo"
draft = false draft: false
enableToc = false hideToc: false
enableTocContent = false enableToc: true
tags = [ enableTocContent: false
"emoji", author: Kim
"gamoji", authorEmoji: 👻
"namoji", tags:
"bamoji", - emoji
"amoji" - gamoji
] - namoji
+++ - bamoji
- amoji
---
Emoji can be enabled in a Hugo project in a number of ways. Emoji can be enabled in a Hugo project in a number of ways.
<!--more--> <!--more-->

View File

@ -1,22 +1,25 @@
+++ ---
author = "Hugo Authors" title: Markdown Syntax Guide
title = "Markdown Syntax Guide" date: 2019-12-20T12:00:06+09:00
date = 2019-12-20T12:00:06+09:00 description: Sample article showcasing basic Markdown syntax and formatting for HTML elements.
description = "Sample article showcasing basic Markdown syntax and formatting for HTML elements." draft: false
tags = [ hideToc: false
"markdown", enableToc: true
"css", enableTocContent: true
"html", author: Choi
"themes", authorEmoji: 🤖
] tags:
categories = [ - markdown
"themes", - css
"syntax", - html
] - themes
series = ["Themes Guide"] categories:
aliases = ["migrate-from-jekyl"] - themes
featured_image = "feature1/markdown.png" - syntax
+++ series:
- Themes Guide
featured_image: "feature1/markdown.png"
---
This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme. This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.
<!--more--> <!--more-->
@ -140,7 +143,7 @@ html
H<sub>2</sub>O H<sub>2</sub>O
X<sup>n</sup> + Y<sup>n</sup> = Z<sup>n</sup> X<sup>n</sup> + Y<sup>n</sup>: Z<sup>n</sup>
Press <kbd><kbd>CTRL</kbd>+<kbd>ALT</kbd>+<kbd>Delete</kbd></kbd> to end the session. Press <kbd><kbd>CTRL</kbd>+<kbd>ALT</kbd>+<kbd>Delete</kbd></kbd> to end the session.

View File

@ -3,6 +3,12 @@ author: Hugo Authors
title: Math Typesetting title: Math Typesetting
date: 2019-12-17T12:00:06+09:00 date: 2019-12-17T12:00:06+09:00
description: A brief guide to setup KaTeX description: A brief guide to setup KaTeX
draft: false
hideToc: false
enableToc: true
enableTocContent: false
author: Park
authorEmoji: 👽
libraries: libraries:
- katex - katex
--- ---

View File

@ -1,14 +1,18 @@
+++ ---
author = "Hugo Authors" title: "Rich Content"
title = "Rich Content" date: 2019-12-19T12:00:06+09:00
date = 2019-12-19T12:00:06+09:00 description: "A brief description of Hugo Shortcodes"
description = "A brief description of Hugo Shortcodes" draft: false
tags = [ hideToc: false
"shortcodes", enableToc: true
"privacy", enableTocContent: false
] author: Lee
featured_image = "feature2/content.png" authorEmoji: 👺
+++ tags:
- shortcodes
- privacy
featured_image: "feature2/content.png"
---
Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes) for rich content, along with a [Privacy Config](https://gohugo.io/about/hugo-and-gdpr/) and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds. Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes) for rich content, along with a [Privacy Config](https://gohugo.io/about/hugo-and-gdpr/) and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.
<!--more--> <!--more-->

View File

@ -1,24 +1,22 @@
--- ---
title: "Syntax highlighting" title: "Syntax highlighting"
date: 2019-10-11T10:33:41+09:00 date: 2019-12-18T10:33:41+09:00
description: "Syntax highlighting test" description: "Syntax highlighting test"
draft: false
hideToc: false
enableToc: true
enableTocContent: false
author: Jeus
authorEmoji: 🎅
tags: tags:
- hugo - hugo
series: series:
- -
categories: categories:
- hugo - hugo
featured_image: feature2/color-palette.png
--- ---
Dolore in consectetur irure qui laborum. Adipisicing cillum ad laboris dolor. Quis consectetur ullamco esse ad mollit anim sint nostrud esse. Irure voluptate ex fugiat voluptate ea fugiat laboris.
> This is a blockqute.
* * *
line
* * *
line
## Code Syntax Highlighting ## Code Syntax Highlighting
Verify the following code blocks render as code blocks and highlight properly. Verify the following code blocks render as code blocks and highlight properly.

View File

@ -9,7 +9,7 @@ series:
- -
categories: categories:
- -
featured_image: "feature1/golang.png" featured_image: "feature1/number-four.png"
plugins: plugins:
- highlight - highlight
- zoom - zoom

View File

@ -9,7 +9,7 @@ series:
- -
categories: categories:
- -
featured_image: "feature2/owl.png" featured_image: "feature1/number-one.png"
revealBackgroundColor: "" # #fff or rgba() or hsl() revealBackgroundColor: "" # #fff or rgba() or hsl()
revealBackgroundImage: "" # /images/myImage.png <= static folder path revealBackgroundImage: "" # /images/myImage.png <= static folder path
revealBackgroundPosition: "" # left top, left center, left bottom, right top, right center ... revealBackgroundPosition: "" # left top, left center, left bottom, right top, right center ...

View File

@ -9,7 +9,7 @@ series:
- -
categories: categories:
- -
featured_image: "feature1/reindeer.png" featured_image: "feature1/number-two.png"
revealBackgroundColor: "" # #fff or rgba() or hsl() revealBackgroundColor: "" # #fff or rgba() or hsl()
revealBackgroundImage: "" # /images/myImage.png <= static folder path revealBackgroundImage: "" # /images/myImage.png <= static folder path
revealBackgroundPosition: "" # left top, left center, left bottom, right top, right center ... revealBackgroundPosition: "" # left top, left center, left bottom, right top, right center ...

View File

@ -9,7 +9,7 @@ series:
- -
categories: categories:
- -
featured_image: "feature2/albatross.png" featured_image: "feature1/number-three.png"
plugins: plugins:
- highlight - highlight
- zoom - zoom

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.7 KiB