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
568fe8f5fc
feat: update front matter and docs
2022-05-13 01:03:24 +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
765b28f663
title support emoji
2022-03-22 11:19:05 +08:00
weibin
faa7a679fa
title support emoji
2022-03-22 11:08:30 +08:00
Khusika Dhamar Gusti
1281b13109
fix(header): Use data attributes for header mode
...
Partially fixes : #401
Signed-off-by: Khusika Dhamar Gusti <mail@khusika.com>
2020-11-26 16:46:31 +07:00
Christian Oliff
74c90db9c4
fix(base): Remove unneeded meta tag
...
```html
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
```
This was only needed for IE10 and lower (which are no longer supported) and chromeframe which was a Google plugin for IE8 and lower and was discontinued many years ago. So this meta tag can be safely removed.
Partially fixes : #401
Signed-off-by: Khusika Dhamar Gusti <mail@khusika.com>
2020-11-25 14:21:32 +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
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
c5a0ec61c9
feat(compatibility): add config for compatibility (Polyfill.io and object-fit-images)
2020-05-15 16:32:36 +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
6aa05a7f3e
fix(featuredImage): featuredImagePreview doesn't work by itself
2020-05-12 22:51:48 +08:00
Dillon
7c4962e39a
fix(compatibility): compatibility for version 0.1.X ( #351 )
2020-05-12 22:40:49 +08:00
Dillon
7d0603ece0
fix(paginate): paginate error for empty content ( #350 )
2020-05-12 21:51:38 +08:00
Dillon
83869e0fc8
feat(analytics): update Google analytics.js to gtag.js ( #349 )
2020-05-12 20:51:07 +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
f4c9fe750d
fix(shortcode): style shortcode scss file path ( #327 )
2020-05-06 21:31:37 +08:00
Dillon
09a7c95362
fix(search): theme.js error when search is disabled ( #310 )
2020-05-03 11:06:10 +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
854e9e3d37
chore(lib): update mapbox-gl and valine
2020-04-30 01:49:33 +08:00
Dillon
56026f934d
fix(typeit): typeit code highlight ( #284 )
2020-04-29 19:52:31 +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
Dmitry Kireev
c4741cfecb
Add permalink to a featured images on the home page ( #261 )
...
Co-authored-by: Dillon <dillonzq@outlook.com>
2020-04-26 23:15:47 +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
87fbb05e86
feat(header): add Logo, pre and post config for header title ( #252 )
2020-04-23 16:49:30 +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
8a0e61085c
feat(code): add copy button for code ( #239 )
2020-04-18 20:54:54 +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
80db783396
feat(fixed-btns): add title for fixed buttons ( #176 )
2020-03-17 02:03:36 +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
212e67c2a5
feat(style): improve toc style ( #167 )
2020-03-16 10:59: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
fb9a9e7324
docs: update zh-CN docs and fix some bugs
2020-03-10 03:33:28 +08:00