Skip to content

shincurry/hexo-theme-newsprint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hexo-theme-newsprint

Hexo 印刷风格主题,这套主题适合于主要为中文、日文内容的网站。

配置

换用 markdown-it

npm un hexo-renderer-marked --save
npm i hexo-renderer-markdown-it --save

推荐配置 _config.yaml(是 hexo 配置不是 theme 的配置)

# Markdown-it config
## Docs: https://github.com/celsomiranda/hexo-renderer-markdown-it/wiki
markdown:
  render:
    html: true
    linkify: true
  plugins:
    - markdown-it-footnote

第三方引用参考

Releases

No releases published

Packages

No packages published