Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sendya/material-design-lite-for-ghost
A material design lite Ghost blog theme
https://github.com/sendya/material-design-lite-for-ghost
ghost theme
Last synced: about 5 hours ago
JSON representation
A material design lite Ghost blog theme
- Host: GitHub
- URL: https://github.com/sendya/material-design-lite-for-ghost
- Owner: sendya
- Created: 2015-10-12T08:15:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-24T05:44:31.000Z (about 8 years ago)
- Last Synced: 2024-05-03T00:23:03.124Z (7 months ago)
- Topics: ghost, theme
- Language: JavaScript
- Homepage:
- Size: 658 KB
- Stars: 16
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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:```html
```4. change your footer link `/partials/footer.hbs`
[Live Demo](http://gclove.com/)
[MDL Customize](http://www.getmdl.io/customize/index.html)
#### Pic
![enteFixr image description here](https://static-2.loacg.com/open/static/ghost/images/sp161024_134109.png)#### 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:```html
```4. 改变默认的footer链接内容,文件在 `/partials/footer.hbs`
5. 移除 Disqus留言板 请打开`post.hbs`文件,移除 行`57`,与 行`50`到`52`(ID为comments的div移除) 即可
#### For the Nerds
For customization, basic knowledge of the command line and the following dependencies are required to use MDL:- MDL ([http://www.getmdl.io/](http://www.getmdl.io/))
- Node ([http://nodejs.org/](http://nodejs.org/))
- Gulp ([http://gulpjs.com/](http://gulpjs.com/))
- Bower ([http://bower.io/](http://bower.io/))
- MDLWP ([https://github.com/braginteractive/MDLWP/](https://github.com/braginteractive/MDLWP/)) Baesed