All Projects → blleng → Hexo Theme Lx

blleng / Hexo Theme Lx

Licence: mit
👉 A simple & clear & elegant Hexo theme. 🔭🔭Lx——一款简洁、美观的Hexo博客主题。

Programming Languages

stylus
462 projects

Projects that are alternatives of or similar to Hexo Theme Lx

Yinwang
Blog Theme For Hexo
Stars: ✭ 133 (-7.64%)
Mutual labels:  hexo, hexo-theme, blog-theme
Hexo Theme Shana
what's a cool hexo theme!
Stars: ✭ 166 (+15.28%)
Mutual labels:  hexo, hexo-theme, blog-theme
frame
Frame is a minimal, elegant hexo theme.
Stars: ✭ 50 (-65.28%)
Mutual labels:  hexo, blog-theme, hexo-theme
Hexo Theme Overdose
⚠ Caution: you could be overdosed with this theme.
Stars: ✭ 137 (-4.86%)
Mutual labels:  hexo, hexo-theme, blog-theme
Hexo Theme Pure
Hexo theme pure. It's a pure theme for Hexo.
Stars: ✭ 751 (+421.53%)
Mutual labels:  hexo, hexo-theme, blog-theme
Hexo Theme Tranquilpeak
💄 A gorgeous responsive theme for Hexo blog framework
Stars: ✭ 1,740 (+1108.33%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Believe
A simple theme for hexo Sample:
Stars: ✭ 86 (-40.28%)
Mutual labels:  hexo, hexo-theme
Flex Block
一个基于Hexo的主题
Stars: ✭ 133 (-7.64%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Aloha
A hexo theme, use semantic ui.
Stars: ✭ 68 (-52.78%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Oranges
🍊A simple hexo theme of minimalism
Stars: ✭ 95 (-34.03%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Doku
📜 Doku, a Hexo theme designed for writing documents.
Stars: ✭ 101 (-29.86%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Webstack
A hexo theme based on webstack. | 一个基于webstack的hexo主题。
Stars: ✭ 86 (-40.28%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Even
🚀 A super concise theme for Hexo
Stars: ✭ 1,244 (+763.89%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Melody
🎹A simple & beautiful & fast theme for Hexo.
Stars: ✭ 1,306 (+806.94%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Archer
🏹 A smart and modern theme for Hexo.
Stars: ✭ 1,163 (+707.64%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Vateral
😘hexo单页面主题:Vateral(a theme for hexo)
Stars: ✭ 133 (-7.64%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Ylion
😊 说不定是一个让你感到惊喜的hexo主题 🍻 🍬
Stars: ✭ 110 (-23.61%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Primer
The github style (primer) for Hexo theme.
Stars: ✭ 117 (-18.75%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Aomori
A Hexo Theme. Hexo 博客主题
Stars: ✭ 122 (-15.28%)
Mutual labels:  hexo, hexo-theme
Hexo Theme Hueman
A redesign of Alx's wordpress theme Hueman, ported to Hexo.
Stars: ✭ 1,119 (+677.08%)
Mutual labels:  hexo, hexo-theme
logo

Hexo-Theme-Lx

Github Release Github License

If you like the theme, please give me star.

Languages: English | 中文

Live Demo: https://lx.js.org

THE SUBDOMAIN IS PROVIDED BY JS.ORG

Telegram: https://t.me/themelx

Any problem: issue

The latest release

V0.3.9

  • Comment area improved
  • Segment spacing improved

Usage

The stable version

https://github.com/blleng/hexo-theme-lx/releases

Unzip the file and rename it as lx. Put it under themes

Don't use V0.3.3 and V0.3.5!!

Latest version

At theme blog root dir:

$ git clone https://github.com/blleng/hexo-theme-lx themes/lx

This version is under development and it may have bugs.

Apply

Edit _config.yml:

theme: lx

Features

The description here is not complete. You should read the comment in themes/lx/_config.yml

Analytics

lx use Baidu and Google as analytics.

Usage:

Edit themes/lx/_config.yml:

google_analytics: ... ##Google analytics ID
baidu_analytics: ... ##Baidu analytics ID

Local search

  1. Install the hexo-generator-searchdb:

At the blog root dir:

$ npm install hexo-generator-searchdb -s
  1. Edit themes/lx/_config.yml:
local_search:
  enable: true

More features in themes/lx/_config.yml

Comment

lx use valine as comment system. The official site: https://valine.js.org

Usage:

Edit themes/lx/_config.yml:

comment:
  enable: true
  appid: ... #leancloud appid
  appkey: ... #leancloud appkey
  notify: false
  verify: false
  placeholder: Say something #placeholder
  avatar: identicon #the guest avatar
  guest_info: nick,mail,link #optional choice
  pageSize: 10
  language: en

In the page front-matter: comment: true

---
date: ...
title: ...
categories: ...
tags: ...
comment: true //use comment in this page
mathjax: ...
---

You should create an application in Leancloud to get appid and appkey.

Social links

Edit the themes/_config.yml

social:
  enable: true
  links:
    Github:  //the name of the link
      icon: gihub //font-awesmome icon
      link: ... //link

Mathjax

Support Mathematical formulas and chemical equations

Usage:

Editthemes/lx/_config.yml:

mathjax:
  enable: true
  cdn: //cdn.bootcss.com/mathjax/2.7.5/latest.js?config=TeX-MML-AM_SVG

In the page front-matter: mathjax: true

---
date: ...
title: ...
categories: ...
tags: ...
comment: ...
mathjax: true //use Mathjax in this page
---

Font

font:
  enable: true
  host: //fonts.googleapis.com
  codes: ##the font of codes
    enable: true
    family: Fira Code
  else:
    enable: false
    family: 

Style

Excerpt

the content before <!--more--> will be showed at the home page.

Note tag

options: defaultinfoprimarysuccesswarningdanger

eg:

{%note default%}
### title
content
{%endnote%}

Label tag

options: defaultinfoprimarysuccesswarningdanger

eg:

{%label [email protected]%}

Button tag

buttion:

{%btn url,content,hand-o-right fa-fw,title%}

options: url content hand-o-right fa-fw fa-fw title

center-quote tag

eg:

{%cq%}
人类的悲欢并不相通,我只觉得他们吵闹。<br><strong>——鲁迅</strong>
{%endcq%}

video tag

eg:

{% video url %}

options: url

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].