All Projects → SuperKieran → Tkl

SuperKieran / Tkl

Licence: apache-2.0
Hexo Theme

Projects that are alternatives of or similar to Tkl

Hexo Theme Yilia Plus
一个简洁优雅的hexo主题 A simple and elegant theme for hexo.
Stars: ✭ 462 (-19.51%)
Mutual labels:  hexo
Hexo Theme Icarus
A simple, delicate, and modern theme for the static site generator Hexo.
Stars: ✭ 5,045 (+778.92%)
Mutual labels:  hexo
Hexo Theme Vexo
🍟 Vexo is a Hexo theme inspired by Vue's official website.
Stars: ✭ 546 (-4.88%)
Mutual labels:  hexo
Hexo Theme Yun
☁️ A fast & light & lovely theme for Hexo. 一个对可爱自以为是的 Hexo 主题。
Stars: ✭ 477 (-16.9%)
Mutual labels:  hexo
Hexo Theme Suka
🎨Modern, powerful and simple theme for Hexo.
Stars: ✭ 487 (-15.16%)
Mutual labels:  hexo
Hacker
❤️ A simple theme for Hexo
Stars: ✭ 501 (-12.72%)
Mutual labels:  hexo
Hexo Theme Obsidian
🎨 A dark Hexo theme, it's responsive, simple but elegant.
Stars: ✭ 448 (-21.95%)
Mutual labels:  hexo
Hexo Theme Anatole
A white and simple Hexo theme, originated from a Farbox theme
Stars: ✭ 562 (-2.09%)
Mutual labels:  hexo
Hexo Theme Skapp
The hexo flat design theme(扁平化简约主题)
Stars: ✭ 490 (-14.63%)
Mutual labels:  hexo
Hexo Theme Chic
An elegant, powerful, easy-to-read Hexo theme.
Stars: ✭ 539 (-6.1%)
Mutual labels:  hexo
Hexo Theme Inside
🌈 SPA, Flat and clean theme for Hexo.
Stars: ✭ 480 (-16.38%)
Mutual labels:  hexo
Hexo Theme Keep
🌈 A simple and elegant theme for Hexo. It makes you more focused on writing.
Stars: ✭ 483 (-15.85%)
Mutual labels:  hexo
Landscape Plus
针对中国大陆地区对hexo官方主题landscape进行优化。
Stars: ✭ 503 (-12.37%)
Mutual labels:  hexo
Awesome Hexo
A curated list of awesome things related to Hexo
Stars: ✭ 466 (-18.82%)
Mutual labels:  hexo
Hexo Theme Wikitten
A theme of Hexo for personal wiki which seems like Wikitten style.
Stars: ✭ 548 (-4.53%)
Mutual labels:  hexo
Disqusjs
💬 Render Disqus comments in Mainland China using Disqus API
Stars: ✭ 455 (-20.73%)
Mutual labels:  hexo
Huno
A responsible theme for Hexo
Stars: ✭ 500 (-12.89%)
Mutual labels:  hexo
Site
The website for Hexo.
Stars: ✭ 572 (-0.35%)
Mutual labels:  hexo
Hexo Tag Aplayer
Embed aplayer in Hexo posts/pages
Stars: ✭ 552 (-3.83%)
Mutual labels:  hexo
Hexo Theme One
hexo单页面炫酷主题
Stars: ✭ 522 (-9.06%)
Mutual labels:  hexo

TKL

TKL is a responsive design theme for Hexo. Demo| Kieran's Blog

Install

Execute the following command and modify theme in _config.yml to TKL.

git clone https://github.com/SuperKieran/TKL.git

Update

Execute the following command to update TKL.

cd themes/TKL
git pull

Config

Theme_config.yml

cover: /img/bg_img.jpg
logo: /img/logo.png
top_saying:
- title: YOU'VE MADE A <span>BRAVE</span> DECISION, WELCOME.
- content: 每一个不曾起舞的日子都是对生命的辜负。
bottom_saying: 虽然还没想好写点什么,但是总觉得这里放句话比较和谐。
  
excerpt_link: Read More
  
rss: /atom.xml
  
highlightjs: vs

works:
- works_name: XXX1
  works_url: /
- works_name: XXX2
  works_url: /
  
duoshuo: duoshuo_name
  
github: https://github.com/
twitter: https://twitter.com/
facebook: https://www.facebook.com/
google:  https://google.com/
weibo: http://weibo.com/
  
timeline:
- num: 1
  word: 2014/06/12-Start xxx
- num: 2
  word: 2014/11/29-Start bbb
- num: 3
  word: 2015/02/18-Start ddd
- num: 4
  word: ...
  
links:
- name: Kieran
  link: http://go.kieran.top/
- name: Name
  link: http://domain.com/

# Local search
# Dependencies: https://github.com/flashlab/hexo-generator-search
local_search:
  enable: true
# if auto, trigger search by changing input
# if manual, trigger search by pressing enter key or search button
  trigger: auto
# show top n results per article, show all results by setting to -1
  top_n_per_article: 2

Hexo_config.yml

change some code to enable archives page

# Archives
## 2: Enable pagination
## 1: Disable pagination
## 0: Fully Disable
archive: 1
category: 1
tag: 1

Enable Seach Install hexo plugin at first: hexo-generator-search-zip

search:
  path: search.json
  zipPath: search.zip
  versionPath: searchVersion.txt
  field: post

Icon

Seclet icon which you like in\TKL\source\css\iconList.css

Screen

Show

Content

Others

If you like this theme, Fork && Star. Come on.

Share Your Blog

Write your blog here -> https://github.com/SuperKieran/TKL/issues/54

Wechat Group

如何加入 TKL 微信交流群? 先加上面机器人为好友,然后发送 “TKL” 关键字,自动邀请进群

Bug

2018年12月13日: 最新版 hexo 会自动补上闭合标签,如果出现顶部导航栏没有显示的情况,可以安装旧版本解决,安装命令 npm i [email protected] --save

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].