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 335 forks source link

Widget for sticky posts. #167

Closed primaryobjects closed 7 years ago

primaryobjects commented 7 years ago

Hi! I've created a widget for displaying sticky posts in the sidebar. To use this, edit the theme's _config.yml to include the sticky_posts widget:

widgets:
  - sticky_posts

Next, in any /source/_posts/post.md file, add the following variable:

sticky: 1

The value for sticky determines in what order the posts will display in the sidebar. Higher values show first, allowing you to control the sort order of sticky posts. :)