-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit includes documentation changes, screenshots, and updated metadata for the UNICEF Inventory theme. These changes distinguish the theme as its own independent theme from the original upstream theme, Dot by Themefisher. It provides the needed metadata changes to the `theme.toml` to support a profile on the official Hugo themes site. The v1.0.0 git tag will correspond to this commit. Signed-off-by: Justin W. Flory (he/him) [UNICEF Innovation] <jflory@unicef.org> Signed-off-by: Justin W. Flory (he/him) [UNICEF Innovation] <jflory@unicef.org>
- Loading branch information
Showing
5 changed files
with
94 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
module: | ||
hugoVersion: | ||
extended: false | ||
max: "" | ||
min: "0.64.0" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,41 @@ | ||
# theme.toml template for a Hugo theme | ||
# See https://github.com/gohugoio/hugoThemes#themetoml for an example | ||
name = "UNICEF Inventory" | ||
license = "MPL-2.0" | ||
licenselink = "https://github.com/unicef/inventory-hugo-theme/blob/main/LICENSE.txt" | ||
description = "UNICEF Inventory theme, for use with Hugo. A simple knowledgebase to share information with others." | ||
|
||
name = "Dot" | ||
license = "MIT Licence" | ||
licenselink = "https://github.com/themefisher/dot/blob/master/LICENSE" | ||
description = "Dot, A documentation theme powered by hugo" | ||
homepage = "https://gethugothemes.com/products/hugo-documentation-theme/" | ||
demosite = "https://demo.gethugothemes.com/dot/" | ||
tags = ["documentation", "bootstrap", "light", "minimal", "clean", "simple", "fast", "modern", "white", "customizable", "creative", "flexbox","minimalistic","Highlight.js","typography", "docs", "material design", "highlighting", "contact form", "responsive", "Syntax highlighting", "Multilingual", "Single page", "Themefisher", "gethugothemes"] | ||
features = ["responsive","search autocomplete", "color scheme"] | ||
min_version = "0.64.0" | ||
# The home page of the theme, where the source can be found. | ||
homepage = "https://github.com/unicef/inventory-hugo-theme" | ||
|
||
# If you have a running demo of the theme. | ||
demosite = "https://unicef.github.io/inventory-hugo-theme/" | ||
|
||
tags = [ | ||
"bootstrap", | ||
"customizable", | ||
"contact form", | ||
"docs", | ||
"documentation", | ||
"fast", | ||
"flexbox", | ||
"formspree", | ||
"minimal", | ||
"multilingual", | ||
"responsive", | ||
"simple" | ||
] | ||
|
||
features = [ | ||
"contact form", | ||
"custom colors", | ||
"multilingual", | ||
"responsive", | ||
"search"] | ||
|
||
[author] | ||
name = "Themefisher" | ||
homepage = "https://themefisher.com" | ||
name = UNICEF Office of Innovation, Ventures Team" | ||
homepage = "https://www.unicef.org/innovation/ventures" | ||
|
||
[original] | ||
author = "Themefisher" | ||
homepage = "https://themefisher.com" | ||
repo = "https://github.com/themefisher/dot-hugo" |