caelums / ghost_theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mapache for Ghost by GodoFredo

Ghost version Node version Donate

Minimalist Material Desing and Elegant theme for Ghost.

Free theme for Ghost

Hello, I created this theme Ghost to see how it works. It is available for free so you can use on your site. It is strictly forbidden commercial use. If you have any suggestions to improve the theme, you can send me tweet to @GodoFredoNinja

Demo

You can see a demo in my blog.

Featured

  • Responsive layout
  • Blog navigation
  • Post Pagination
  • Cover images for blog, tag and author
  • YouTube, Vimeo, kickstarter -> Video Responsive
  • Code syntax Prismjs
  • Sharing Buttons
  • Facebook Comments -> the default language is English, Language options are at Adjust Language and Facebook Locales XML file

Replace icon

Replace icon with these measures 155px * 155px

assets/img/icon.png

Edit the right column (Sidebar)

partials/sidebar.hbs

Edit link social media menu

partials/header.hbs

Add Style Theme

<!-- Theme indigo -->
<link rel="stylesheet" href="/assets/css/themes/indigo.css" />
<!-- Theme dark blue -->
<link rel="stylesheet" href="/assets/css/themes/dark-blue.css" />
<!-- Theme blue -->
<link rel="stylesheet" href="/assets/css/themes/blue.css" />
<!-- Theme dark cyan -->
<link rel="stylesheet" href="/assets/css/themes/dark-cyan.css" />
<!-- Theme purple -->
<link rel="stylesheet" href="/assets/css/themes/purple.css" />
<!-- Theme teal -->
<link rel="stylesheet" href="/assets/css/themes/teal.css" />
<!-- Theme Green -->
<link rel="stylesheet" href="/assets/css/themes/green.css" />

Credits

Copyright & License

Copyright (c) 2016 GodoFredo - Released under the MIT license.

About

License:MIT License


Languages

Language:HTML 98.8%Language:CSS 1.2%