You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1081,6 +1086,8 @@ v1.0.0 underwent significant refactoring and exposed many configurations for cha
1081
1086
1082
1087
The `menu` configuration structure changed in v1.0.0, allowing users to customize icons. When icon is empty, it defaults to the Taichi icon. You can fill in a hexadecimal number to customize the icon, supporting both FontAwesome and icon font.
1083
1088
1089
+
v1.8.4 icon supports image path, such as `/avatar/avatar.webp`.
anchor_icon: # if the icon is empty, the default # icon is used
1147
1154
```
1148
1155
1156
+
v1.8.5 `anchor_icon` supports passing `false` to hide anchor icon.
1157
+
1149
1158
##### Cursor Icon (v1.3.0+)
1150
1159
1151
1160
v1.3.0 added `reimu_cursor.cursor` configuration for customizing cursor icons. You can fill in a path relative to `css/style.css` to customize cursor icons.
Copy file name to clipboardExpand all lines: themes/reimu/_config.yml
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -159,7 +159,7 @@ i18n:
159
159
# CSS
160
160
########################################
161
161
162
-
anchor_icon: # default use '#' icon, you can use a hexadecimal representation of fontawesome or icon_font, like 'f0c1'
162
+
anchor_icon: # default use '#' icon, you can use a hexadecimal representation of fontawesome or icon_font, like 'f0c1', or you can use false to hide anchor icon
0 commit comments