Commit Graph

249 Commits

Author SHA1 Message Date
Dillon
2f86ca014c fix: some css and js style 2022-05-03 16:22:17 +08:00
Dillon
b5bea268ef Merge branch 'master' into schema-fix 2022-05-03 16:16:33 +08:00
Dillon
6b1da4c9aa Merge pull request #461 from khusika/header-fixes
Use search-dropdown if search is enabled
2022-05-02 23:12:15 +08:00
Dillon
0ec591b4ab Merge pull request #544 from khusika/footer-fix
fix(footer): Guard post-info-license
2022-05-02 17:14:50 +08:00
Dillon
c17b7a1ffc Merge pull request #521 from rsrchboy/fix-rss-authors
`.params` -> `$params`
2022-05-02 17:00:59 +08:00
Khusika Dhamar Gusti
3649382c34 fix(home): Don't use div element inside heading
This error appears when we use typeit (with div element) in home-subtitle (with heading element).
PS: We don't need to re-set the class because home-subtitle has already declared the font-size in the style.

Partially fixes: #401

Signed-off-by: Khusika Dhamar Gusti <mail@khusika.com>
2020-11-28 09:54:29 +07:00
Khusika Dhamar Gusti
d7f6344d00 fix(footer): Define itemtype property
The properties copyrightYear and copyrightHolder refer to the nearest parent CreativeWork.
https://schema.org/CreativeWork

Partially fixes: #401

Signed-off-by: Khusika Dhamar Gusti <mail@khusika.com>
2020-11-24 09:52:39 +07:00
Khusika Dhamar Gusti
8eb46b216d fix(footer): Guard post-info-license
Show license information if it is mentioned in the markdown.

Signed-off-by: Khusika Dhamar Gusti <mail@khusika.com>
2020-11-02 19:21:22 +07:00
Chris Weyl
8073888dd8 .params -> $params
This was causing the authors of all RSS items to render as "Author".
2020-09-17 12:01:48 -05:00
Evgeny Kuznetsov
3249f108da fix(function): error with newer Hugo versions 2020-09-14 20:14:41 +03:00
Khusika Dhamar Gusti
c069c4d2e0 fix(header): Use search-dropdown if search is enabled
Signed-off-by: Khusika Dhamar Gusti <mail@khusika.com>
2020-07-16 10:06:26 +07:00
Dillon
89a526d693 feat(SEO): update SEO config (#393) 2020-05-29 11:11:21 +08:00
Dillon
f631e3de04 fix(404): 404 page select language error (#391) 2020-05-29 00:19:39 +08:00
Dillon
aa48df5edd feat(content): support complete local resource references (#388) 2020-05-28 17:05:37 +08:00
Dillon
94b8e6bf69 chore: update version to v0.2.10 2020-05-24 16:15:39 +08:00
Dillon
8f53c999e5 chore: refactor some code 2020-05-18 21:30:33 +08:00
W.T. Chang
e5ae1d696b fix(path): broken tag/category link when containing a dot (#368) 2020-05-18 17:30:37 +08:00
Dillon
9c1244490f i18n: update i18n string format (#371) 2020-05-18 16:10:24 +08:00
Dillon
acef6c143e fix(format): string format error (#366) 2020-05-16 00:46:51 +08:00
Dillon
212e26c553 chore(icon): update line icon 2020-05-15 20:24:23 +08:00
Dillon
da9df3b0ce feat(style): change custom style file path (#360) 2020-05-15 19:05:16 +08:00
Dillon
d3d2d751ec feat(shortcode): add script shortcode (#359) 2020-05-15 17:43:04 +08:00
Dillon
c5a0ec61c9 feat(compatibility): add config for compatibility (Polyfill.io and object-fit-images) 2020-05-15 16:32:36 +08:00
Dillon
486d859cc8 feat(page): add custom page library support (css and js) (#357) 2020-05-13 22:12:51 +08:00
Dillon
861350be32 feat(home): home profile title support HTML format (#356) 2020-05-13 21:33:30 +08:00
Dillon
0a9ec97450 feat(cookies): add Cookie consent banner (#355) 2020-05-13 21:19:39 +08:00
Dillon
8d491509e0 fix(social): social links blocked by uBlock Origin (#354) 2020-05-13 19:35:46 +08:00
Dillon
39159a9a6d feat(CDN): replace CDN config with CDN data file (#353) 2020-05-13 19:29:37 +08:00
Dillon
762a7e538d feat(compatibility): improve compatibility for Hugo basic version (#352) 2020-05-13 00:45:19 +08:00
Dillon
7c4962e39a fix(compatibility): compatibility for version 0.1.X (#351) 2020-05-12 22:40:49 +08:00
Dillon
83869e0fc8 feat(analytics): update Google analytics.js to gtag.js (#349) 2020-05-12 20:51:07 +08:00
tomaja
87923f284c Added Serbian translation (#324) 2020-05-06 23:50:10 +08:00
Dillon
2513afbd54 feat(comment): add comment for single page and emoji config for Valine (#328) 2020-05-06 23:11:34 +08:00
Dillon
7dfa964d3f feat(comment): add Utterances comment system (#317) 2020-05-04 20:28:27 +08:00
Dave A-W
67617b82dc feat(profile): Add optional title above subtitle (#308) 2020-05-04 16:43:47 +08:00
Dave A-W
417851b1cd fix(menu): hide divider when no menus (#307) 2020-05-04 15:24:40 +08:00
Dillon
4190c79491 fix(hugo): compatibility for Hugo basic version (#315) 2020-05-04 15:19:18 +08:00
Dillon
e4c71edddf feat(typeit): add some config for TypeIt (#314) 2020-05-04 13:20:01 +08:00
Dave A-W
8c706548c7 feat(header): support header title typeit (#306) 2020-05-03 11:15:42 +08:00
Dillon
e3e3bdf9ee feat(rss): add rssFullText param for RSS (#301) 2020-05-01 23:29:24 +08:00
Dillon
3040ffa107 feat: improve browser compatibility for TypeIt and object-fit (#293)
* object-fit polyfill
* TypeIt 7.0.3 -> 6.5.1
2020-04-30 23:21:52 +08:00
Dillon
286bf7003c chore(style): improve lightgallery style code 2020-04-29 23:54:27 +08:00
Dillon
fa4c567ac4 fix(header): header style and search dropdown (#282) 2020-04-29 15:40:57 +08:00
Dillon
16a4e94117 feat(search): add more params for search and improve search index (#279) 2020-04-29 02:34:28 +08:00
Dillon
26381b498d feat(search): improve search index 2020-04-28 12:53:06 +08:00
Dillon
12546ba9bf feat(valine): add more params for new valine (#272) 2020-04-28 03:24:48 +08:00
Dillon
d5bc3be19d fix(git): build panic without git (#271) 2020-04-28 02:50:05 +08:00
Dillon
6805d695f6 chore: update docs and style (#269) 2020-04-28 01:38:22 +08:00
Dillon
b46c81053f feat(twemoji): add support for twemoji (#264) 2020-04-27 02:27:26 +08:00
Dillon
fc46fba6aa feat(style): improve style shortcode to support nesting (#263) 2020-04-27 01:19:23 +08:00