Commit Graph

89 Commits

Author SHA1 Message Date
ppoffice 670f314229
feat(layout): show post update time 2020-08-16 00:18:41 -04:00
ppoffice cccaa5ccf7
chore(i18n): update translations 2020-08-16 00:18:00 -04:00
ppoffice f4a2748160
fix(layout): allow readme to use custom link 2020-08-15 21:57:12 -04:00
ppoffice 03567e402b
chore(layout): remove page keywords in open graph 2020-08-14 12:42:28 -04:00
ppoffice f046c8cd19
feat(*): support for Hexo 5.0 2020-08-14 12:14:46 -04:00
ppoffice 4e61b55589 chore(style): make article tags normal case 2020-05-24 11:16:23 -04:00
zapzqc 6784352301 feat(author):add author if exists 2020-05-05 07:46:33 +08:00
ppoffice fa691d90c0 fix(layout): nullable open graph & structure data 2020-04-17 12:29:38 -04:00
ppoffice 6a1425b12c fix(layout): open graph url & images not set 2020-04-14 11:36:39 -04:00
ppoffice e6118c71f0 fix(style): move font cdn setting back to layout
so that we can set different font cdn providers per page/post.
2020-04-12 21:06:49 -04:00
ppoffice 83bf328f72 fix(layout): meta tag fixes 2020-04-03 10:04:38 -04:00
ppoffice 91a41e0077 chore: merge changes from master branch 2020-04-02 10:58:35 -04:00
ppoffice acde2ef06d fix(layout): don't localize date in index pages 2020-03-18 00:30:08 -04:00
ppoffice 46acd4fae9 feat(style): make theme variant configurable 2020-03-09 23:03:38 -04:00
ppoffice c84710bc3d chore: minor refactors and dep update 2020-03-09 02:44:42 -04:00
ppoffice 43898dd3d4 chore: migrate to hexo-component-inferno 0.1.1 2020-03-08 13:09:48 -04:00
ppoffice fe70756366 refactor(*): use hexo-component-inferno 2020-01-22 23:07:43 -05:00
iMaeGoo 8aba483fa5 fix(plugin): remove visitor counter from article list (#600)
In article list page, visitor counts for articles is incorrect.
2020-01-14 11:15:27 -05:00
ppoffice 4b1728e696 fix(donate): rename donate to donates in config 2020-01-08 01:14:58 -05:00
ppoffice c0a4f7e335 fix(widget): no shadow right col if no right col 2020-01-04 00:54:22 -05:00
ppoffice 4b899bb38a refactor(style): minor style fixes and improve 2020-01-04 00:32:07 -05:00
ppoffice ae6161ac09 refactor(styles): organize stylus & style fixes 2019-12-29 01:07:07 -05:00
ppoffice c0e2cb1a9b chore(*): rewrite cdn helper & bug fixes 2019-12-26 21:07:35 -05:00
ppoffice 48fd263ea5 feat(layout): add structured data support 2019-12-26 13:21:11 -05:00
ppoffice ea66ff939d feat(layout): add adsense widget 2019-12-26 12:02:07 -05:00
ppoffice dd09bbe55b feat(config): support layout specific config 2019-12-26 11:27:36 -05:00
ppoffice 46530f3c4e refactor(schema): add schema default value gen 2019-12-25 00:35:34 -05:00
ppoffice 9e08b5c4fe refactor: rename images folder 2019-12-24 20:36:30 -05:00
ppoffice cbb5bcb992 refactor(schema): all specs to schema 2019-12-24 20:24:34 -05:00
ppoffice bb8d05bbed refactor(schema): specs to schema 2019-12-24 18:05:37 -05:00
ppoffice f1e22741df fix(*): layout fixes & use peer deps & del cheerio 2019-12-24 12:28:50 -05:00
ppoffice ade254e66e refactor(*): all layout to jsx & rename dirs 2019-12-24 00:36:39 -05:00
ppoffice 4234234c6c refactor(script): remove unused hexo helpers 2019-12-23 17:35:21 -05:00
ppoffice 8e88905c48 refactor(layout): all layout files to jsx 2019-12-23 17:11:22 -05:00
ppoffice 2dae089370 refactor(layout): article to jsx 2019-12-23 16:18:59 -05:00
ppoffice 467636b50a refactor(layout): common layout comps to jsx 2019-12-23 01:49:48 -05:00
ppoffice ca1e73a4cf fix(layout): no external links on anchor links 2019-12-20 18:33:15 -05:00
ppoffice f5185d52d0 fix(perf): process external links in frontend 2019-12-20 18:05:36 -05:00
ppoffice 958138f214 feat(layout): performance boost via fragment cache 2019-08-16 01:03:19 -04:00
ppoffice 7326878b41 fix(*): fix oom by removing meta generator 2019-08-15 00:05:21 -04:00
ppoffice ede5d0bc5d feat(layout): code block style fix and add folding 2019-08-12 23:41:41 -04:00
ppoffice 3cd4b5dc47 feat(config): make meta global configurable 2019-07-03 23:54:26 -04:00
Eden Tsai 604485fd6f Update links to HTTPS and fix broken links (#456)
* Update links to HTTPS

* Fix broken links
2019-04-27 21:47:37 -04:00
Liyang Zhang d674e6b61c Update layout/head.ejs, improve og image supoort (#440) 2019-03-27 15:33:52 -04:00
Russ Hammett 0a35069a8b Simple canonical link provided via `canonical_url` within front matter (#436)
- #435
2019-03-19 11:35:02 -04:00
ppoffice 4d21835ca6 fix(layout): use thumbnail image as open graph image 2019-03-18 19:06:53 -04:00
ppoffice d80f3e4f27 chore(*): improve busuanzi counter & add mathjax inline math config 2019-02-02 12:21:30 -05:00
Susreal Zhao 7c359ba5ae Show PV/UV of blog and PV of each article (#405)
Show PV/UV of blog and PV of each article
2019-02-01 11:04:39 -05:00
Leonid Zolotarev cad64ed5a2 Open Icarus page in a new tab (#402) 2019-01-30 20:29:36 -05:00
ppoffice b913e648f3 feat(plugin): add donate buttons 2018-12-23 15:12:01 -05:00