Commit graph

79 commits

Author SHA1 Message Date
Dillon
39aba6bb39
Merge branch 'master' into pr/xiaobinqt/659
# Conflicts:
#	layouts/partials/single/footer.html
#	layouts/posts/single.html
2022-05-23 23:02:31 +08:00
Dillon
a0c340316a
feat: preload some stylesheets and rename some plugin partials 2022-05-14 02:28:35 +08:00
Dillon
7930049e55
chore(lib): update animate.css 3.7.2 -> 4.1.1 2022-05-07 02:22:58 +08:00
Dillon
09ea77eff1
chore(lib): update fontawesome 5.13.0 -> 6.1.1 2022-05-07 01:54:31 +08:00
weibin
faa7a679fa title support emoji 2022-03-22 11:08:30 +08:00
Khusika Dhamar Gusti
9151f85ce9 fix(toc): Use data attributes for toc
Partially fixes: #401

Signed-off-by: Khusika Dhamar Gusti <mail@khusika.com>
2020-11-27 18:42:42 +07:00
Dillon
aa48df5edd
feat(content): support complete local resource references (#388) 2020-05-28 17:05:37 +08:00
Dillon
9dd5230204
feat(TOC): add keepStatic param for TOC (#372) 2020-05-18 22:27:01 +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
3fba585d79 fix(style): add spaces for some icons 2020-05-14 16:14:14 +08:00
Dillon
7c4962e39a
fix(compatibility): compatibility for version 0.1.X (#351) 2020-05-12 22:40:49 +08:00
Dillon
e3e3bdf9ee
feat(rss): add rssFullText param for RSS (#301) 2020-05-01 23:29:24 +08:00
Dillon
5b689bf29b
fix(title): terms title error and change delimiter from "|" to "-" (#299) 2020-05-01 16:23:17 +08:00
Dillon
26381b498d feat(search): improve search index 2020-04-28 12:53:06 +08:00
Dillon
6805d695f6
chore: update docs and style (#269) 2020-04-28 01:38:22 +08:00
Dillon
19c7da333d
docs: update theme preview and translation (#262) 2020-04-26 23:00:29 +08:00
Dillon
bcbc4268ea
feat(code): add support for code block folding (#259) 2020-04-26 03:25:10 +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
d90a2d9406
fix: some title case bugs for section page and list page (#251) 2020-04-23 01:22:29 +08:00
Dillon
f5fb31ec43
fix: wrong URL of JS and CSS files on baseURL (#249) 2020-04-22 21:34:38 +08:00
Dillon
3c38d54a87
feat(home): add custom content for home page (#248) 2020-04-22 17:50:30 +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
90184ca3e7
feat(search): add local search (#231)
* feat(search): add local search

* docs: add docs for search
2020-04-15 15:46:50 +08:00
Dillon
774e831a21
feat(shortcode): refactor and improve image shortcode (#187) 2020-03-19 12:35:37 +08:00
Dillon
6b03c711ac
feat(shortcode): add link shortcode (#179)
* feat(shortcode): add link shortcode

* docs: add docs for link shortcode

* docs: fix 'mailto' in link shortcode docs error
2020-03-17 21:16:04 +08:00
Dillon
41c2d3a38e
feat: add detection of the theme version and Hugo version (#173)
* feat: add detection of the theme version and Hugo version

* fix: hugo.IsProduction is incompatible in Hugo v0.62.0
2020-03-16 21:35:16 +08:00
Dillon
9a7189c2a3
feat(subtitle): add subtitle for posts (#171) 2020-03-16 16:14:37 +08:00
Dillon
6e091b6fad
feat(button): add 'comment' fixed button (#169) 2020-03-16 15:01:51 +08:00
Dillon
3d9aad3205 feat(style): adjust style of header, tags and dynamic-to-top button 2020-03-14 14:42:12 +08:00
Dillon
629e2e5fda fix(comment): fix visitors count for valine 2020-03-10 17:10:45 +08:00
Dillon
fb9a9e7324 docs: update zh-CN docs and fix some bugs 2020-03-10 03:33:28 +08:00
Dillon
296424cded feature(doc): complete all Chinese and English documents and fix many bugs 2020-03-08 21:02:21 +08:00
Dillon
cbfc965c10 chore(i18n): fix i18n files 2020-03-03 22:25:48 +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
c8fee1783a feat(toc): support fontawesome and ruby in TOC 2020-02-22 00:34:44 +08:00
Dillon
4e6fe224cc chore(partials): refactor partials 2020-02-21 23:42:35 +08:00
Dillon
a0f31c35fe fix(link): fix tags/categories link bug 2020-02-21 12:49:55 +08:00
Dillon
a4116f14a7 fix(toc): fix toc link bug 2020-02-21 11:11:56 +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
933e32c4e4 chore(forkawesome): update forkawesome css 2020-02-17 21:02:27 +08:00
Dillon
a276661f0a feat(home): improve default behavior of hiddenFromHomePage 2020-02-17 12:44:04 +08:00
Dillon
1088f86b6d chore: refactor scripts code style 2020-02-14 21:09:21 +08:00
Dillon
12bd1e1935 chore: refactor code style 2020-02-14 01:30:33 +08:00
Dillon
917cf4a427 fix(link): fix long words and URLs style bug 2020-02-13 13:30:58 +08:00
Dillon
4c452aae12 feat(css): add local fork-awesome css 2020-02-07 00:10:00 +08:00
Dillon
52c7ad29a6 chore(style): update code style and add an i18n word 2020-02-03 18:38:10 +08:00