ppoffice / hexo-theme-hueman

A redesign of Alx's wordpress theme Hueman, ported to Hexo.
http://ppoffice.github.io/hexo-theme-hueman/
GNU General Public License v2.0
1.17k stars 336 forks source link

Annual Archive #240

Closed tex443 closed 5 years ago

tex443 commented 5 years ago

Hi, I am looking for a way to change the archive in the sidebar from monthly to yearly. So for example:

From: January 2017 (1) October 2018 (2) November 2018 (1)

To: 2017 (1) 2018 (3)

I downloaded hexo-generator-archive and set monthly: false. But I'm not sure if that leads to the goal. Can someone help me?

Greetings, Tex

ppoffice commented 5 years ago

@tex443 Edit this: https://github.com/ppoffice/hexo-theme-hueman/blob/master/layout/widget/archive.ejs according to this: https://hexo.io/docs/helpers#list-archives

<%- list_archives({type: 'yearly'}) %>
tex443 commented 5 years ago

What a shame. That easy. Works fine. Thanks a lot!