Cell
b0d29bffe1
🎨 Style(format): use single quote
2022-08-29 20:53:05 +08:00
Cell
a291890f51
✨ Feat(highlight): add custom code type map
2022-08-29 19:13:09 +08:00
Cell
f3211e9617
⚡ Perf(scss): remove duplicated css prefix language-
2022-08-29 18:30:04 +08:00
Cell
eb345cd9ea
♻️ Refactor(scss): create scss map dir
2022-08-29 17:21:43 +08:00
Cell
9fc37b36eb
✨ Feat(highlight): add full support for Chroma highlighting languages in the [list]( https://gohugo.io/content-management/syntax-highlighting/#list-of-chroma-highlighting-languages )
...
tool: https://github.com/hugo-fixit/.tools/blob/main/tampermonkey/code-type-map-fetcher.user.js
2022-08-29 16:55:12 +08:00
Cell
7092455a16
⬆️ Chore(libs): update mermaid from 9.1.3 to 9.1.6
2022-08-29 11:45:36 +08:00
Cell
4d4cda6955
⬆️ Chore(libs): update emoji-data from 5.0.1 to 14.0.0
2022-08-29 11:12:11 +08:00
Cell
f37622a155
🐛 Fix: menu item invalid params draft in submenu
2022-08-28 20:34:49 +08:00
Cell
d061469497
✨ Feat(menu): add params.type for menu items
2022-08-28 20:09:02 +08:00
Cell
f77febb93d
🎨 Style(footer): remove extra spaces
2022-08-28 17:09:00 +08:00
Cell
10b530abe1
♿ Feat(accessibility): use aria-hidden=true on icons that AT should ignore
2022-08-28 16:54:44 +08:00
Cell
16482da119
✨ Feat(menu): add params.icon support for menu items
2022-08-28 15:04:31 +08:00
Cell
88db7c761a
📝 Docs: update FixIt theme Docs
2022-08-28 12:20:29 +08:00
Cell
fe03e7b904
✨ Feat: add raw shortcode
2022-08-28 01:01:00 +08:00
Cell
dcd93f7c6c
🎨 Style: add single newline at end of the file
2022-08-27 20:07:56 +08:00
Abdul Halim Daud
cd036e5625
fix center-quote shortcode when config unsafe = false
...
when config unsafe = false, center-quote without markdown works but shortcode with markdown doesn't work.
the following doesn't work when unsafe = false:
```
{{% center-quote %}}
**hello** *world*
this is a center-quote shortcode example.
{{% /center-quote %}}
```
with this fix, the following works with markdown when unsafe = false:
```
{{< center-quote >}}
**hello** *world*
this is a center-quote shortcode example.
{{< /center-quote >}}
```
2022-08-27 20:01:10 +08:00
Cell
cd49374911
🐛 Fix: link shortcode newline
2022-08-27 18:52:05 +08:00
Cell
e4ba7a346e
♿ Feat(accessibility): using aria-hidden=true on an icon font that AT should ignore
2022-08-27 14:46:34 +08:00
Cell
4608f96ad3
💄 Style: modify single-title and single-subtitle styles
2022-08-27 14:28:30 +08:00
Cell
88a6b0e37d
✨ Feat(math): add more block delimiter support for math
...
import from https://github.com/dillonzq/LoveIt/commit/264dd5b9d5079d4fe2f29bc3ffa7b43fbf937336
2022-08-27 14:05:19 +08:00
Cell
5af5e44e10
✏️ Docs: fix typo
2022-08-27 13:04:42 +08:00
Cell
3e80259a07
⬆️ Chore(libs): update simple-icons from 6.3.0 to 7.8.0
2022-08-27 12:53:09 +08:00
Cell
447f832a58
🔧 Chore(deps-dev): remove dependencies: babel-preset-minify
2022-08-27 12:44:29 +08:00
Cell
1359995948
🎨 Style: add single newline at end of the file
2022-08-27 12:37:57 +08:00
Cell
d27a42dab2
🐛 Fix: attribute media not allowed on element meta in [name=theme-color]
...
🐛 Fix: support smooth migration from LoveIt to FixIt (#174 #182 )
2022-08-27 01:43:54 +08:00
Cell
913a82fe18
⚡ Perf: simplify theme switching logic
2022-08-27 01:11:00 +08:00
Cell
e19b71cc6a
🎨 Style: format code
2022-08-26 23:57:42 +08:00
Cell
19f7746516
🐛 Fix: element div not allowed as child of element h2 and avoid empty heading in .home-subtitle
2022-08-26 17:46:18 +08:00
Cell
2efcf947a7
🐛 Fix: the “type” attribute is unnecessary for JavaScript resources
...
The default `type` for `<script>` tags is `JavaScript`, so you don’t need to include the type for JS resources.
2022-08-26 17:16:20 +08:00
Cell
55e747e5f1
🐛 Fix: the itemprop attribute was specified, but the element is not a property of any item
2022-08-26 17:00:26 +08:00
Cell
0edd185b39
🐛 Fix: use data attributes or class replace for custom attributes
2022-08-26 16:48:11 +08:00
Cell
dfbffa2ad5
🐛 Fix: remove unneeded meta tag
...
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.
2022-08-26 15:48:16 +08:00
Cell
3f3d5aee37
🐛 Fix(footer): define itemtype property
...
The properties copyrightYear and copyrightHolder refer to the nearest parent CreativeWork.
https://schema.org/CreativeWork
2022-08-26 15:42:02 +08:00
Cell
84d781d6a4
Perf: init search-dropdown dom if search is enabled
2022-08-26 15:21:21 +08:00
Cell
d051dbd9c0
📝 Docs: add acknowledgements
2022-08-24 23:26:46 +08:00
Cell
3dbb46a6ec
🎨 Style: change the default icon of social link "Stack Overflow"
2022-08-14 23:28:37 +08:00
Cell
5dbb3e290e
🌐 Docs(i18n): update de in i18n
...
https://github.com/dillonzq/LoveIt/pull/405
2022-08-14 23:22:40 +08:00
Cell
504b4916d9
Merge branch 'master' into v0.2.16-RC
2022-08-14 23:06:19 +08:00
Cell
1fcb1e6504
Merge branch 'pr/xueweiwujxw/176'
2022-08-14 23:04:02 +08:00
Cell
4e81224052
docs(contributor): contrib-readme-action has updated readme
2022-08-14 23:00:59 +08:00
xueweiwujxw
33395f3e15
📃 Docs: add site: wlanxww's blog
2022-08-14 23:00:17 +08:00
Cell
2007fe5297
🐛 Fix(post-footer): guard post-info-license
...
https://github.com/dillonzq/LoveIt/pull/544
2022-08-14 22:38:01 +08:00
xueweiwujxw
7ba6611825
📃 Docs: add site: wlanxww's blog
2022-08-14 22:32:27 +08:00
Cell
b575d23fe0
🌐 Docs(i18n): update pt-br in i18n
...
https://github.com/dillonzq/LoveIt/pull/637
2022-08-14 22:26:40 +08:00
Cell
87156110a6
🐛 Fix: author display error in post and markdown file
2022-08-14 14:45:13 +08:00
Cell
806572a817
🔍 Feat(seo): update robots.txt
2022-08-13 16:25:35 +08:00
Cell
07dcccae16
✏️ Docs: add official website link
2022-08-13 15:57:03 +08:00
Cell
83a1f075ab
Style: fontawesome use version 6 format
2022-08-13 15:36:32 +08:00
Cell
993cd26413
✏️ Docs: update commit message format
2022-08-12 15:51:28 +08:00
Cell
84db100d99
🎨 Style: change the default icon of social link "知乎"
2022-08-07 17:19:56 +08:00