Commit graph

48 commits

Author SHA1 Message Date
Dillon
a0c340316a
feat: preload some stylesheets and rename some plugin partials 2022-05-14 02:28:35 +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
Dillon
aa48df5edd
feat(content): support complete local resource references (#388) 2020-05-28 17:05:37 +08:00
Dillon
8f53c999e5 chore: refactor some code 2020-05-18 21:30:33 +08:00
Dillon
9c1244490f
i18n: update i18n string format (#371) 2020-05-18 16:10:24 +08:00
Dillon
861350be32
feat(home): home profile title support HTML format (#356) 2020-05-13 21:33:30 +08:00
Dillon
8d491509e0
fix(social): social links blocked by uBlock Origin (#354) 2020-05-13 19:35:46 +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
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
e3e3bdf9ee
feat(rss): add rssFullText param for RSS (#301) 2020-05-01 23:29:24 +08:00
Dillon
c2197b7411
feat(social): improve social links (#254)
* replace forkawesome and iconfont with simple icons
* add more configs for social
2020-04-24 19:04:37 +08:00
Dillon
f14301c395
feat: improve configuration (#245)
* feat: improve configuration

* fix: fix partials/footer.html error
2020-04-21 22:55:06 +08:00
Dillon
774e831a21
feat(shortcode): refactor and improve image shortcode (#187) 2020-03-19 12:35:37 +08:00
Dillon
0ca8a4c85b
feat(home): add disclaimer under social links on home page (#175) 2020-03-17 01:03:08 +08:00
Dillon
ae81e3767e fix(srcatch): fix srcatch bugs 2020-02-27 20:14:40 +08:00
Dillon
72a2e9bdcf feat(image): add image lightgallery 2020-02-24 17:00:39 +08:00
Dillon
4e6fe224cc chore(partials): refactor partials 2020-02-21 23:42:35 +08:00
Dillon
315eb094e5 Squashed commit of the following:
commit 6430e78c16
Merge: 5855527 b13bbc3
Author: Dillon <dillonzq@outlook.com>
Date:   Wed Feb 19 19:31:28 2020 +0800

    Merge pull request #84 from dillonzq/fix/duplicated_typeit

    fix(typeit): fix duplicated typeit bug (#82)

commit b13bbc368c
Author: Dillon <dillonzq@outlook.com>
Date:   Wed Feb 19 19:25:49 2020 +0800

    fix(typeit): fix duplicated typeit bug (#82)

commit 58555274f5
Merge: 16320fa 02919a7
Author: Dillon <dillonzq@outlook.com>
Date:   Wed Feb 19 18:59:21 2020 +0800

    Merge pull request #83 from dillonzq/fix/social_link_href

    fix(social): fix social link bug (#81)

commit 02919a7d48
Author: Dillon <dillonzq@outlook.com>
Date:   Wed Feb 19 18:55:40 2020 +0800

    fix(social): fix social link bug (#81)
2020-02-20 11:55:52 +08:00
Dillon
20c9c812d0 feat(exampleSite): merge en and zh exampleSite 2020-02-19 18:48:37 +08:00
Dillon
4b3addf634 fix(check): fix some html check bugs 2020-02-18 16:22:24 +08:00
Dillon
434f8fa676 feature(share): support 28 kinds of share links 2020-02-18 02:53:07 +08:00
Dillon
edc53d7cd1 feat(social): add bilibili social config 2020-02-17 21:31:53 +08:00
Dillon
933e32c4e4 chore(forkawesome): update forkawesome css 2020-02-17 21:02:27 +08:00
Dillon
5a1e0b5d31 feature(config): add config for home profile/posts 2020-02-17 02:19:55 +08:00
Dillon
12bd1e1935 chore: refactor code style 2020-02-14 01:30:33 +08:00
Dillon
095089fb3f feat(config): add config for default theme light/dark 2020-02-08 22:19:22 +08:00
Dillon
715cb005c9 feat(socal): add support for custom MastodonPrefix 2020-02-08 19:56:42 +08:00
Dillon
a2543e673d fix(fork_awesome): fix incompatibility of Fork Awesome and Font Awesome 2020-02-08 17:28:02 +08:00
Dillon
4c452aae12 feat(css): add local fork-awesome css 2020-02-07 00:10:00 +08:00
Dillon
6d7e6ea9ee
Update social.html 2020-02-06 21:47:10 +08:00
t404notfound
10694c4840
Add Gitea, XMPP, Matrix icon to Social icons 2020-02-06 05:57:38 +00:00
Dillon
8aba226290 feat(partial): add hook and image partial 2020-02-03 11:46:30 +08:00
Dillon
17bbe91c6f feat(404): update 404.html style 2020-02-02 18:18:06 +08:00
Dillon
2a7611b5ae chore(style): update code style 2020-01-31 22:53:04 +08:00
Dillon
e6f64b62a2
Merge branch 'master' into socialalt 2020-01-29 18:55:05 +08:00
Dillon
2536261347
Add Dev.To to Social Media Icons (#32)
Add Dev.To to Social Media Icons
2020-01-29 18:51:31 +08:00
Dillon
76a34ee0d7
Fix fontawesome class of email icon (#9)
Fix fontawesome class of email icon
2020-01-29 15:22:07 +08:00
Programazing
cd1e2ab427 Add Devto to Social Media Icons 2020-01-02 07:47:18 -05:00
Programazing
e404938664 Add Alt Text to Social Icons 2020-01-02 07:42:34 -05:00
Jake
9c4d816625 Adding Free Code Camp to social and fixing Hacker News Icon 2019-12-03 22:12:11 -05:00
Akio Taniguchi
17f9d29418 Fix fontawesome class of email icon 2019-12-01 21:38:00 +09:00
Dillon
473900da79 feat(paginate): add param home_paginate for home post pages and fix relURL bug 2019-11-20 21:39:04 +08:00
Dillon
42d50ae53c feat: update style and exampleSite files 2019-08-27 01:15:00 +08:00
Dillon
5cc4fdbe46 feat: tidy style and layout 2019-08-24 19:32:41 +08:00
Dillon
934c3a5156 feat: faster, support custom lib cdn and more standardized code style 2019-08-23 02:01:22 +08:00
Dillon
2653f1bc7c feat: fontawesome, admonition and faster 2019-08-17 03:40:34 +08:00
Dillon
9433736ede feat: new style and faster 2019-08-12 01:36:19 +08:00