diff --git a/.versionrc.json b/.versionrc.json index a9c1c54..cbb42a2 100644 --- a/.versionrc.json +++ b/.versionrc.json @@ -12,7 +12,7 @@ ], "bumpFiles": [ { - "filename": "data/.doks.json", + "filename": "data/doks.json", "type": "json" } ] diff --git a/config/_default/params.toml b/config/_default/params.toml index 2fed24c..c5159fa 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -33,7 +33,4 @@ footer = "Powered by Netlify, Star on GitHub. Thanks!" -hyasVersion = "v1.2.8" -doksVersion = "v0.1.1" - docsRepo = "https://github.com/h-enk/doks" diff --git a/data/.doks.json b/data/doks.json similarity index 100% rename from data/.doks.json rename to data/doks.json diff --git a/data/hyas.json b/data/hyas.json new file mode 100644 index 0000000..89873c5 --- /dev/null +++ b/data/hyas.json @@ -0,0 +1,4 @@ +{ + "name": "hyas", + "version": "1.2.8" +} \ No newline at end of file diff --git a/layouts/index.html b/layouts/index.html index 051623f..739f0ac 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -7,7 +7,7 @@

{{ .Params.Lead | safeHTML }}

Get started -

Open-source MIT Licensed. GitHub {{ .Site.Params.doksVersion }}

+

Open-source MIT Licensed. GitHub v{{ .Site.Data.doks.version }}