Skip to content

lialun/EverBlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EverBlog

A three-row Ghost blog theme, inspired from Evernote.

Demo:

http:https://allan.li/

Source:

https://github.com/lialun/EverBlog

Introduction:

Advantage

  1. Three rows layout,make information classification clear and accurate.
  2. Small theme & Global AJAX request.
  3. Dark or light theme toggle.
  4. Mobile-Friendly.

Usage:

  1. download the last release version, and Upload a theme in Admin System-Design.
  2. The pic in the top left corner is the Publication logo, upload in the Admin System-General, default size 70*70px.
  3. 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:https://allan.li/tag/java/".
    You can add Blog URL, like "http:https://allan.li/sql-common-resources/".
    You can also add external URL, like "http:https://google.com/", it will open in new tab.
  4. 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.
  5. 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)