Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Cai <jimmehcai@gmail.com>2020-09-06 15:02:48 +0300
committerJimmy Cai <jimmehcai@gmail.com>2020-09-06 15:02:48 +0300
commit90bdc34eb837985f8135bd5f1f57b484e0b50300 (patch)
tree0fddc30abff6748d66672c671a26e4a74d225ace /exampleSite
parent0745285e71506b8fab80ac4d6bcdaa9e25e34ced (diff)
feat(article): custom license per article
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/content/page/about.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/exampleSite/content/page/about.md b/exampleSite/content/page/about.md
index f49aec5..46a3b3e 100644
--- a/exampleSite/content/page/about.md
+++ b/exampleSite/content/page/about.md
@@ -4,6 +4,7 @@ description = "Hugo, the world's fastest framework for building websites"
date = "2019-02-28"
aliases = ["about-us", "about-hugo", "contact"]
author = "Hugo Authors"
+license = "CC BY-NC-ND"
+++
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.