Commit Graph

234 Commits

Author SHA1 Message Date
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
isAlive 296e4589d3 fix(profile.js):social_links url (#597)
* fix(profile.js):socialLinks url
2020-01-12 14:54:04 -05:00
iMaeGoo 26803f3807 fix(widget): incorrect links href (#592)
Recommendation links should link to correct URL.
2020-01-10 11:36:55 -05:00
ppoffice de5746c2cd Merge branch 'dev' of https://github.com/ppoffice/hexo-theme-icarus into dev 2020-01-08 01:20:54 -05:00
iMaeGoo 64b0e5624d fix(widget): subscription description layout issue (#588) 2020-01-08 01:20:38 -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 dfccd95d49 chore(static): update js assets for eslint 2019-12-26 00:41:50 -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 44b3603384 refactor(schema): add comment schemas 2019-12-24 14:16:42 -05:00
ppoffice f1e22741df fix(*): layout fixes & use peer deps & del cheerio 2019-12-24 12:28:50 -05:00
ppoffice 8435454bb3 fix(layout): minor layout fixes 2019-12-24 11:12:08 -05:00
心谭 80cba89833 fix(cdn): default valine cdn response is slow and unstable (#574) 2019-12-24 09:04:00 -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 7d544c5c3b refactor(layout): widget to jsx 2019-12-22 17:23:49 -05:00
ppoffice 0dab77811f refactor(layout): cache cdn and i18n earlier 2019-12-22 12:38:31 -05:00
ppoffice b0f16cf892 refactor(layout): plugin to jsx 2019-12-22 12:16:19 -05:00
ppoffice 725bce4cd5 refactor(layout): search and share to jsx 2019-12-22 00:37:57 -05:00
ppoffice e03c3ca572 refactor(layout): comment and donate to jsx 2019-12-21 22:43:39 -05:00
ppoffice 46fe8e7192 chore(build): add some build tools 2019-12-21 22:42:54 -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
isAlive f36390b1a8 opt(widget):button color (#558) 2019-11-14 12:14:22 -05:00
ppoffice 7363454e10 fix(widget): translate profile widget counter links to abs url 2019-11-13 10:03:33 -05:00
isAlive f0fcff0a4d opt(profile): add statistics data forword page (#557) 2019-11-13 09:57:33 -05:00
ppoffice 258c32a327 fix(plugin): fix animejs locals file name & add subscribe email widget specs 2019-11-09 16:22:34 -05:00
ppoffice 0700508dd2 fix(widget): ignore empty profile avatar 2019-10-30 13:25:21 -04:00
Liyang Zhang 98d8bcc8a5 Add subscribe email widget (#548) 2019-10-29 11:02:44 -04:00
isAlive 3ff5f62351 fix(widget):build error (#543)
* 当目录为空的时候,就不要生成这个widget了,看起来有点奇怪

* 当目录为空的时候,就不要生成这个widget了,看起来有点奇怪

* fix build error
2019-10-18 10:31:18 -04:00
isAlive 49f325b384 当目录为空的时候,就不要生成目录这个widget了,看起来有点奇怪 (#542)
* 当目录为空的时候,就不要生成这个widget了,看起来有点奇怪

* 当目录为空的时候,就不要生成这个widget了,看起来有点奇怪
2019-10-16 11:15:56 -04:00
ppoffice c4fcbd9797 Merge remote-tracking branch 'origin/oom' 2019-09-27 13:03:19 -04:00
ppoffice 5d7260c846 fix(widget): hide follow button if link is empty 2019-09-27 13:02:03 -04:00
tsai-jimmy 8804d4612d fix qnote error when avatar not used rounded. (#531) 2019-09-15 21:10:05 -04:00
tsai-jimmy 2937dc6360 fix avatar rounded. (#530) 2019-09-08 17:00:47 -04:00
ppoffice abe1b82d44 fix(widget): round profile avatar not centered 2019-09-02 11:58:21 -04: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 0599e36923 fix(layout): title overflow in widget and archive 2019-08-03 14:36:45 -04:00
Navjot Singh 04ca11b7cd Update AddtoAny Widget (#501)
Google Plus is no more. Makes no sense in displaying it by default.
2019-08-02 10:38:04 -04:00
ppoffice 30066ee8d8 chore(comment): add an option for gitalk 2019-07-05 00:50:52 -04:00
ppoffice 3cd4b5dc47 feat(config): make meta global configurable 2019-07-03 23:54:26 -04:00
ppoffice 58019ab0cd fix(*): profile widget description overflow & add a gitalk option 2019-07-03 23:25:56 -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
Arun 150f0a7539 Fix avatar deformation when all widgets are on the left (#454) 2019-04-26 13:58:19 -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
Kang c2b975bb16 Make follow link in profile widget be opened in new tab (#425) 2019-03-06 09:58:52 -05:00
ppoffice 8e993c05a2 fix(comment): valine comment plugin markdown style issue (#416) 2019-02-24 14:54:04 -05: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
Leonid Zolotarev 5ca3c9ce52 Rounded avatar in profile widget (#401)
* Rounded avatar in profile widget

* Make rounded avatar configurable
2019-01-29 11:46:15 -05:00
ppoffice 9347b9b042 chore(*): two improvements
- hide back to top button when it is already at top
- improve tags visual style
2019-01-16 23:23:40 -05:00
ppoffice 6199abcafc chore(comment): improve gitalk comment integration 2019-01-02 21:03:06 -05:00
jitwxs e062bf4fc0 Add Gittalk comment 2019-01-02 17:15:01 +08:00
ppoffice 6495a9bf5b feat(plugin): add copy to clipboard for highlighted code 2018-12-23 20:15:10 -05:00
ppoffice b913e648f3 feat(plugin): add donate buttons 2018-12-23 15:12:01 -05:00
ppoffice 51e291c615 chore(widget): show domain name instead of full url in links widget 2018-12-23 13:53:18 -05:00
ppoffice 52ef5bd93b feat(*): several new features and fixes
- config generator now can add multiple lines of comment
- sidebars can be set to sticky on tablet and desktop devices #359
- fix toc widget display issue when it's on the right sidebar #360
- update some links in the config specs
2018-11-24 02:26:51 -05:00
ppoffice 137cc047ce fix(widget): profile widget gravatar issue 2018-11-19 00:43:42 -05:00
ppoffice a785bd3b84 fix(plugin): make page rendering faster with animations 2018-11-13 22:50:42 -05:00
ppoffice 8c356afb62 chore(layout): optimize page loading with script defer and async attributes 2018-11-11 17:41:07 -05:00
ppoffice b138ed3a88 feat(widget): show floating toc on mobile devices 2018-11-05 00:28:34 -05:00
ppoffice 43f90c6da8 chore(animejs): better loading visuals 2018-11-02 19:27:53 -04:00
ppoffice 78f0eb9305 chore(*): replace material icons with font awesome 2018-11-02 00:08:56 -04:00
ppoffice dd3ee46b17 fix(layout): paginator number error 2018-10-31 23:36:38 -04:00
ppoffice 1a682abd64 chore(*): add progress bar and style fixes 2018-10-31 22:37:44 -04:00
ppoffice 37c0d69f08 chore(plugin): clean back to top code and name major columns 2018-10-30 23:57:31 -04:00
ppoffice a096717a0b fix(plugin): back to top button position when scroll to bottom 2018-10-29 22:32:10 -04:00
ppoffice 942d8493c6 chore(plugin): redesign back to top button 2018-10-29 22:08:02 -04:00
ppoffice 17fa6f339f feat(plugin): add hotjar plugin 2018-10-28 01:29:47 -04:00
ppoffice d1bd500a14 fix(cdn): patch cdn.js to make jsdelivr and unpkg work 2018-10-27 12:16:23 -04:00
ppoffice 20de91ba69 chore(*): minor fixes and prepare for v2 pre-release 2018-10-26 00:44:21 -04:00
ppoffice 7cc09f00e9 chore(*): multiple improvements 2018-10-22 00:51:51 -04:00
ppoffice b6bd53a1a7 fix(layout): minor responsiveness fixes 2018-10-20 01:22:39 -04:00
ppoffice c56a3c46c4 feat(script): add config checking specs 2018-10-20 01:22:05 -04:00
ppoffice b60e51694d chore(*): start working on v2 2018-10-17 22:52:24 -04:00
ChrRubin 2a9bee47f6 upgrade to fontawesome5 (#326) 2018-05-31 12:52:26 -05:00
ZNEIAT 29235f6d3a 添加支持固定 #profile (#318) 2018-04-28 14:13:05 -05:00
aee653f8e9 Fix potential undefined error in comment config parsing. (#303) 2018-01-20 14:45:24 -06:00
Nine 3e66b25aaa Add: add Valine comment system support (#278)
* Add: add Valine comment system support

*  add complete configurations checking
2017-08-30 23:13:03 -05:00
ppoffice fb574207f9 fix: comment plugin will always be gitment if others are unset 2017-08-25 22:48:33 -05:00
hidennis 451198931d add livere comment plugin support (#274) 2017-08-14 09:38:49 -05:00
ppoffice 968a31ed90 chore: update mathjax cdn 2017-07-16 17:36:17 +08:00
ppoffice 3ed3b9ee22 fix(sidebar & comment): hidden comment section if no comment plugin selected & allow empty value for sidebar widgets 2017-06-05 21:49:08 +08:00