diff --git a/.seed-config.yaml b/.seed-config.yaml index aa22eb8a..05e5fea9 100644 --- a/.seed-config.yaml +++ b/.seed-config.yaml @@ -6,7 +6,7 @@ project: oneLiner: "Highly customizable open source theme for Hugo based static websites" description: | Create your next website with Syna. - version: "v0.16.2" + version: "v0.17.0" vision: type: "community" diff --git a/VERSION b/VERSION index 86586e6a..2bb97efb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.16.2 +v0.17.0 \ No newline at end of file diff --git a/exampleSite/config-dev.toml b/exampleSite/config-dev.toml index 3903ae3a..b98b9e5d 100644 --- a/exampleSite/config-dev.toml +++ b/exampleSite/config-dev.toml @@ -6,7 +6,7 @@ title = "Okkur - Syna" theme = "syna" themesDir = "../.." enableGitInfo = true -version = "0.16.2" +version = "0.17.0" disableKinds = ["RSS", "taxonomy", "taxonomyTerm"] RelativeURLs = true diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 6e96b089..f6762205 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -6,7 +6,7 @@ title = "Okkur - Syna" theme = "syna" themesDir = "../.." enableGitInfo = true -version = "0.16.2" +version = "0.17.0" disableKinds = ["RSS", "taxonomy", "taxonomyTerm"] ignorefiles = [ "content/dev/.*" ] diff --git a/exampleSite/content/docs/installation/content.md b/exampleSite/content/docs/installation/content.md index 4a89ea0a..35b674d6 100644 --- a/exampleSite/content/docs/installation/content.md +++ b/exampleSite/content/docs/installation/content.md @@ -17,7 +17,7 @@ This way whenever you want to update the theme you can just pull the updates and git submodule init # If you haven't initialized before git submodule add https://git.okkur.org/syna themes/syna cd themes/syna -git checkout v0.16 # Latest release as of now is v0.16.2 +git checkout v0.17 # Latest release as of now is v0.17.0 ``` *You can visit [Hugo's documentation](https://gohugo.io/themes/installing-and-using-themes/) on installing themes for more information.* diff --git a/exampleSite/package.json b/exampleSite/package.json index 2636d99f..c839c72b 100644 --- a/exampleSite/package.json +++ b/exampleSite/package.json @@ -1,6 +1,6 @@ { "name": "example-site", - "version": "0.16.2", + "version": "0.17.0", "description": "Example Site for Syna theme for Hugo", "main": "static-main/js/index.js", "author": "Michael Grosser", diff --git a/layouts/partials/head.html b/layouts/partials/head.html index b5ea6e83..eb8c7727 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -7,7 +7,7 @@ {{- end -}} - + diff --git a/netlify.toml b/netlify.toml index 5e03690a..ce99e348 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,17 +4,17 @@ command = "HUGO_THEME=repo DEMO_MODE=true hugo --config config-dev.toml -d ../public --minify" [context.production.environment] - HUGO_VERSION = "0.68.3" + HUGO_VERSION = "0.69.2" HUGO_ENV = "production" [context.deploy-preview] command = "HUGO_THEME=repo DEMO_MODE=true hugo --config config-dev.toml -d ../public --minify" [context.deploy-preview.environment] - HUGO_VERSION = "0.68.3" + HUGO_VERSION = "0.69.2" [context.branch-deploy] command = "HUGO_THEME=repo DEMO_MODE=true hugo --config config-dev.toml -d ../public --minify" [context.branch-deploy.environment] - HUGO_VERSION = "0.68.3" + HUGO_VERSION = "0.69.2" diff --git a/package.json b/package.json index 62c16d1d..dc76815c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "syna", - "version": "0.16.2", + "version": "0.17.0", "description": "Highly customizable open source theme for Hugo based static websites", "main": "static-main", "repository": "https://git.okkur.org/syna",