Skip to content

Commit

Permalink
Update Version 1.3.0 - Homepage Navigation Menu Buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
h4t0n committed Mar 5, 2016
1 parent a3b5add commit 14edc4e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ but keeping all the good and minimalistic features of Casper.
* Casper minimalistic and clean style (without right side menu)
* Works with Ghost 0.7+
* Fully responsive (for mobiles and tablets)
* Home Page Navigation Menu Buttons
* Google Analytics (easily configurable by code injection in the admin area)
* [Disqus](https://disqus.com) comments (easily configurable by code injection in the admin area)
* [Prism](http://prismjs.com/) Syntax Highlight (all languages supported)
Expand All @@ -45,6 +46,8 @@ Restart Ghost and select Odin theme from your Admin Area.
## Configuration
No need to configure ***Prism*** or ***RRSSB*** buttons.

To add Homepage Navigation Menu Buttons simply add the links in your Navigation Admin Area. They may be useful for static pages (*AboutMe* for example) or for shortcut to your (best) post tags.

Odin comes with a default ***favicon*** generated with [Real Favicon Generator](http://realfavicongenerator.net). If you want to add your *favicon* you can generate your own (with [Real Favicon Generator](http://realfavicongenerator.net)) and place downloaded files inside the ***assets/img/favicons*** Odin directory.

***Disqus*** comments, ***Google Analytics*** and ***Font Awesome Home Page Social Link Icons*** are disabled by default, but they are easily configurable with *Blog Header Code Injection* inside your Ghost Admin Area.
Expand Down Expand Up @@ -90,5 +93,5 @@ var social_link = {
## Copyright & License

Released under the MIT License.
Copyright (c) [Andrea Tarquini](https://blog.h4t0n.com) aka [@h4ton](https://twitter.com/h4t0n)
Copyright (c) 2016 [Andrea Tarquini](https://blog.h4t0n.com) aka [@h4ton](https://twitter.com/h4t0n)
Copyright (c) 2013-2015 Ghost Foundation (for Casper theme substantial portions of code)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "Odin",
"version": "1.2.0"
"version": "1.3.0"
}

0 comments on commit 14edc4e

Please sign in to comment.