From 28340e6640e63f0e725c3f6f2f5e7bd26dd8a7c6 Mon Sep 17 00:00:00 2001 From: Michael Grosser Date: Wed, 16 Oct 2019 15:12:24 +0000 Subject: [PATCH] Prepare for v0.15.2 release --- .seed-config.yaml | 6 +-- CHANGELOG.md | 40 +++++++++++++++++++ VERSION | 2 +- exampleSite/config-dev.toml | 4 +- exampleSite/config.toml | 4 +- .../content/docs/installation/content.md | 8 ++-- exampleSite/package.json | 2 +- netlify.toml | 6 +-- package.json | 4 +- 9 files changed, 58 insertions(+), 18 deletions(-) diff --git a/.seed-config.yaml b/.seed-config.yaml index 695a5b65..0a92b3e5 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.15.0" + version: "v0.15.2" vision: type: "community" @@ -53,11 +53,11 @@ 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://github.com/okkur/syna/releases" + 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" \ No newline at end of file + configVersion: "v1" diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e222c5b..71beb315 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,46 @@ _2018_ --> +# v0.15.2 +_2019-10-16_ + - [Downloads for v0.15.2](https://github.com/okkur/syna/releases/tag/v0.15.2) + - [Changelog since v0.15.1](#changes-since-v0151) + +## Documentation for v0.15.2 +[Documentation](https://syna.okkur.org/docs) *Documentation defaults to latest release* + +## Changes since v0.15.1 + - Add support for sort order in the list fragment #583 + - Add minHeight param to hero fragment #571 + - Bump Hugo's minimum required version to v0.58 #588 + +## Fixes since v0.15.1 + - Fix fragments not showing in the 404 page #575 + - Fix global fragments with subitems showing warning #582 + - Fix toc list displaying pagination in docs + - Fix extra padding on code blocks #603 + - Filter special pages out of list fragment's displayed pages #595 + - Fix children deptch in toc #596 + - Fix bad split in event params (pubsub) #594 + +--- + +# v0.15.1 +_2019-05-27_ + - [Downloads for v0.15.1](https://github.com/okkur/syna/releases/tag/v0.15.1) + - [Changelog since v0.15.0](#changes-since-v015) + +## Documentation for v0.15.1 +[Documentation](https://syna.okkur.org/docs) *Documentation defaults to latest release* + +## Changes since v0.15.0 + +## Fixes since v0.15.0 + - Add the new auto generated files (have been missed in a previous commit) + - Move syna-grid.css from user side to theme side (bad approach, removes it from user side at least) + - Fix the .Dir deprecation warning, I have no idea how these are popping up + +--- # v0.15.0 _2019-05_ - [Downloads for v0.15.0](https://github.com/okkur/syna/releases/tag/v0.15.0) diff --git a/VERSION b/VERSION index 86dd09ab..a240c92a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.15.0 +v0.15.2 diff --git a/exampleSite/config-dev.toml b/exampleSite/config-dev.toml index bd022a55..be380f8d 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.15.0" +version = "0.15.2" disableKinds = ["RSS", "taxonomy", "taxonomyTerm"] # Google Analytics tracking @@ -98,7 +98,7 @@ lastmod = ["lastmod", ":git", "date"] [[menu.footer_social]] weight = 30 name = "github" - url = "https://syna.okkur.org/code" + url = "https://git.okkur.org/syna" pre = "fab fa-github fa-stack-2x" [[menu.copyright_footer]] diff --git a/exampleSite/config.toml b/exampleSite/config.toml index efa00a07..216cd703 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -6,7 +6,7 @@ title = "Okkur - Syna" theme = "syna" themesDir = "../.." enableGitInfo = true -version = "0.15.0" +version = "0.15.2" disableKinds = ["RSS", "taxonomy", "taxonomyTerm"] ignorefiles = [ "content/dev/.*" ] @@ -99,7 +99,7 @@ lastmod = ["lastmod", ":git", "date"] [[menu.footer_social]] weight = 30 name = "github" - url = "https://syna.okkur.org/code" + url = "https://git.okkur.org/syna" pre = "fab fa-github fa-stack-2x" [[menu.copyright_footer]] diff --git a/exampleSite/content/docs/installation/content.md b/exampleSite/content/docs/installation/content.md index a9b39fbd..cdb8bf48 100644 --- a/exampleSite/content/docs/installation/content.md +++ b/exampleSite/content/docs/installation/content.md @@ -15,20 +15,20 @@ This way whenever you want to update the theme you can just pull the updates and ```bash git submodule init # If you haven't initialized before -git submodule add https://github.com/okkur/syna.git themes/syna +git submodule add https://git.okkur.org/syna themes/syna cd themes/syna -git checkout v0.12.0 # Latest release as of now is v0.12.0 +git checkout v0.15 # Latest release as of now is v0.15 ``` *You can visit [Hugo's documentation](https://gohugo.io/themes/installing-and-using-themes/) on installing themes for more information.* ### Using starter -If you don't have a site yet, you can use our [starter](https://github.com/okkur/syna-start). +If you don't have a site yet, you can use our [starter](https://git.okkur.org/syna-start). Using the starter you will have a sample page with several fragment examples and you can use them to start building your own website. ```bash -git clone --recurse-submodules https://github.com/okkur/syna-start.git # --recurse-submodules will clone the theme +git clone --recurse-submodules https://git.okkur.org/syna-start # --recurse-submodules will clone the theme cd syna-start hugo server -D # to build your website, run hugo instead ``` diff --git a/exampleSite/package.json b/exampleSite/package.json index 339c00aa..cdc997ba 100644 --- a/exampleSite/package.json +++ b/exampleSite/package.json @@ -1,6 +1,6 @@ { "name": "example-site", - "version": "0.15.0", + "version": "0.15.2", "description": "Example Site for Syna theme for Hugo", "main": "static-main/js/index.js", "author": "Michael Grosser", diff --git a/netlify.toml b/netlify.toml index 5f951f40..c291827c 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.58.1" + HUGO_VERSION = "0.58.3" 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.58.1" + HUGO_VERSION = "0.58.3" [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.58.1" + HUGO_VERSION = "0.58.3" diff --git a/package.json b/package.json index 966cf5f5..a004df84 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "syna", - "version": "0.15.0", + "version": "0.15.2", "description": "Highly customizable open source theme for Hugo based static websites", "main": "static-main", - "repository": "git@github.com:okkur/syna.git", + "repository": "https://git.okkur.org/syna", "author": "Michael Grosser (stp-ip)", "license": "Apache", "scripts": {