All Projects → sendya → material-design-lite-for-ghost

sendya / material-design-lite-for-ghost

Licence: other
A material design lite Ghost blog theme

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to material-design-lite-for-ghost

Fizzy Theme
🥤A tasty blogging theme for Ghost.
Stars: ✭ 194 (+1041.18%)
Mutual labels:  ghost
ghost-wbkd
A ghost/journey theme.
Stars: ✭ 101 (+494.12%)
Mutual labels:  ghost
ghost-v4-on-heroku
Deploy the latest ghost v4 on Heroku
Stars: ✭ 105 (+517.65%)
Mutual labels:  ghost
Action Deploy Theme
Deploy your Ghost theme with Github Actions
Stars: ✭ 197 (+1058.82%)
Mutual labels:  ghost
Easter Egg Collection
🐰 A funny library for tricking your colleagues.
Stars: ✭ 249 (+1364.71%)
Mutual labels:  ghost
ghostfire
We use this docker image to host Ghost websites at FirePress 🔥📰. See live demos at play-with-ghost.com
Stars: ✭ 20 (+17.65%)
Mutual labels:  ghost
X Ray
Visual debugger for your HTML, executable via a bookmark
Stars: ✭ 188 (+1005.88%)
Mutual labels:  ghost
cloud-deploy
Claranet Cloud Deploy
Stars: ✭ 19 (+11.76%)
Mutual labels:  ghost
filisantillan.com
My official site
Stars: ✭ 16 (-5.88%)
Mutual labels:  ghost
mention-ghost-theme
Mention theme for Ghost blogging platform, built by https://vanila.io
Stars: ✭ 69 (+305.88%)
Mutual labels:  ghost
London
A free, open source theme for Ghost
Stars: ✭ 212 (+1147.06%)
Mutual labels:  ghost
Mnml Ghost Theme
A minimal, responsive, fast ghost blog theme with great typography. Comes with paid membership support, Disqus comments, syntax highlighting, and KaTeX for mathematics, and more.
Stars: ✭ 235 (+1282.35%)
Mutual labels:  ghost
ghost-theme-casperion
Casperion is a free Ghost theme. Casperion is based upon original Ghost theme Casper with some minor modifications and extensions.
Stars: ✭ 27 (+58.82%)
Mutual labels:  ghost
Starter
A development starter theme for Ghost
Stars: ✭ 195 (+1047.06%)
Mutual labels:  ghost
Ghost-over-Caddy
This repo/script will install Ghost blog over Caddy web server as a reverse proxy.
Stars: ✭ 20 (+17.65%)
Mutual labels:  ghost
Eleventy Starter Ghost
A starter template to build websites with Ghost & Eleventy
Stars: ✭ 187 (+1000%)
Mutual labels:  ghost
Asgar
A two-column, clean and minimalist theme for @TryGhost
Stars: ✭ 22 (+29.41%)
Mutual labels:  ghost
Phantom
iOS Ghost Client
Stars: ✭ 20 (+17.65%)
Mutual labels:  ghost
TRA-Ticket-Booker
(已不適用新版臺鐵訂票系統,且不再更新)台灣鐵路訂票應用程式(臺鐵 / 台鐵 / 訂單程票 / 訂來回票),基於 Selenium + PyQt4。
Stars: ✭ 26 (+52.94%)
Mutual labels:  ghost
origami
Origami: a fancy ghost theme
Stars: ✭ 22 (+29.41%)
Mutual labels:  ghost

Material design lite Ghost blog theme

Install

  1. modify /partials/disqus.hbs disqus_shortname = '' content for your disqus ID
  2. mv resource/mdlutils.js resource/tags.js to Ghost path /core/server/helpers .
  3. In the admin panel / code-injection / Blog Footer code , Don't repeat loading jQuery example:
        <script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
  1. change your footer link /partials/footer.hbs

Live Demo

MDL Customize

Pic

enteFixr image description here

Fix

2015-10-18:
Content Image (.entry-content img) : width:100%;height:auto; (图片不再飘出去了)
Fix Googleapis CDN (css.net)
Fix Disqus comment

中文说明

  1. 修改 /partials/disqus.hbs 文件的 disqus_shortname = '' 引号内,内容为 你的disqus ID.
  2. 移动文件 resource/mdlutils.js resource/tags.js 到 Ghost博客目录 /core/server/helpers 目录内.
  3. 后台管理员面板->菜单code-injection -> Blog Footer 请勿重复加载jQuery
    example:
        <script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
  1. 改变默认的footer链接内容,文件在 /partials/footer.hbs
  2. 移除 Disqus留言板 请打开post.hbs文件,移除 行57,与 行5052(ID为comments的div移除) 即可

For the Nerds

For customization, basic knowledge of the command line and the following dependencies are required to use MDL:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].