This repository has been archived by the owner on Apr 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch marks the release of v1.2.0. Signed-off-by: (Holloway) Chew, Kean Ho <[email protected]>
- Loading branch information
1 parent
b7a47b4
commit 4d84b40
Showing
36 changed files
with
1,212 additions
and
25 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
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 |
---|---|---|
@@ -1 +1 @@ | ||
v1.1.0 | ||
v1.2.0 |
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 |
---|---|---|
|
@@ -20,5 +20,5 @@ | |
package hestia | ||
|
||
const ( | ||
VERSION = "v1.1.0" | ||
VERSION = "v1.2.0" | ||
) |
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,3 +1,3 @@ | ||
# WARNING: auto-generated file. DO NOT EDIT!!! | ||
[Metadata] | ||
Version = "ZORALab's Hestia v1.1.0" | ||
Version = "ZORALab's Hestia v1.2.0" |
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
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
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,22 @@ | ||
{{- /* | ||
Page's HTML's LD+JSON Output Prime Control | ||
|
||
This file is your LD+JSON output that will be deployed into your HTML meta page. | ||
Hugo's and Go's template processors are available at your disposal in case of | ||
mathematical or logical algorithms development. | ||
*/ -}} | ||
{{- /* prepare variables for function */ -}} | ||
{{- $Page := . -}} | ||
{{- $dataList := dict -}} | ||
|
||
|
||
|
||
|
||
{{- /* execute function */ -}} | ||
{{- $dataList = merge $dataList (partial "hestiaJSON/schemaorgLDJSON/WebPage" .) -}} | ||
|
||
|
||
|
||
|
||
{{- /* render output */ -}} | ||
{{- jsonify $dataList -}} |
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,78 @@ | ||
# PAGE-SPECIFIC CONTRIBUTORS | ||
# ========================== | ||
# QUICK NOTE: | ||
# 1. Your contributor data shall be supplied in the .Data.Hestia.Creators/ | ||
# directory. Here, you only list them out using their data filename as the | ||
# Key for this page and update their contribution. | ||
# 2. Example entries: | ||
# [[Contributor]] | ||
# Key = 'Holloway' | ||
# | ||
# [Contributor.Contribution] | ||
# Creation = true | ||
# Contact = true | ||
# Artwork = false | ||
# Knowledge = true | ||
# Editor = true | ||
# Developer = false | ||
# Maintainer = false | ||
# Producer = false | ||
# Provider = false | ||
# Publisher = false | ||
# Funder = false | ||
# Sponsor = false | ||
# | ||
# [[Contributor]] | ||
# Key = 'CoryGalyna' | ||
# | ||
# [Contributor.Contribution] | ||
# Creation = false | ||
# Contact = false | ||
# Artwork = false | ||
# Knowledge = false | ||
# Editor = true | ||
# Developer = false | ||
# Maintainer = false | ||
# Producer = false | ||
# Provider = false | ||
# Publisher = false | ||
# Funder = true | ||
# Sponsor = false | ||
# | ||
# ... | ||
[[Contributors]] | ||
Key = 'ZORALab' | ||
|
||
[Contributors.Contribution] | ||
Creation = true | ||
Contact = true | ||
Artwork = false | ||
Knowledge = false | ||
Editor = true | ||
Developer = false | ||
Maintainer = false | ||
Producer = true | ||
Provider = true | ||
Publisher = true | ||
Funder = false | ||
Sponsor = true | ||
|
||
|
||
|
||
|
||
[[Contributors]] | ||
Key = 'HollowayKeanHo' | ||
|
||
[Contributors.Contribution] | ||
Creation = true | ||
Contact = false | ||
Artwork = false | ||
Knowledge = true | ||
Editor = true | ||
Developer = false | ||
Maintainer = false | ||
Producer = false | ||
Provider = false | ||
Publisher = false | ||
Funder = false | ||
Sponsor = false |
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,89 @@ | ||
[i18n] | ||
Title = 'Title' | ||
Description = 'Description' | ||
Version = 'v2p0p0' | ||
|
||
|
||
|
||
|
||
[i18n.Labels] | ||
Assets = 'Assets' | ||
Statement = 'Statement' | ||
References = 'References' | ||
Notes = 'Notes' | ||
Status = 'Status' | ||
BackwardCompatible = 'Backward Compatible' | ||
Development = 'Development' | ||
Retired = 'Retired' | ||
Latest = 'Latest' | ||
|
||
|
||
|
||
|
||
[i18n.Introduction] | ||
ID = 'introduction' | ||
Title = 'Introduction' | ||
|
||
|
||
|
||
|
||
[i18n.Notices.NonBackwardCompatible] | ||
Title = 'WARNING: NOT BACKWARD COMPATIBLE' | ||
Text = ''' | ||
This release contains non-backward compatible implementations. Use with extreme | ||
care. | ||
''' | ||
|
||
|
||
[i18n.Notices.Development] | ||
Title = 'IMPORTANT: UNDER DEVELOPMENT' | ||
Text = ''' | ||
This release is still under development and is subjected to change. | ||
''' | ||
|
||
|
||
[i18n.Notices.Retired] | ||
Title = 'WARNING: Retired Package' | ||
Text = ''' | ||
This release is retired and will no longer be supported. Please use the latest. | ||
''' | ||
|
||
|
||
|
||
|
||
[i18n.Downloads] | ||
ID = 'downloads' | ||
Title = 'All Available Downloads' | ||
Description = ''' | ||
All available downloads for using ZORALab's Hestia with this version: | ||
''' | ||
Package = 'Package' | ||
Certificate = 'Certificate' | ||
GPGKey = 'GPG Key' | ||
SHA512 = 'SHA512' | ||
Download = 'Download' | ||
|
||
|
||
|
||
|
||
[i18n.Highlights] | ||
ID = 'highlights' | ||
Title = 'Notable Highlights' | ||
Description = ''' | ||
Some notable changes you should know before deploying into your project. They | ||
are organized based on technological grouping in a non-chornological manner. | ||
''' | ||
|
||
|
||
|
||
|
||
[i18n.Epilogue] | ||
ID = 'epilogue' | ||
Title = 'Epilogue' | ||
Description = ''' | ||
We have reach the end of the release note for this version of | ||
ZORALab's Hestia Project. If you have any query, please feel free to contact us | ||
at our following portal: | ||
''' | ||
URL = 'https://github.com/ZORALab/Hestia/discussions' | ||
CTA = 'GitHub Discussion Portal' |
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,25 @@ | ||
# AVAILABLE TRANSLATION PAGES | ||
# =========================== | ||
# Data pattern: | ||
# [{[code]}{-[Script]}{-[COUNTRY]}] | ||
# URL = "[URL]" | ||
# Examples: | ||
# [en] | ||
# URL = "/en/my-page-here/" | ||
# | ||
# [zh-Hans] | ||
# URL = "/zh-hans/我的网站这儿/" | ||
# | ||
# NOTE: | ||
# 1. The language code **MUST** be one of the Hestia site-level languages. | ||
# Otherwise, error shall be thrown. | ||
# 2. If you need to use external pages, set the internal page's settings to | ||
# redirect immediately towards it. | ||
# 3. If the URL is left empty (""), that translation page is disabled. | ||
# 4. Hestia compatible URL (ONLY .Languages data structure is usable) can | ||
# be accepted in the .Lang.URL fields (see example above). | ||
[en] | ||
URL = '/en/releases/v2p0p0/' | ||
|
||
[zh-Hans] | ||
URL = '/zh-hans/releases/v2p0p0/' |
Oops, something went wrong.