A three-row Ghost blog theme, inspired from Evernote.
https://github.com/lialun/EverBlog
Chinese Introduction : http://allan.li/everblog-theme/
- Three rows layout,make information classification clear and accurate.
- Small theme & Global AJAX request.
- Dark or light theme toggle.
- Mobile-Friendly.
- download the last release version, and
Upload a theme
in Admin System-Design
. - The pic in the top left corner is the
Publication logo
, upload in the Admin System-General
, default size 70*70px. - Navigation list add in the Admin system-
Design
-Navigation
.
You can add Tag URL which can be found in the Admin system-Tags, like "http://allan.li/tag/java/".
You can add Blog URL, like "http://allan.li/sql-common-resources/".
You can also add external URL, like "http://google.com/", it will open in new tab. - Open mainpage will auto load "/welcome/" blog, if don't have that blog right area will leave blank.You can change the default open blog URL in /partials/config.hbs.
- Code highlighting plugin is Prism, support supports: css, js, bash, c, c++, c#, go, php, python, sql, groovy, http. To highlight, use markdown code-block (three ticks) and the language name: (```javascript)