MDLeom
|
d0ac052b59
|
feat: 'updated_option' config
- post.updated will be null if not set in front-matter
- https://github.com/hexojs/hexo/pull/4278
|
2020-06-23 05:27:55 +01:00 |
MDLeom
|
1a9ed39332
|
fix(config): remove unused theme config
- remove theme.nickname and theme.description
- config.subtitle and config.description should suffice
|
2020-03-09 02:35:47 +00:00 |
curben
|
ff34956550
|
feat: use page's screenshot as og:image
- Some microbrowser loads all "og:image" images before choosing one
- Now there is only one "og:image" tag and it's a screenshot of the page
- https://24ways.org/2019/microbrowsers-are-everywhere/
|
2019-12-18 02:46:39 +00:00 |
curben
|
98d2ed587e
|
fix: set language to en-GB
|
2019-10-27 03:30:36 +00:00 |
curben
|
2f062354fa
|
fix(open_graph): escape html characters in description
|
2019-10-18 03:31:47 +01:00 |
curben
|
d6cccfb940
|
fix(open_graph): remove trailing index.html from url
|
2019-10-18 02:17:59 +01:00 |
curben
|
d122f5fa6e
|
style(open_graph): move image-related function to continuous lines
|
2019-10-18 02:12:43 +01:00 |
curben
|
1b6841e9ef
|
feat(open_graph): add article:author
|
2019-10-18 02:10:57 +01:00 |
curben
|
b545b38c1e
|
feat(open_graph): remove duplicate twitter tags
- https://developer.twitter.com/en/docs/tweets/optimize-with-cards/overview/markup
- prioritise site.config than theme.config
|
2019-10-18 02:04:31 +01:00 |
curben
|
07b342bb27
|
feat(open_graph): replace keywords with article:tag
- https://yoast.com/meta-keywords/
- add date-related tags to all pages
|
2019-10-18 01:53:01 +01:00 |
curben
|
14c57d7009
|
fix: move scripts to theme
- portability
|
2019-10-06 10:52:28 +01:00 |