Skip to content

Latest commit

 

History

History
71 lines (61 loc) · 1.15 KB

README.en.md

File metadata and controls

71 lines (61 loc) · 1.15 KB

Lengux-theme

翻译

💻 Installation

git clone https://github.com/XUSHAO11/Lengux.git
  • node>=12
  • Change the hexo root directory _config.yml
theme: Lengux
-------------
highlight:
  enable: false

Installation dependency

npm install hexo-renderer-sass
npm install hexo-generator-search

Install rss plug-in

npm install hexo-generator-feed

2、hexo root directory _config.yml added

# Extensions
plugins:
  hexo-generator-feed
#Feed Atom
feed:
  type: atom
  path: atom.xml
  limit: 20

3、在Lengux-_config.yml Add an RSS feed

rss: /atom.xml

Article title

---
# md article default
page:
  title: Hello World
  label:    # tag
  intro:    # Abstract of article
  date:     # date
  img:      # Article thumbnail
---

theme: Lengux

🎉 Features

  • Card UI design
  • Two-column layout
  • Responsive web design
  • Review (valine)
  • Typewriter effect
  • Dark pattern

✨ Contributors

yangshaoxu