1
0
Fork 0

update exampleSite

This commit is contained in:
nanxiaobei 2021-08-24 05:20:55 +08:00
parent 456e659d62
commit 963294ea0f
9 changed files with 21 additions and 10 deletions

View file

@ -1,7 +1,7 @@
baseURL = "https://gohugo.io"
title = "Hugo Themes"
# title = "Hugo Themes"
author = "Steve Francia"
copyright = "Copyright © 20082019, Steve Francia and the Hugo Authors; all rights reserved."
copyright = "Copyright © 20082019, 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]]

View file

@ -1,3 +1,3 @@
+++
author = "Hugo Authors"
author = "lee.so"
+++

View file

@ -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.

View file

@ -1,6 +1,6 @@
+++
aliases = ["posts", "articles", "blog", "showcase", "docs"]
title = "Posts"
author = "Hugo Authors"
author = "lee.so"
tags = ["index"]
+++

View file

@ -1,5 +1,5 @@
+++
author = "Hugo Authors"
author = "lee.so"
title = "Emoji Support"
date = "2019-03-05"
description = "Guide to emoji usage in Hugo"

View file

@ -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."

View file

@ -1,5 +1,5 @@
---
author: Hugo Authors
author: lee.so
title: Math Typesetting
date: 2019-03-08
description: A brief guide to setup KaTeX

View file

@ -1,5 +1,5 @@
+++
author = "Hugo Authors"
author = "lee.so"
title = "Placeholder Text"
date = "2019-03-09"
description = "Lorem Ipsum Dolor Si Amet"

View file

@ -1,5 +1,5 @@
+++
author = "Hugo Authors"
author = "lee.so"
title = "Rich Content"
date = "2019-03-10"
description = "A brief description of Hugo Shortcodes"