A plain theme for hexo
同时也是一个纯文字友好的Hexo主题。
喜欢的用,不喜欢就别用。
demo
screenshots capcured at 2016-05-14, ver1.0
Execute the following command under your hexo
folder.
git clone https://github.com/gaoryrt/hexo-theme-pln.git themes/pln
Then find theme
in hexo/_config.yml
, make it looks like this: theme: pln
Execute the following command to update Pln.
cd themes/pln
git pull
Execute the following command to uninstall Pln.
cd themes
rm -rf pln
You should modify hexo/themes/pln/_config.yml
file before deploy.
Always add subtitle:
to your hexo/_config.yml
file to avoid bug
请务必修改以上内容。
Here's what it looks like/means:
menu:
main: /
archives: /archives
logo: **word on the left-top end**
more:
**link title**: **link url**
rss: /rss2.xml
about:
title: **blue words fixed on the right end**
link: **url of the blue words**
disqus_shortname: **as it described, find it on your disqus site**
excerpt_num: **number of auto excerpt words**
footer_info: **black words fixed on the right end**
Issues are always welcome.
欢迎您对本项目提供和意见和建议。
(请直接提issue,或在微博上私信,一般回复时间不超过12小时)
2016-04-12
: init2016-04-13
: disqus showing same comments bug fix2016-04-13
: read more link add2016-04-13
: no-tag but icon bug fix2016-04-13
: pass theme unit test2016-04-14
: see 2016-04-12 意见和建议2016-04-17
: archives header bug fix2016-04-24
: forgot to add a css file last commit, maybe that's why nobody gives a star2016-04-25
: missing tag icon bug fix2016-04-26
: ul list unstyle bug fix2016-04-27
: add google_analytics, addgoogle_analytics: YOURTOKENHERE
inhexo/_config.yml
file to enable2016-05-01
: no subtitle layout bug fix2016-05-04
: new footer rule, .behind layout upgrade2016-05-06
: upgrade cssstyle, button filter bug fix2016-05-08
: upgrade js ?: operator,fasten loading speed, busuanzi added- ------------ VERSION 1.0 ------------
2016-05-14
: pln ver1.0, searching function is loading2016-05-15
: css -> SCSS (sass --style compressed main.scss:m.min.css
), footer wrap bug fix2016-05-27
: more pln inbehind
,busuanzi
,meta
,afterfooter
2016-05-29
:h2 > code
style bug fixed
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.