Skip to content

mouyase/hexo-theme-lous

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

1 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Lous

license hexo-version node-version prs-welcome

Lous, a minimalist theme for Hexo. Its' name comes from a chinese poem written by Liu Yuxi.

โŒˆๆ–ฏๆ˜ฏ้™‹ๅฎค๏ผŒๆƒŸๅพๅพท้ฆจโŒ‹

The sentence means that though the house is shabby, my virtue makes it shining.

You can see the preview here.

Installation

You can install it via git:

$ git clone https://github.com/liuxiaotian/hexo-theme-lous themes/lous

Configuration

Create a _config.lous.yml in the root directory of your hexo site.

favicon: images/avatar.png

menu:
  Home: /
  About: about

copyright:
  name: yourname

license:
  name: CC-BY-NC-SA 4.0
  url: https://creativecommons.org/licenses/by-nc-sa/4.0/

rss:
  path: atom.xml

mathjax:
  enable: false

katex:
  enable: true

utterances:
  enable: true
  repo: owner/repo
  issueTerm: pathname
  theme: github-light

analytics:
  enable: true
  gtag: G-XXXXXXXXXXXX

RSS

RSS need to install plugin hexo-generator-feed, please refer to hexo-generator-feed.

Comment

Use utterances as the comment system.

Highlight

Enable it in _config.yml:

highlight:
  enable: true
  line_number: false
  auto_detect: false
  tab_replace: ''
  wrap: false
  hljs: true

About

๐Ÿ’Ž A minimalist theme for Hexo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Stylus 58.5%
  • EJS 41.5%