Skip to content

Commit

Permalink
Merge pull request #271 from okkur/v012
Browse files Browse the repository at this point in the history
Update to v0.12 with latest changelog
  • Loading branch information
stp-ip authored Aug 7, 2018
2 parents c6b1f24 + 7d779eb commit 57fa738
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 7 deletions.
40 changes: 38 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,51 @@
<!--
# v0.12.0
# v0.13.0
_2018_
- [Downloads for v0.13.0](https://github.com/okkur/syna/releases/tag/v0.13.0)
- [Changelog since v0.12.0](#changes-since-v012)
## Documentation for v0.13.0
[Documentation](/tree/v0.13.0/docs)
## Changes since v0.12.0
## Fixes since v0.12.0
---
-->

# v0.12.0
_2018-08-06_
- [Downloads for v0.12.0](https://github.com/okkur/syna/releases/tag/v0.12.0)
- [Changelog since v0.11.0](#changes-since-v011)

## Documentation for v0.12.0
[Documentation](/tree/v0.11.0/docs)
[Documentation](/tree/v0.12.0/docs)
[Getting started](/tree/v0.12.0/docs#using-starter)

## Changes since v0.11.0
- BREAKING: `content-single` and `content-split` merged into `content` fragment
- BREAKING: Moving to `_index` and `_global` as special directories and headless bundles
- BREAKING: Subpath handling made consistent with Hugo
- New: `header` fragment for easier section bundling and linking
- New: `portfolio` fragment to showcase projects etc.
- New: Categories for `content` fragment
- `member`: Company affiliation for single member mode
- `member`: Redesign single member mode
- Getting started guide
- Update documentation
- Bundle JS files and register them within each fragment
- `404`: Refactor 404 to be fragment based

## Fixes since v0.11.0
- Improve naming consistency
- Cleanup bootstrap files
- Add attribution for inspiration
- `table`: Align table cells using `align` variable
- `items`: Remove icon, if not set
- `item/table`: Fix icon + url
- `item`: Fix align = center

---

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.11.0
v0.12.0
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,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://github.com/okkur/syna.git themes/syna
cd themes/syna
git checkout v0.11.0 # Latest release as of now is v0.11.0
git checkout v0.12.0 # Latest release as of now is v0.12.0
```

### Using starter
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.11.0"
version = "0.12.0"
disableKinds = ["RSS", "taxonomy", "taxonomyTerm"]

[frontmatter]
Expand Down
2 changes: 1 addition & 1 deletion exampleSite/content/_index/section-header.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
+++
date = "2018-07-13"
fragment = "section-header"
fragment = "header"
weight = 500

background = "white"
Expand Down
File renamed without changes.
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.8.0",
"version": "0.12.0",
"description": "Highly customizable open source theme for Hugo based static websites",
"main": "static-main",
"repository": "[email protected]:okkur/syna.git",
Expand Down

0 comments on commit 57fa738

Please sign in to comment.