This theme based on crisp theme by Kathy Qian.
该主题基于Kathy Qian的crisp主题。
- 下载文件
- 在 allofu/partials/comments.hbs 中添加你的评论服务
- 在 allofu/partials/follow.hbs 中设置你的个人信息链接图标
- 将 "allofu-ghost-theme" 文件夹添加到你的Ghost的 content/themes 文件夹中
- 从Ghost管理面板中选择主题
- Download the files
- Add your comments service in allofu/partials/comments.hbs
- Configure the follow buttons in allofu/partials/follow.hbs
- Add the "allofu-ghost-theme" folder to the content/themes directory of your Ghost installation
- Select the theme in the settings page of your Ghost admin panel
- 在 allofu/assets/css/allofu.css 中的 第89行,第160行,第200行 更改你的链接,个人信息链接图标以及文章标签的颜色
- 在 allofu/default.hbs 中的
{{ghost_foot}}
后添加你的Google Analytics - 将 “fav.ico” 添加到 allofu/assets 文件夹可修改浏览器标签小图标
- 在 allofu/default.hbs line 26 中可设置代码高亮配色方案(默认为solarized_dark)
- 更多可用的配色主题请查看highlight.js styles directory(别忘了在“.css”后缀前加上“.min”)
- Change the link, follow-icon and tag color on line 89, line 160 and line 200 in allofu/assets/css/allofu.css
- Add code for Google Analytics in allofu/default.hbs after
{{ghost_foot}}
- Add your favicon "fav.ico" to allofu/assets
- Setting your code highlight theme in allofu/default.hbs line 26 (solarized_dark by default)
- For other available styles look into the highlight.js styles directory (and don't forget to add ".min" before ".css").
<pre><code>...</code></pre>
or
<pre><code class="html">...</code></pre>
Turn to https://highlightjs.org/usage/ for more information.
前往 https://highlightjs.org/usage/ 获取更多信息。
ver 0.0.4 — Jul 30, 2017
- migrating to ghost 1.0
ver 0.0.3 — Mar 10, 2015
- replace local fonts and font-awesome
- replace prettify.js with highlight.js for easier use
ver 0.0.2 — Nov 2, 2014
- add code highlight support (google-code-prettify)
- doxy theme by default
ver 0.0.1 — Nov 2, 2014
- Initial release
- local fonts & follow-icon