diff --git a/exampleSite/config.toml b/exampleSite/config.toml index e7b20c7..e3cc1c6 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -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]] diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md index ed6494b..908ccd5 100644 --- a/exampleSite/content/_index.md +++ b/exampleSite/content/_index.md @@ -1,3 +1,3 @@ +++ -author = "Hugo Authors" +author = "lee.so" +++ diff --git a/exampleSite/content/about.md b/exampleSite/content/about.md index b31bf1d..98e29d8 100644 --- a/exampleSite/content/about.md +++ b/exampleSite/content/about.md @@ -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. diff --git a/exampleSite/content/post/_index.md b/exampleSite/content/post/_index.md index 8a084d9..20258f2 100644 --- a/exampleSite/content/post/_index.md +++ b/exampleSite/content/post/_index.md @@ -1,6 +1,6 @@ +++ aliases = ["posts", "articles", "blog", "showcase", "docs"] title = "Posts" -author = "Hugo Authors" +author = "lee.so" tags = ["index"] +++ diff --git a/exampleSite/content/post/emoji-support.md b/exampleSite/content/post/emoji-support.md index dc3589a..3bcb346 100644 --- a/exampleSite/content/post/emoji-support.md +++ b/exampleSite/content/post/emoji-support.md @@ -1,5 +1,5 @@ +++ -author = "Hugo Authors" +author = "lee.so" title = "Emoji Support" date = "2019-03-05" description = "Guide to emoji usage in Hugo" diff --git a/exampleSite/content/post/markdown-syntax.md b/exampleSite/content/post/markdown-syntax.md index 06990d7..9859ebf 100644 --- a/exampleSite/content/post/markdown-syntax.md +++ b/exampleSite/content/post/markdown-syntax.md @@ -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." diff --git a/exampleSite/content/post/math-typesetting.md b/exampleSite/content/post/math-typesetting.md index 48fdc79..56cb111 100644 --- a/exampleSite/content/post/math-typesetting.md +++ b/exampleSite/content/post/math-typesetting.md @@ -1,5 +1,5 @@ --- -author: Hugo Authors +author: lee.so title: Math Typesetting date: 2019-03-08 description: A brief guide to setup KaTeX diff --git a/exampleSite/content/post/placeholder-text.md b/exampleSite/content/post/placeholder-text.md index 9ed5f69..818a7cf 100644 --- a/exampleSite/content/post/placeholder-text.md +++ b/exampleSite/content/post/placeholder-text.md @@ -1,5 +1,5 @@ +++ -author = "Hugo Authors" +author = "lee.so" title = "Placeholder Text" date = "2019-03-09" description = "Lorem Ipsum Dolor Si Amet" diff --git a/exampleSite/content/post/rich-content.md b/exampleSite/content/post/rich-content.md index 92b4b03..572cff6 100644 --- a/exampleSite/content/post/rich-content.md +++ b/exampleSite/content/post/rich-content.md @@ -1,5 +1,5 @@ +++ -author = "Hugo Authors" +author = "lee.so" title = "Rich Content" date = "2019-03-10" description = "A brief description of Hugo Shortcodes"