imDazui / hexo-theme-pln

πŸ“ Plain theme for Hexo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hexo-theme-pln

All Contributors

πŸ‡¨πŸ‡³ δΈ­ζ–‡ πŸ–Ό screenshots

A plain, text-friendly Hexo theme

Install

  1. git clone https://github.com/gaoryrt/hexo-theme-pln.git themes/pln
  2. Modify your hexo configuration, change theme to pln.

Update

cd themes/pln && git pull

Uninstall

cd themes && rm -rf pln

Configuration

Modify your theme/pln/_config.yml file.

Got a question?

Issues are always welcomed.

How to enable site-searching

Simply use hexo-generator-search. Or change theme/pln/layout/_partial/search.ejs file using hexo search helper

How to enable Latex

brew install Pandoc
npm uninstall hexo-renderer-marked --save
npm install hexo-renderer-pandoc --save

then enable it in theme configuration.

License

MIT

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Nine

πŸ“¦ πŸ”§

Will Masters

πŸ›

ζž—ζ°΄ζΊΆ

πŸ›

Alois

πŸ›

gaoryrt

πŸ’»

About

πŸ“ Plain theme for Hexo.

License:MIT License


Languages

Language:HTML 44.2%Language:SCSS 43.2%Language:JavaScript 12.6%