Julian Ćwirko
af4eb483be
|
10 years ago | |
---|---|---|
assets | 10 years ago | |
partials | 10 years ago | |
.gitignore | 10 years ago | |
Gruntfile.js | 10 years ago | |
LICENSE | 10 years ago | |
README.md | 10 years ago | |
author.hbs | 10 years ago | |
default.hbs | 10 years ago | |
index.hbs | 10 years ago | |
package.json | 10 years ago | |
page.hbs | 10 years ago | |
post.hbs | 10 years ago | |
tag.hbs | 10 years ago |
README.md
abc Ghost Theme
Demo:
abc theme is a free open source Ghost theme (MIT license). You can use it as you like. If you want you can show me what you have build on it.
Blog post about ABC theme:
Ghost theming with Zurb Foundation and SCSS
Main features
- Zurb Foundation 5 framework read more
- Scss (Sass) workflow read more
- Code highlighter read more
- Font icons read more
- Post covers read more
- Video, SoundCloud embeding read more
- Clean text formating read more
You can download it from the GitHub repository: https://github.com/juliancwirko/abc If you like it consider starring it on GitHub :)
I encourage you to check out my other themes on ThemeForest. Here is a link to my portfolio page: http://themeforest.net/user/pxThemes/portfolio or check pxThemes website here: pxt.be
You can contact me through Twitter @juliancwirko
Your feedback will be very appreciated. You can also send feature requests by opening issues on GitHub. https://github.com/juliancwirko/abc/issues
Thanks!
Compiling Sass
You can use Grunt and Node Sass. Just cd into theme folder and run npm install
(with 'sudo' if you're on Ubuntu like linux) and then grunt
to compile scss file and also 'watch for changes'.
You can see Gruntfile.js for configuration changes. You can also play with other Grunt tasks here.
Of course if you want you can still use Ruby version. Just go to assets folder and run scss --watch scss:css
But I think that Libsass/Node version is much faster.
Changelog
1.3.1 (01.02.2015)
- tag page image covers (Ghost 0.5.8 adjustments)
- Foundation update
1.3.0 (05.01.2015)
- simple Grunt tasks added - Sass compile and watch..
1.2.1 (14.12.2014)
- Foundation update (5.5.0)
1.2.0 (20.11.2014)
- remove NiceScroll
- add SmoothScroll
- small fixes
1.1.2 (01.11.2014)
- Foundation update (5.4.7)
- small fixes
1.1.1 (26.10.2014)
- NiceScroll update
1.1.0 (25.10.2014)
- Ghost 0.5.3 ready
- custom Open Graph tags removed (in Ghost 0.5.3 you have better default ones)
- removed unused imagesloaded script
- post headers color fix
License
MIT