File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ canonifyurls: true
55# cSpell:ignore goldmark github hugo readingtime docsy subdir lastmod pygments linenos catmullrom norsk gu
66
77# Language settings
8- contentDir : content/en
8+ contentDir : content
99defaultContentLanguage : en
1010defaultContentLanguageInSubdir : false
1111# Useful when translating.
@@ -68,7 +68,7 @@ markup:
6868
6969# Comment out if you don't want the "print entire section" link enabled.
7070outputs :
71- section : [HTML, print, RSS]
71+ section : [HTML, print, RSS,JSON ]
7272
7373params :
7474 taxonomy :
@@ -212,4 +212,4 @@ module:
212212markup :
213213 goldmark :
214214 renderer :
215- unsafe : true
215+ unsafe : true
Original file line number Diff line number Diff line change 1616 "description" : {{ $p.Description | jsonify }},
1717 "banner" : {{ $p.Params.Banner | absURL | jsonify }},
1818 "permalink" : {{ $p.Permalink | jsonify }},
19+ "id" : {{ $p.Params.Id | jsonify }},
1920 "orgId" : {{ $uuid | jsonify }},
2021 "courses" : [
2122 {{- range $j, $c := $children }}
You can’t perform that action at this time.
0 commit comments