From 24f3a207040887f214ff9faf14a1395e006ba9ea Mon Sep 17 00:00:00 2001 From: Michael Grosser Date: Sat, 23 May 2020 14:16:16 +0000 Subject: [PATCH] Release Syna v0.17.1 --- .seed-config.yaml | 70 +++++++++---------- CHANGELOG.md | 47 ++++++++++--- VERSION | 2 +- exampleSite/config-dev.toml | 2 +- exampleSite/config.toml | 2 +- .../content/docs/installation/content.md | 4 +- exampleSite/package.json | 2 +- layouts/partials/head.html | 2 +- package.json | 2 +- 9 files changed, 82 insertions(+), 51 deletions(-) diff --git a/.seed-config.yaml b/.seed-config.yaml index 05e5fea9..9b282cc6 100644 --- a/.seed-config.yaml +++ b/.seed-config.yaml @@ -1,63 +1,63 @@ project: - name: "Syna Theme" - state: "stable" - image: "https://raw.githubusercontent.com/okkur/syna/master/exampleSite/static/images/logo.svg?sanitize=true" - website: "https://syna.okkur.org" - oneLiner: "Highly customizable open source theme for Hugo based static websites" + name: 'Syna Theme' + state: 'stable' + image: 'https://raw.githubusercontent.com/okkur/syna/master/exampleSite/static/images/logo.svg?sanitize=true' + website: 'https://syna.okkur.org' + oneLiner: 'Highly customizable open source theme for Hugo based static websites' description: | - Create your next website with Syna. - version: "v0.17.0" + Create your next website with Syna. + version: 'v0.17.1' vision: - type: "community" + type: 'community' overview: | This project thrives to be the goto theme for websites using Hugo. - concept: "Built a modular theme to be easily extendible with a default library of fragments available." + concept: 'Built a modular theme to be easily extendible with a default library of fragments available.' aim: "Syna provides a generic solution to easily get up and running, but doesn't consider hugely specialized solutions to be integrated." supportLinks: - documentation: "https://syna.okkur.org/docs" - examples: "https://syna.okkur.org/demo" + documentation: 'https://syna.okkur.org/docs' + examples: 'https://syna.okkur.org/demo' contributionLinks: - issueTemplate: "/.github/ISSUE_TEMPLATE.md" - starterIssues: "https://github.com/okkur/syna/labels/starter%20issue" + issueTemplate: '/.github/ISSUE_TEMPLATE.md' + starterIssues: 'https://github.com/okkur/syna/labels/starter%20issue' emails: - commercialSupport: "support@okkur.org" - security: "security@okkur.org" - coc: "coc@okkur.org" + commercialSupport: 'support@okkur.org' + security: 'security@okkur.org' + coc: 'coc@okkur.org' copyright: - year: "2017" + year: '2017' cla: - copyrightHolder: "nzt.ventures GmbH" - mail: "legal@nzt.ventures" + copyrightHolder: 'nzt.ventures GmbH' + mail: 'legal@nzt.ventures' maintainers: - - name: "Michael Grosser" - nick: "stp-ip" - - name: "Mahdi Pourismaiel" - nick: "mpourismaiel" + - name: 'Michael Grosser' + nick: 'stp-ip' + - name: 'Mahdi Pourismaiel' + nick: 'mpourismaiel' repo: - link: "https://syna.okkur.org/code" - type: "Github" + link: 'https://syna.okkur.org/code' + type: 'Github' issueTemplate: questions: - - "Hugo version" + - 'Hugo version' badges: - - image: "https://img.shields.io/badge/state-stable-green.svg" - alt: "state" - - image: "https://img.shields.io/github/release/okkur/syna.svg" - link: "https://syna.okkur.org/releases" - alt: "release" - - image: "https://img.shields.io/github/license/okkur/syna.svg" - link: "LICENSE" - alt: "license" + - image: 'https://img.shields.io/badge/state-stable-green.svg' + alt: 'state' + - image: 'https://img.shields.io/github/release/okkur/syna.svg' + link: 'https://syna.okkur.org/releases' + alt: 'release' + - image: 'https://img.shields.io/github/license/okkur/syna.svg' + link: 'LICENSE' + alt: 'license' reposeed: - configVersion: "v1" + configVersion: 'v1' diff --git a/CHANGELOG.md b/CHANGELOG.md index 553ae957..363efaca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,32 +1,62 @@ +# v0.17.1 + +_2020-05-23_ + +- [Downloads for v0.17.1](https://syna.okkur.org/releases/v0.17.1) +- [Changelog since v0.17.0](#changes-since-v0170) + +## Documentation for v0.17.1 + +[Documentation](https://syna.okkur.org/docs) _Documentation defaults to latest release_ + +## Changes since v0.17.0 + +- Allow custom inputs in the contact form [754](https://github.com/okkur/syna/pull/754) + +## Fixes since v0.17.0 + +- Fix duplicate section pages in list fragment [755](https://github.com/okkur/syna/pull/755) +- Fix a bug that caused subsections be shown if the config was set to not show them or show duplicate subsections if config was set to show them. +- hero: Fix image.height and image.width [768](https://github.com/okkur/syna/pull/768) +- contact: Fix alignment of contact fragment's submit button when recaptcha is not fully loaded [767](https://github.com/okkur/syna/pull/767) +- config: Fix duplicated output [765](https://github.com/okkur/syna/pull/765) + +--- + # v0.17.0 + _2020-04-24_ - - [Downloads for v0.17.0](https://syna.okkur.org/releases/v0.17.0) - - [Changelog since v0.16.2](#changes-since-v0162) + +- [Downloads for v0.17.0](https://syna.okkur.org/releases/v0.17.0) +- [Changelog since v0.16.2](#changes-since-v0162) ## Documentation for v0.17 -[Documentation](https://syna.okkur.org/docs) *Documentation defaults to latest release* + +[Documentation](https://syna.okkur.org/docs) _Documentation defaults to latest release_ ## Changes since v0.16.2 + - Dutch translation (now supporting French, Dutch, English, German and Portuguese) ## Fixes since v0.16.2 + - Fix date_format not being used [738](https://github.com/okkur/syna/pull/738) - Remove relLangURL for assets [732](https://github.com/okkur/syna/pull/732) - Fix list section path in exampleSite [726](https://github.com/okkur/syna/pull/726) @@ -45,6 +75,7 @@ _2020-03-23_ [Documentation](https://syna.okkur.org/docs) _Documentation defaults to latest release_ ## Changes since v0.16.1 + - `portfolio`: Add support for icons - `hero`: Remove leftover particle code, when disabled - `item`: Images and icons can now have urls diff --git a/VERSION b/VERSION index 2bb97efb..cfafe107 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.17.0 \ No newline at end of file +v0.17.1 \ No newline at end of file diff --git a/exampleSite/config-dev.toml b/exampleSite/config-dev.toml index b98b9e5d..4ec5e1a2 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.17.0" +version = "0.17.1" disableKinds = ["RSS", "taxonomy", "taxonomyTerm"] RelativeURLs = true diff --git a/exampleSite/config.toml b/exampleSite/config.toml index f6762205..49e545f1 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -6,7 +6,7 @@ title = "Okkur - Syna" theme = "syna" themesDir = "../.." enableGitInfo = true -version = "0.17.0" +version = "0.17.1" disableKinds = ["RSS", "taxonomy", "taxonomyTerm"] ignorefiles = [ "content/dev/.*" ] diff --git a/exampleSite/content/docs/installation/content.md b/exampleSite/content/docs/installation/content.md index 35b674d6..22e2564f 100644 --- a/exampleSite/content/docs/installation/content.md +++ b/exampleSite/content/docs/installation/content.md @@ -17,10 +17,10 @@ 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.17 # Latest release as of now is v0.17.0 +git checkout v0.17 # Latest release as of now is v0.17.1 ``` -*You can visit [Hugo's documentation](https://gohugo.io/themes/installing-and-using-themes/) on installing themes for more information.* +_You can visit [Hugo's documentation](https://gohugo.io/themes/installing-and-using-themes/) on installing themes for more information._ ### Using starter diff --git a/exampleSite/package.json b/exampleSite/package.json index c839c72b..71f144db 100644 --- a/exampleSite/package.json +++ b/exampleSite/package.json @@ -1,6 +1,6 @@ { "name": "example-site", - "version": "0.17.0", + "version": "0.17.1", "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 eb8c7727..3b5be072 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -7,7 +7,7 @@ {{- end -}} - + diff --git a/package.json b/package.json index dc76815c..a39a019a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "syna", - "version": "0.17.0", + "version": "0.17.1", "description": "Highly customizable open source theme for Hugo based static websites", "main": "static-main", "repository": "https://git.okkur.org/syna",