ppoffice / hexo-theme-minos

A simple and retro styled Hexo theme, concentrated more on your ideas.
http://ppoffice.github.io/hexo-theme-minos
MIT License
764 stars 203 forks source link

I Can't use Tag Plugin #113

Closed LeiWang1999 closed 4 years ago

LeiWang1999 commented 4 years ago

Actually I wanna archive such effect: Show Image on excerpt I saw your solutions in here : https://blog.zhangruipeng.me/hexo-theme-minos/Using-Hexo-Tag-Plugins-in-Minos/ But i cann't use every tag plugins! Error like this:

Unhandled rejection Nunjucks Error: [Line 2, Column 4] unknown block tag: centerquote

ppoffice commented 4 years ago

@LeiWang1999 There's no tag plugin called centerquote

LeiWang1999 commented 4 years ago

Oh! Thank u, That tag plugin can only be used in NexT theme, But i wanna show image in article, use sentence below: ![](http://leiblog.wang/static/image/2020/6/mountain.jpg) <img src="http://leiblog.wang/static/image/2020/6/mountain.jpg"></img> It cannot be shown in home excerpt, I search some solutions include {% asset_img"http://leiblog.wang/static/image/2020/6/mountain.jpg" banner %} But it does'nt even work in markdown!

LeiWang1999 commented 4 years ago

My intuition says it is because excerpt uses a different page generation process than the normal post. Can you tell me how you used the excerpt in your Demo page, I tried the another auto-excerpt plugin.

ppoffice commented 4 years ago

@LeiWang1999 https://hexo.io/docs/tag-plugins#Post-Excerpt https://raw.githubusercontent.com/ppoffice/hexo-theme-minos/site/source/_posts/Configuring-Minos.md

LeiWang1999 commented 4 years ago

@ppoffice Awesome! Thank u very much!