Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 45 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,53 @@
# EverBlog
A three rows layout ghost blog theme
# ORIGNAL README
A three-row Ghost blog theme, inspired from Evernote.

##Demo:
## Demo:
[http://allan.li/](http://allan.li/)

##Source:
## Source:
https://github.com/lialun/EverBlog

##Introduction:
## Introduction:
### Chinese Introduction : [http://allan.li/everblog-theme/](http://allan.li/everblog-theme/)
##Advantage
1. three rows layout,information classification clear and accurate.
2. small themes, load very fast.
3. global ajax request, response fast.
4. dark and light theme change,not dazzling in the night.
5. adaptate mobile phone.

## 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:
0. download the last release version, and `Upload a theme` in Admin System-`Design`.
1. The pic in the top left corner is the `Publication logo`, upload in the Admin System-`General`, default size 70*70px.
2. 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.
3. 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.
4. 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)

# MY README
A three-row Ghost blog theme, with evernote inspired navigation

> Forked from the original [EverBlog by lialun](https://github.com/lialun/EverBlog)

##Demos:
- [Original - Chinese - allan.li](http://allan.li)
- [Forked - English - codecaptive.com](http://codecaptive.com)

##Advantages
- Three row layout, making information classification clear and accurate
- Small theme + Global AJAX request == Fast load and response times
- End-Users can toggle between dark or light theme
- Responsive / Mobile-Friendly

##Usage:
1. The pic in the top left corner is the Blog Logo, upload in the Admin System-General, default size 70*70px.
2. Navigation list add in the Admin system-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.
3. Change Post per page much bigger(like 15),or auto load next page will be fail.
4. The blog which will auto load in the index page, is set in /partials/config.hbs,the default_post param.or leave blank will not auto load blog.
5. Highlight plugin is Prism, support css��js��bash��c��c++��c#��go��php��python��sql��groovy��http.when need highlight,just add \`\`\` and the language name,like \`\`\`java.
1. The pic in the top left corner is the Blog Logo, upload in the Admin System-General, default size 70*70px
2. Navigation list added in the Admin system-Navigation
- Tag URLs, such as "http://codecaptive.com/tag/java/"
- Blog URLs, such as "http://allan.li/sql-common-resources/"
- External URLs, such as "http://google.com/" (which open in a new tab)
3. Change your post per page count much higher (15+), or auto load next page fails.
4. The blog which will auto load in the index page, is set in /partials/config.hbs, the default_post param, or leave blank will not auto load blog.
5. Code highlighting plugin is Prism - 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)
>>>>>>> Touch up forked readme file
6 changes: 0 additions & 6 deletions assets/css/animate.min.css

This file was deleted.

Loading