File tree Expand file tree Collapse file tree 4 files changed +8
-20
lines changed
Expand file tree Collapse file tree 4 files changed +8
-20
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ hasCJKLanguage: true
1010languages :
1111 en :
1212 languageName : English
13+ params :
14+ parentTitle : AXIVO
1315 weight : 1
1416markup :
1517 goldmark :
@@ -18,9 +20,9 @@ markup:
1820 highlight :
1921 noClasses : false
2022outputs :
21- home : [HTML ]
22- page : [HTML ]
23- section : [HTML, RSS ]
23+ home : [html ]
24+ page : [html, llms ]
25+ section : [html, rss ]
2426params :
2527 blog :
2628 list :
@@ -47,16 +49,8 @@ params:
4749 enable : true
4850 width : normal
4951 navbar :
50- parentTitle : AXIVO
5152 displayTitle : true
5253 displayLogo : true
53- # logo:
54- # path: /logo.svg
55- # dark: /logo.svg
56- # link: /
57- # width: 20
58- # height: 10
59- # width: wide
6054 page :
6155 width : normal
6256 theme :
Original file line number Diff line number Diff line change 1- copyright : ' Copyright © 2024-2025 AXIVO'
1+ copyright : ' Copyright © 2024-2026 AXIVO'
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- {{- $nested := eq (.Get "nested") "true" | default false -}}
1+ {{- $nested := eq (.Get "nested") "true" -}}
22
3- < div class ="steps hx- ml-4 hx- mb-12 ltr:hx- border-l rtl:hx- border-r hx- border-gray-200 ltr:hx- pl-6 rtl:hx- pr-6 dark:hx- border-neutral-800 {{ if not $nested }}[counter-reset:step]{{ end }} ">
3+ < div class ="hextra- steps hx: ml-4 hx: mb-12 hx: ltr:border-l hx: rtl:border-r hx: border-gray-200 hx: ltr:pl-6 hx: rtl:pr-6 hx: dark:border-neutral-800 {{ if not $nested }}[counter-reset:step]{{ end }} ">
44 {{- .Inner -}}
55</ div >
You can’t perform that action at this time.
0 commit comments