All Projects → Showfom → Affinity

Showfom / Affinity

Licence: mit
Affinity is a clean, minimal, modern theme that focus on content for Ghost.

Projects that are alternatives of or similar to Affinity

Ghosttheme Stockholm
👻 📝 ✨ Clean Ghost theme with advanced features & customization.
Stars: ✭ 67 (-49.24%)
Mutual labels:  ghost, ghost-theme
Gatsby Theme Try Ghost
A Gatsby theme to build flaring fast blogs from headless Ghost CMS
Stars: ✭ 88 (-33.33%)
Mutual labels:  ghost, ghost-theme
Simply
Theme for Ghost inspired in Medium
Stars: ✭ 336 (+154.55%)
Mutual labels:  ghost, ghost-theme
biron-ghost-theme
Biron Free Ghost Theme
Stars: ✭ 43 (-67.42%)
Mutual labels:  ghost, ghost-theme
Cusca
A ghost theme
Stars: ✭ 42 (-68.18%)
Mutual labels:  ghost, ghost-theme
Ghost Theme Kaldorei
🎨 A Simple And Elegant Ghost Theme Derive From Default Theme Casper
Stars: ✭ 273 (+106.82%)
Mutual labels:  ghost, ghost-theme
Ghost Phantom
Phantom theme for Ghost
Stars: ✭ 440 (+233.33%)
Mutual labels:  ghost, ghost-theme
Tribeca
A free theme for Ghost
Stars: ✭ 15 (-88.64%)
Mutual labels:  ghost, ghost-theme
Ghost Matery2
这是又一个采用Material Design和响应式设计的漂亮、简洁且基于Ghost博客的新主题
Stars: ✭ 87 (-34.09%)
Mutual labels:  ghost, ghost-theme
Liebling
Beautiful and clean Ghost theme that is easy and comfortable to use. To get the latest version please head over the releases page 👉🏼
Stars: ✭ 792 (+500%)
Mutual labels:  ghost, ghost-theme
Dope
A unique tag-based theme for Ghost
Stars: ✭ 44 (-66.67%)
Mutual labels:  ghost, ghost-theme
Ghost Theme Moegi
An elegant & fresh ghost theme.
Stars: ✭ 101 (-23.48%)
Mutual labels:  ghost, ghost-theme
smart
A theme for the open source Ghost CMS.
Stars: ✭ 23 (-82.58%)
Mutual labels:  ghost, ghost-theme
Caffeine Theme
A minimalist, Material Design inspired Ghost Theme for optimal desktop and mobile experiences
Stars: ✭ 300 (+127.27%)
Mutual labels:  ghost, ghost-theme
nomore
A minimal theme for Ghost Blog.
Stars: ✭ 18 (-86.36%)
Mutual labels:  ghost, ghost-theme
Gatsby Casper
A Casper blog starter for Gatsby
Stars: ✭ 375 (+184.09%)
Mutual labels:  ghost, ghost-theme
whisper
Whisper Ghost Theme
Stars: ✭ 47 (-64.39%)
Mutual labels:  ghost, ghost-theme
clean
clean是一个简洁清新的ghost博客现代主题 https://www.imcaviare.com
Stars: ✭ 14 (-89.39%)
Mutual labels:  ghost, ghost-theme
Mapache
You can use the theme Mapache for ghost in: Blog - Magazine - Landing page - Personal page - Photographers. and in many other things
Stars: ✭ 477 (+261.36%)
Mutual labels:  ghost, ghost-theme
Masonry Ghost Theme
Theme for Ghost blogging engine
Stars: ✭ 48 (-63.64%)
Mutual labels:  ghost, ghost-theme

Getting Started

Affinity is a clean, minimal, modern theme that focus on content for Ghost.

Affinity it is 100% responsive, that means it fits with all different kind of devices in different sizes.

Affinity is compiled with ToC (table of contents) and pagination without any Ghost apps.

Install Manually

Download the compiled and minified ZIP file here or here.

Unpack and upload the full folder affinity to /your/path/to/ghost/content/themes

Or

Simple upload the affinity.zip on http(s)://example.com/ghost/settings/general/

Active it

Source & Credit

JavaScript / Jquery

CSS Framework

Author

Browser support

  • Chrome (last 4)
  • Microsoft Edge (last 4)
  • Firefox (last 4)
  • Safari (last 4)
  • Opera (last 4)
  • Internet Explorer 10+

Screenshots

Desktop

iPad

Mobile

Live Demo

N/A

Getting Support

Feel free to post a new Github issue or leave comments on https://sb.sb/ghost-theme-affinity/

Tips

Blog logo

Go to http(s)://example.com/ghost/settings/general/ and upload your logo

Favicon

Replace your favicon.ico with /your/path/to/ghost/content/themes/affinity/favicon.ico

Comments

We recommend use Isso (self-hosted) or Disqus (third-party) or similar services, it's your own choice, Affinity is only compiled with Isso

The simplest way is insert your JS code to /your/path/to/ghost/content/themes/affinity/post.hbs

under

<div class="content-post-comments">
    <div class="btn btn-primary btn-block">Post your comments here</a></div>
</div>

ToC (table of contents) / Pagination

We use jQuery, you don't need to change anything else.

License

We publish Affinity under MIT License

Changelog

v1.4.0 - Compatible with Ghost 1.0.2, for users who are still using Ghost <= 0.11.0, please use v1.2.0 instead.

v1.2.0 - Bug fix.

v1.0.0 - First public release.

中文说明

Affinity 是一款免费小清新的 Ghost 响应式博客主题,由烧饼博客制作

Affinity 采用 jQuery 实现了章节目录和首页分页功能,不需要任何的 Ghost 插件

安装教程

这里下载最新打包 .zip 版本或在这里获取所有的发布版本

解压 zip 文件,然后上传 affinity 目录到 Ghost 的 themes 文件夹,如 /your/path/to/ghost/content/themes

或者直接把 affinity.zip 上传到 Ghost 后台,如 http(s)://example.com/ghost/settings/general/

然后激活即可

JS 框架

JavaScript / Jquery

CSS 框架

作者

浏览器支持

  • Chrome (last 4)
  • Microsoft Edge (last 4)
  • Firefox (last 4)
  • Safari (last 4)
  • Opera (last 4)
  • Internet Explorer 10+

截图预览

桌面浏览器

iPad

手机

在线演示

暂无

获取支持

如有疑问,可以直接提交 Github issue 或者在烧饼博客留言

小技巧

左上方 Logo

进入 Ghost 后台 http(s)://example.com/ghost/settings/general/ 上传 Logo 即可

Favicon

替换 favicon.ico/your/path/to/ghost/content/themes/affinity/favicon.ico

评论

推荐使用 Isso (自己搭建) 或 Disqus (第三方) 等相关服务, Affinity 目前只适配了 Isso 的风格

直接引用你的评论 JS 代码到 /your/path/to/ghost/content/themes/affinity/post.hbs

<div class="content-post-comments">
    <div class="btn btn-primary btn-block">Post your comments here</a></div>
</div>

这段 HTML 下方即可

章节目录 (table of contents) / 首页分页

我们使用 jQuery 实现,不需要装任何第三方 Ghost 插件

版权声明

Affinity 采用 MIT License 发布

发布日志

v1.4.0 - 兼容 Ghost 1.0.2 使用 0.11.0 及以下版本的用户请勿升级

v1.2.0 - 修复 Bug

v1.0.0 - 首次公开发布主题

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].