exampleSite updated
This commit is contained in:
parent
c890d92c70
commit
eb9614df84
|
@ -1,4 +1,4 @@
|
|||
logoText = "Zzo"
|
||||
logoText = "Zzo theme"
|
||||
description = "The Zzo theme for Hugo example site."
|
||||
custom_css = []
|
||||
custom_js = []
|
||||
|
@ -24,7 +24,7 @@ whoami = "Web Developer"
|
|||
useGravatar = false
|
||||
location = "Seoul, Korea"
|
||||
organization = "Hugo"
|
||||
link = "https://github.com/zzossig/hugo-theme-zzo"
|
||||
link = "https://zzossig.io/ko"
|
||||
|
||||
# sidebar
|
||||
enableBio = true
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
+++
|
||||
author = "Hugo Authors"
|
||||
title = "Emoji Support"
|
||||
date = "2019-03-05"
|
||||
date = 2019-12-16T12:00:06+09:00
|
||||
description = "Guide to emoji usage in Hugo"
|
||||
tags = [
|
||||
"emoji",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
+++
|
||||
author = "Hugo Authors"
|
||||
title = "Markdown Syntax Guide"
|
||||
date = "2019-03-11"
|
||||
date = 2019-12-20T12:00:06+09:00
|
||||
description = "Sample article showcasing basic Markdown syntax and formatting for HTML elements."
|
||||
tags = [
|
||||
"markdown",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
author: Hugo Authors
|
||||
title: Math Typesetting
|
||||
date: 2019-03-08
|
||||
date = 2019-12-17T12:00:06+09:00
|
||||
description: A brief guide to setup KaTeX
|
||||
libraries:
|
||||
- katex
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
+++
|
||||
author = "Hugo Authors"
|
||||
title = "Placeholder Text"
|
||||
date = "2019-03-09"
|
||||
date = 2019-12-18T12:00:06+09:00
|
||||
description = "Lorem Ipsum Dolor Si Amet"
|
||||
tags = [
|
||||
"markdown",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
+++
|
||||
author = "Hugo Authors"
|
||||
title = "Rich Content"
|
||||
date = "2019-03-10"
|
||||
date = 2019-12-19T12:00:06+09:00
|
||||
description = "A brief description of Hugo Shortcodes"
|
||||
tags = [
|
||||
"shortcodes",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: "Fourth"
|
||||
date: 2019-11-30T20:48:10+09:00
|
||||
date: 2019-10-30T20:48:10+09:00
|
||||
description: "My fourth presentation"
|
||||
type: pt
|
||||
tags:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: "First"
|
||||
date: 2019-11-30T19:45:20+09:00
|
||||
date: 2019-10-30T19:45:20+09:00
|
||||
description: "My first presentation"
|
||||
type: pt
|
||||
tags:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: "Second"
|
||||
date: 2019-11-30T20:45:24+09:00
|
||||
date: 2019-10-30T20:45:24+09:00
|
||||
description: "My second presentation"
|
||||
type: pt
|
||||
tags:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: "Third"
|
||||
date: 2019-11-30T20:46:30+09:00
|
||||
date: 2019-10-30T20:46:30+09:00
|
||||
description: "My third presentation"
|
||||
type: pt
|
||||
tags:
|
||||
|
|
|
@ -9,4 +9,4 @@ min_version = "0.60.0"
|
|||
|
||||
[author]
|
||||
name = "zzossig"
|
||||
homepage = "https://blog.zzossig.now.sh/ko"
|
||||
homepage = "https://zzossig.io/ko"
|
Loading…
Reference in New Issue