bennyxguo / hexo-theme-obsidian

🎨 A dark Hexo theme, it's responsive, simple but elegant.
https://obsidian.tridiamond.tech/
MIT License
781 stars 108 forks source link

Update new feature #172

Closed kcn3388 closed 1 year ago

kcn3388 commented 2 years ago

===================中文========================== 增加文章自定义摘要功能。食用指南: 在文章的front-meta加入以下内容:

---
...
abstract: "" # 短摘要
abstracts: "" # 长摘要
...
---

====================English========================= Add jquery, add font-awesome, add custom abstract. You can add the following in your front-meta:

---
...
abstract: "" # short abstract
abstracts: "" # long abstract
...
---