update exampleSite
This commit is contained in:
parent
456e659d62
commit
963294ea0f
9 changed files with 21 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
baseURL = "https://gohugo.io"
|
||||
title = "Hugo Themes"
|
||||
# title = "Hugo Themes"
|
||||
author = "Steve Francia"
|
||||
copyright = "Copyright © 2008–2019, Steve Francia and the Hugo Authors; all rights reserved."
|
||||
copyright = "Copyright © 2008–2019, Steve Francia and the lee.so; all rights reserved."
|
||||
paginate = 3
|
||||
languageCode = "en"
|
||||
DefaultContentLanguage = "en"
|
||||
|
@ -10,6 +10,17 @@ enableInlineShortcodes = true
|
|||
# See https://github.com/gohugoio/hugo/issues/7228#issuecomment-714490456
|
||||
ignoreErrors = ["error-remote-getjson"]
|
||||
|
||||
# ------------------------------
|
||||
theme = "hugo-paper"
|
||||
title = "Paper"
|
||||
|
||||
[params]
|
||||
twitter = 'nanxiaobei'
|
||||
github = 'nanxiaobei'
|
||||
instagram = 'nan.xiaobei'
|
||||
|
||||
# ------------------------------
|
||||
|
||||
[menu]
|
||||
|
||||
[[menu.main]]
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
+++
|
||||
author = "Hugo Authors"
|
||||
author = "lee.so"
|
||||
+++
|
||||
|
|
|
@ -3,7 +3,7 @@ title = "About"
|
|||
description = "Hugo, the world's fastest framework for building websites"
|
||||
date = "2019-02-28"
|
||||
aliases = ["about-us", "about-hugo", "contact"]
|
||||
author = "Hugo Authors"
|
||||
author = "lee.so"
|
||||
+++
|
||||
|
||||
Written in Go, Hugo is an open source static site generator available under the [Apache Licence 2.0.](https://github.com/gohugoio/hugo/blob/master/LICENSE) Hugo supports TOML, YAML and JSON data file types, Markdown and HTML content files and uses shortcodes to add rich content. Other notable features are taxonomies, multilingual mode, image processing, custom output formats, HTML/CSS/JS minification and support for Sass SCSS workflows.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
+++
|
||||
aliases = ["posts", "articles", "blog", "showcase", "docs"]
|
||||
title = "Posts"
|
||||
author = "Hugo Authors"
|
||||
author = "lee.so"
|
||||
tags = ["index"]
|
||||
+++
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
+++
|
||||
author = "Hugo Authors"
|
||||
author = "lee.so"
|
||||
title = "Emoji Support"
|
||||
date = "2019-03-05"
|
||||
description = "Guide to emoji usage in Hugo"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
+++
|
||||
author = "Hugo Authors"
|
||||
author = "lee.so"
|
||||
title = "Markdown Syntax Guide"
|
||||
date = "2019-03-11"
|
||||
description = "Sample article showcasing basic Markdown syntax and formatting for HTML elements."
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
author: Hugo Authors
|
||||
author: lee.so
|
||||
title: Math Typesetting
|
||||
date: 2019-03-08
|
||||
description: A brief guide to setup KaTeX
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
+++
|
||||
author = "Hugo Authors"
|
||||
author = "lee.so"
|
||||
title = "Placeholder Text"
|
||||
date = "2019-03-09"
|
||||
description = "Lorem Ipsum Dolor Si Amet"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
+++
|
||||
author = "Hugo Authors"
|
||||
author = "lee.so"
|
||||
title = "Rich Content"
|
||||
date = "2019-03-10"
|
||||
description = "A brief description of Hugo Shortcodes"
|
||||
|
|
Loading…
Reference in a new issue