Make hugo generate a json index of the website
This commit is contained in:
parent
73355d27ed
commit
8df90589bf
2 changed files with 8 additions and 0 deletions
|
@ -29,6 +29,9 @@ resampleFilter = "CatmullRom"
|
|||
quality = 75
|
||||
anchor = "smart"
|
||||
|
||||
[outputs]
|
||||
home = ["HTML", "RSS", "JSON"]
|
||||
|
||||
[params]
|
||||
copyright = "Julien (Adyxax) Dessaux"
|
||||
github_repo = "https://git.adyxax.org/adyxax/www"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue