D0n9X1n / hexo-blog-encrypt

Yet, just another hexo plugin for security.
https://www.npmjs.com/package/hexo-blog-encrypt
MIT License
971 stars 101 forks source link

feat: Also replace abstract in template. #113

Closed Losses closed 4 years ago

Losses commented 4 years ago

So visitors could preview the content if proper template is configured.

D0n9X1n commented 4 years ago

abstract usually show on the blog list page theme. The encrypted part only means to replace the origin blog content, we won't add a abstract to content and this should be done by theme not plugin.

You can fork a branch to fit your theme, but we won't merge this.

Thanks anyway.