-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update theme style update readme
- Loading branch information
Showing
6 changed files
with
99 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,26 @@ | ||
# EverBlog | ||
A three rows layout ghost blog theme | ||
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: | ||
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 `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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,15 @@ | ||
{ | ||
"name": "EverBlog", | ||
"version": "0.2.1" | ||
} | ||
"name": "everblog", | ||
"description": "A three rows layout ghost blog theme", | ||
"version": "0.3.0", | ||
"engines": { | ||
"ghost": ">=1.0.0" | ||
}, | ||
"license": "GPL", | ||
"author": { | ||
"email": "account@lialun.io" | ||
}, | ||
"config": { | ||
"posts_per_page": 12 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters