Skip to content

Instantly share code, notes, and snippets.

@aerohub
Created August 2, 2016 13:06
Show Gist options
  • Save aerohub/0a1f0f2927b4d3dafc385f3cce078db6 to your computer and use it in GitHub Desktop.
Save aerohub/0a1f0f2927b4d3dafc385f3cce078db6 to your computer and use it in GitHub Desktop.
hexo custom collection
Yes, you can achieve this without getting your hands dirty. Just add the actors in the front matter of any posts:
actors:
- Brad
- Matt
Then you can add post.actors to your theme, exactly the same as the default post.tags.
With the official theme landscape, just modify layout/article.ejs.
If you want to list all the actors of all the posts, you should check HEXO/lib/plugins/helper/list.js. It's not hard to implement a list_actors().
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment