Skip to content

Commit

Permalink
Release Syna v0.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mpourismaiel committed Jul 25, 2020
1 parent d5d96ac commit b8de576
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .seed-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.17.2'
version: 'v0.17.3'

vision:
type: 'community'
Expand Down
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,35 @@ _2018_
-->

# v0.17.3

_2020-07-25_

- [Downloads for v0.17.3](https://syna.okkur.org/releases/v0.17.3)
- [Changelog since v0.17.2](#changes-since-v0172)

## Documentation for v0.17.3

[Documentation](https://syna.okkur.org/docs) _Documentation defaults to latest release_

## Changes since v0.17.2

- list: Update whitespace in list mode [776](https://github.com/okkur/syna/pull/776)
- portfolio: Add support for background image on portfolio overlays [802](https://github.com/okkur/syna/pull/802)
- repositories_hithub: Added new fragment to fetch and display user repositories from Github [803](https://github.com/okkur/syna/pull/803)
- Update documentation
- Added more tests

## Fixes since v0.17.2

- nav: Add support for nested menus by adding dropdowns [781](https://github.com/okkur/syna/pull/781)
- nav: Fix the bug that prevented search from working if there were multiple nav fragments in one page [782](https://github.com/okkur/syna/pull/782)
- content: Fix sticky sidebar issues [788](https://github.com/okkur/syna/pull/788)
- items: Fix overflowing image issue [794](https://github.com/okkur/syna/pull/794)
- Fix multilingual pages not showing subitems of fragments in non default language page [800](https://github.com/okkur/syna/pull/800)

---

# v0.17.2

_2020-06-01_
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.17.2
v0.17.3
2 changes: 1 addition & 1 deletion exampleSite/config-dev.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title = "Okkur - Syna"
theme = "syna"
themesDir = "../.."
enableGitInfo = true
version = "0.17.2"
version = "0.17.3"
disableKinds = ["RSS", "taxonomy", "taxonomyTerm"]

RelativeURLs = true
Expand Down
2 changes: 1 addition & 1 deletion exampleSite/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title = "Okkur - Syna"
theme = "syna"
themesDir = "../.."
enableGitInfo = true
version = "0.17.2"
version = "0.17.3"
disableKinds = ["RSS", "taxonomy", "taxonomyTerm"]
ignorefiles = [ "content/dev/.*" ]

Expand Down
2 changes: 1 addition & 1 deletion exampleSite/content/docs/installation/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.17 # Latest release as of now is v0.17.2
git checkout v0.17 # Latest release as of now is v0.17.3
```

_You can visit [Hugo's documentation](https://gohugo.io/themes/installing-and-using-themes/) on installing themes for more information._
Expand Down
2 changes: 1 addition & 1 deletion exampleSite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-site",
"version": "0.17.2",
"version": "0.17.3",
"description": "Example Site for Syna theme for Hugo",
"main": "static-main/js/index.js",
"author": "Michael Grosser",
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{{- end -}}
<head>
<meta name="theme" content="Syna">
<meta name="theme-version" content="v0.17.2">
<meta name="theme-version" content="v0.17.3">
<meta name="theme-url" content="https://syna.okkur.org">
<meta name="theme-description" content="Highly customizable open source theme for Hugo based static websites">
<meta name="theme-author" content="Okkur Labs">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "syna",
"version": "0.17.2",
"version": "0.17.3",
"description": "Highly customizable open source theme for Hugo based static websites",
"main": "static-main",
"repository": "https://git.okkur.org/syna",
Expand Down

0 comments on commit b8de576

Please sign in to comment.