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

Add application/ld+json to posts and pages #244

Closed marcofranssen closed 5 years ago

marcofranssen commented 5 years ago

This PR adds a new feature to the theme to include https://jsonld.com/blog-post/ to every blogpost and page.

ppoffice commented 5 years ago

@marcofranssen I saw you hard-coded author name in the script. Could you please replace it with <%= author %>? Also, I'm not sure if every post has post.update and post.title. Maybe we should wrap those two lines with if.

marcofranssen commented 5 years ago

Updated the PR, one question though! How do I get rid of the whitelines when the if is evaluated false?

ppoffice commented 5 years ago

@marcofranssen You probably can construct the JSON data as a whole and print it out. Or use some minifier.