@@ -91,7 +91,10 @@ global:
91
91
enable : true
92
92
custom_message : # Custom message. If empty, the site title will be displayed
93
93
# Whether to enable open graph
94
- open_graph : true
94
+ open_graph :
95
+ enable : true
96
+ image : /images/opengraph.jpg # default og:image
97
+ description : Explore pwn blogs from here
95
98
# Google Analytics
96
99
google_analytics :
97
100
enable : false # Whether to enable Google Analytics
@@ -298,6 +301,7 @@ articles:
298
301
image_alignment : center # image alignment. left, center
299
302
image_caption : false # Whether to display image caption
300
303
link_icon : true # Whether to display link icon
304
+ delete_mask : false # Add mask effect to <del> tags, hiding content by default and revealing on hover
301
305
title_alignment : left # Title alignment. left, center
302
306
headings_top_spacing : # Top spacing for headings from h1-h6
303
307
h1 : 3.2rem
@@ -429,15 +433,20 @@ footer:
429
433
# Docs: https://redefine-docs.ohevan.com/inject
430
434
inject :
431
435
# Whether to enable inject
432
- enable : false
436
+ enable : true
433
437
# Inject custom head html code
434
- head :
435
- -
436
- -
438
+ head :
439
+ - |
440
+ <script>
441
+ if (window.location.hostname === "rocketmadev.github.io") {
442
+ window.location.replace("https://rocketma.dev" + window.location.pathname + window.location.search);
443
+ }
444
+ </script>
445
+ # -
437
446
# Inject custom footer html code
438
- footer :
439
- -
440
- -
447
+ # footer:
448
+ # -
449
+ # -
441
450
# INJECT <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< end
442
451
443
452
@@ -466,7 +475,7 @@ plugins:
466
475
# Mermaid JS. Requires hexo-filter-mermaid-diagrams (npm i hexo-filter-mermaid-diagrams). See https://mermaid.js.org/
467
476
mermaid :
468
477
enable : false # enable mermaid or not
469
- version : " 9.3.0 " # default v9.3.0
478
+ version : " 11.4.1 " # default v11.4.1
470
479
# PLUGINS <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< end
471
480
472
481
0 commit comments