Created
August 2, 2016 13:06
-
-
Save aerohub/0a1f0f2927b4d3dafc385f3cce078db6 to your computer and use it in GitHub Desktop.
hexo custom collection
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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