diff --git a/config.yaml b/config.yaml index ce936f4..f265dfb 100644 --- a/config.yaml +++ b/config.yaml @@ -148,7 +148,7 @@ params: limit: 10 - type: categories params: - limit: 10 + limit: 20 - type: tag-cloud params: limit: 10 diff --git a/content/page/about/index.zh-cn.md b/content/page/about/index.zh-cn.md index 0284003..a7c47ad 100644 --- a/content/page/about/index.zh-cn.md +++ b/content/page/about/index.zh-cn.md @@ -1,5 +1,14 @@ --- title: 关于 +description: Hugo, the world's fastest framework for building websites +date: '2019-02-28' +aliases: + - about-us + - about-hugo + - contact +license: CC BY-NC-ND +lastmod: '2020-10-09' +slug: "about" menu: main: weight: -90 @@ -7,4 +16,20 @@ menu: icon: user --- -This is a test page for i18n support. \ No newline at end of file +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. + +Hugo makes use of a variety of open source projects including: + +* https://github.com/yuin/goldmark +* https://github.com/alecthomas/chroma +* https://github.com/muesli/smartcrop +* https://github.com/spf13/cobra +* https://github.com/spf13/viper + +Hugo is ideal for blogs, corporate websites, creative portfolios, online magazines, single page applications or even a website with thousands of pages. + +Hugo is for people who want to hand code their own website without worrying about setting up complicated runtimes, dependencies and databases. + +Websites built with Hugo are extremelly fast, secure and can be deployed anywhere including, AWS, GitHub Pages, Heroku, Netlify and any other hosting provider. + +Learn more and contribute on [GitHub](https://github.com/gohugoio). diff --git a/content/page/links/index.zh-cn.md b/content/page/links/index.zh-cn.md index 458549c..360391e 100644 --- a/content/page/links/index.zh-cn.md +++ b/content/page/links/index.zh-cn.md @@ -1,5 +1,6 @@ --- title: 友链 +slug: links links: - title: GitHub description: GitHub is the world's largest software development platform.