Skip to content

Commit 8ef1aae

Browse files
authored
Merge pull request #770 from stp-ip/master
Release Syna v0.17.1
2 parents 4893fbf + 24f3a20 commit 8ef1aae

File tree

9 files changed

+82
-51
lines changed

9 files changed

+82
-51
lines changed

.seed-config.yaml

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,63 @@
11
project:
2-
name: "Syna Theme"
3-
state: "stable"
4-
image: "https://raw.githubusercontent.com/okkur/syna/master/exampleSite/static/images/logo.svg?sanitize=true"
5-
website: "https://syna.okkur.org"
6-
oneLiner: "Highly customizable open source theme for Hugo based static websites"
2+
name: 'Syna Theme'
3+
state: 'stable'
4+
image: 'https://raw.githubusercontent.com/okkur/syna/master/exampleSite/static/images/logo.svg?sanitize=true'
5+
website: 'https://syna.okkur.org'
6+
oneLiner: 'Highly customizable open source theme for Hugo based static websites'
77
description: |
8-
Create your next website with Syna.
9-
version: "v0.17.0"
8+
Create your next website with Syna.
9+
version: 'v0.17.1'
1010

1111
vision:
12-
type: "community"
12+
type: 'community'
1313
overview: |
1414
This project thrives to be the goto theme for websites using Hugo.
15-
concept: "Built a modular theme to be easily extendible with a default library of fragments available."
15+
concept: 'Built a modular theme to be easily extendible with a default library of fragments available.'
1616
aim: "Syna provides a generic solution to easily get up and running, but doesn't consider hugely specialized solutions to be integrated."
1717

1818
supportLinks:
19-
documentation: "https://syna.okkur.org/docs"
20-
examples: "https://syna.okkur.org/demo"
19+
documentation: 'https://syna.okkur.org/docs'
20+
examples: 'https://syna.okkur.org/demo'
2121

2222
contributionLinks:
23-
issueTemplate: "/.github/ISSUE_TEMPLATE.md"
24-
starterIssues: "https://github.com/okkur/syna/labels/starter%20issue"
23+
issueTemplate: '/.github/ISSUE_TEMPLATE.md'
24+
starterIssues: 'https://github.com/okkur/syna/labels/starter%20issue'
2525

2626
emails:
27-
commercialSupport: "support@okkur.org"
28-
security: "security@okkur.org"
29-
coc: "coc@okkur.org"
27+
commercialSupport: 'support@okkur.org'
28+
security: 'security@okkur.org'
29+
coc: 'coc@okkur.org'
3030

3131
copyright:
32-
year: "2017"
32+
year: '2017'
3333

3434
cla:
35-
copyrightHolder: "nzt.ventures GmbH"
36-
mail: "legal@nzt.ventures"
35+
copyrightHolder: 'nzt.ventures GmbH'
36+
mail: 'legal@nzt.ventures'
3737

3838
maintainers:
39-
- name: "Michael Grosser"
40-
nick: "stp-ip"
41-
- name: "Mahdi Pourismaiel"
42-
nick: "mpourismaiel"
39+
- name: 'Michael Grosser'
40+
nick: 'stp-ip'
41+
- name: 'Mahdi Pourismaiel'
42+
nick: 'mpourismaiel'
4343

4444
repo:
45-
link: "https://syna.okkur.org/code"
46-
type: "Github"
45+
link: 'https://syna.okkur.org/code'
46+
type: 'Github'
4747

4848
issueTemplate:
4949
questions:
50-
- "Hugo version"
50+
- 'Hugo version'
5151

5252
badges:
53-
- image: "https://img.shields.io/badge/state-stable-green.svg"
54-
alt: "state"
55-
- image: "https://img.shields.io/github/release/okkur/syna.svg"
56-
link: "https://syna.okkur.org/releases"
57-
alt: "release"
58-
- image: "https://img.shields.io/github/license/okkur/syna.svg"
59-
link: "LICENSE"
60-
alt: "license"
53+
- image: 'https://img.shields.io/badge/state-stable-green.svg'
54+
alt: 'state'
55+
- image: 'https://img.shields.io/github/release/okkur/syna.svg'
56+
link: 'https://syna.okkur.org/releases'
57+
alt: 'release'
58+
- image: 'https://img.shields.io/github/license/okkur/syna.svg'
59+
link: 'LICENSE'
60+
alt: 'license'
6161

6262
reposeed:
63-
configVersion: "v1"
63+
configVersion: 'v1'

CHANGELOG.md

Lines changed: 39 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,62 @@
11
<!--
2-
# v0.17.0
2+
# v0.18.0
33
_2018_
4-
- [Downloads for v0.17.0](https://syna.okkur.org/releases/v0.17.0)
5-
- [Changelog since v0.16.0](#changes-since-v016)
4+
- [Downloads for v0.18.0](https://syna.okkur.org/releases/v0.18.0)
5+
- [Changelog since v0.17.1](#changes-since-v0171)
66
77
## Documentation for v0.17
88
[Documentation](https://syna.okkur.org/docs) *Documentation defaults to latest release*
99
10-
## Changes since v0.16.0
10+
## Changes since v0.17.1
1111
12-
## Fixes since v0.16.0
12+
## Fixes since v0.17.1
1313
1414
---
1515
1616
-->
1717

18+
# v0.17.1
19+
20+
_2020-05-23_
21+
22+
- [Downloads for v0.17.1](https://syna.okkur.org/releases/v0.17.1)
23+
- [Changelog since v0.17.0](#changes-since-v0170)
24+
25+
## Documentation for v0.17.1
26+
27+
[Documentation](https://syna.okkur.org/docs) _Documentation defaults to latest release_
28+
29+
## Changes since v0.17.0
30+
31+
- Allow custom inputs in the contact form [754](https://github.com/okkur/syna/pull/754)
32+
33+
## Fixes since v0.17.0
34+
35+
- Fix duplicate section pages in list fragment [755](https://github.com/okkur/syna/pull/755)
36+
- 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.
37+
- hero: Fix image.height and image.width [768](https://github.com/okkur/syna/pull/768)
38+
- contact: Fix alignment of contact fragment's submit button when recaptcha is not fully loaded [767](https://github.com/okkur/syna/pull/767)
39+
- config: Fix duplicated output [765](https://github.com/okkur/syna/pull/765)
40+
41+
---
42+
1843
# v0.17.0
44+
1945
_2020-04-24_
20-
- [Downloads for v0.17.0](https://syna.okkur.org/releases/v0.17.0)
21-
- [Changelog since v0.16.2](#changes-since-v0162)
46+
47+
- [Downloads for v0.17.0](https://syna.okkur.org/releases/v0.17.0)
48+
- [Changelog since v0.16.2](#changes-since-v0162)
2249

2350
## Documentation for v0.17
24-
[Documentation](https://syna.okkur.org/docs) *Documentation defaults to latest release*
51+
52+
[Documentation](https://syna.okkur.org/docs) _Documentation defaults to latest release_
2553

2654
## Changes since v0.16.2
55+
2756
- Dutch translation (now supporting French, Dutch, English, German and Portuguese)
2857

2958
## Fixes since v0.16.2
59+
3060
- Fix date_format not being used [738](https://github.com/okkur/syna/pull/738)
3161
- Remove relLangURL for assets [732](https://github.com/okkur/syna/pull/732)
3262
- Fix list section path in exampleSite [726](https://github.com/okkur/syna/pull/726)
@@ -45,6 +75,7 @@ _2020-03-23_
4575
[Documentation](https://syna.okkur.org/docs) _Documentation defaults to latest release_
4676

4777
## Changes since v0.16.1
78+
4879
- `portfolio`: Add support for icons
4980
- `hero`: Remove leftover particle code, when disabled
5081
- `item`: Images and icons can now have urls

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.17.0
1+
v0.17.1

exampleSite/config-dev.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title = "Okkur - Syna"
66
theme = "syna"
77
themesDir = "../.."
88
enableGitInfo = true
9-
version = "0.17.0"
9+
version = "0.17.1"
1010
disableKinds = ["RSS", "taxonomy", "taxonomyTerm"]
1111

1212
RelativeURLs = true

exampleSite/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title = "Okkur - Syna"
66
theme = "syna"
77
themesDir = "../.."
88
enableGitInfo = true
9-
version = "0.17.0"
9+
version = "0.17.1"
1010
disableKinds = ["RSS", "taxonomy", "taxonomyTerm"]
1111
ignorefiles = [ "content/dev/.*" ]
1212

exampleSite/content/docs/installation/content.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ This way whenever you want to update the theme you can just pull the updates and
1717
git submodule init # If you haven't initialized before
1818
git submodule add https://git.okkur.org/syna themes/syna
1919
cd themes/syna
20-
git checkout v0.17 # Latest release as of now is v0.17.0
20+
git checkout v0.17 # Latest release as of now is v0.17.1
2121
```
2222

23-
*You can visit [Hugo's documentation](https://gohugo.io/themes/installing-and-using-themes/) on installing themes for more information.*
23+
_You can visit [Hugo's documentation](https://gohugo.io/themes/installing-and-using-themes/) on installing themes for more information._
2424

2525
### Using starter
2626

exampleSite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-site",
3-
"version": "0.17.0",
3+
"version": "0.17.1",
44
"description": "Example Site for Syna theme for Hugo",
55
"main": "static-main/js/index.js",
66
"author": "Michael Grosser",

layouts/partials/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{{- end -}}
88
<head>
99
<meta name="theme" content="Syna">
10-
<meta name="theme-version" content="v0.17.0">
10+
<meta name="theme-version" content="v0.17.1">
1111
<meta name="theme-url" content="https://syna.okkur.org">
1212
<meta name="theme-description" content="Highly customizable open source theme for Hugo based static websites">
1313
<meta name="theme-author" content="Okkur Labs">

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "syna",
3-
"version": "0.17.0",
3+
"version": "0.17.1",
44
"description": "Highly customizable open source theme for Hugo based static websites",
55
"main": "static-main",
66
"repository": "https://git.okkur.org/syna",

0 commit comments

Comments
 (0)