Skip to content
This repository has been archived by the owner on May 12, 2019. It is now read-only.

Commit

Permalink
2.3.4 releases (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Aug 15, 2015
1 parent 4755ace commit ec8352c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 13 deletions.
18 changes: 12 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@
## 2.3.4 (2015-08-15)


* 2.3.4 releases
([8eba3af](https://github.com/kikobeats/uno-zen/commit/8eba3af))
* Add Blog link by default.
([1198895](https://github.com/kikobeats/uno-zen/commit/1198895))
* Added customize aside title and subtitle
([4755ace](https://github.com/kikobeats/uno-zen/commit/4755ace))
* Improve multiaccount support
([cfc918d](https://github.com/kikobeats/uno-zen/commit/cfc918d))
([2f71d11](https://github.com/kikobeats/uno-zen/commit/2f71d11))
* Improve twitter share link based in a url native helper.
([7cb2a61](https://github.com/kikobeats/uno-zen/commit/7cb2a61))
([6328b03](https://github.com/kikobeats/uno-zen/commit/6328b03))
* Include URL as-is.
([533f796](https://github.com/kikobeats/uno-zen/commit/533f796))
* Make Google Analytics and Disqus use variables from admin panel.
Expand All @@ -16,18 +20,20 @@
([efcb4e3](https://github.com/kikobeats/uno-zen/commit/efcb4e3))
* Revert author in aside (Ghost doesn't provide it for entire blog).
([9b26637](https://github.com/kikobeats/uno-zen/commit/9b26637))
* Update DOCUMENTATION.md
([4aaa2ed](https://github.com/kikobeats/uno-zen/commit/4aaa2ed))
* Use blog title and author's name by default on main page.
([7ffad11](https://github.com/kikobeats/uno-zen/commit/7ffad11))
* Use links from Ghost navigation settings.
([4d9bfb3](https://github.com/kikobeats/uno-zen/commit/4d9bfb3))
* disable multiaccount support by default
([58c38cb](https://github.com/kikobeats/uno-zen/commit/58c38cb))
([82c91d4](https://github.com/kikobeats/uno-zen/commit/82c91d4))
* little details in title and readTime
([a017558](https://github.com/kikobeats/uno-zen/commit/a017558))
([eb95489](https://github.com/kikobeats/uno-zen/commit/eb95489))
* removed dot from post title
([2adf9c1](https://github.com/kikobeats/uno-zen/commit/2adf9c1))
([33786a5](https://github.com/kikobeats/uno-zen/commit/33786a5))
* removed dot from title
([940e60d](https://github.com/kikobeats/uno-zen/commit/940e60d))
([64c6d4c](https://github.com/kikobeats/uno-zen/commit/64c6d4c))



Expand Down
13 changes: 9 additions & 4 deletions DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,15 +130,20 @@ var disqus_shortname = 'YOUR_DISQUS_SHORTCUT_HERE';
</script>
```

### Sidebar Name
### Sidebar title and subtitle

By default name is automatically taken from blog title and description is obtained from the description of the blog.
Go to Ghost admin panel -> `Code Injection` -> `Blog Header` and add:

If you want to change this behavior or add subtitle (hidden by default), edit the file `partials/aside.hbs` and change the title by modifying the `h1` header or subtitle modifying the `h3` header.
```html
<script>
var profile_title = 'Kiko Beats';
var profile_resume ='Software Engineer';
</script>
```

### Colors

Edit the file `assets/scss/modules/_variables.scss`.
Edit the file `assets/scss/modules/_variables.scss`. Remember that is necessary compile the build to load the new style, so keep running your gulp process in background.

### Social Networks

Expand Down
Loading

0 comments on commit ec8352c

Please sign in to comment.