Skip to content

Commit

Permalink
Build jsonfeed again
Browse files Browse the repository at this point in the history
  • Loading branch information
sudorandom committed Apr 28, 2024
1 parent d534110 commit 735c700
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 4 additions & 6 deletions config.yaml
Expand Up @@ -51,6 +51,10 @@ params:
- name: "linkedin"
url: "https://www.linkedin.com/in/sudorandom/"

mainSections:
- posts
- prompts

footer:
showVersion: true
socialIcons: true
Expand Down Expand Up @@ -98,12 +102,6 @@ markup:
tableOfContents:
endLevel: 4

outputs:
home: ['html']
section: ['html']
taxonomy: ['html']
term: ['html']

outputFormats:
jsonfeed:
mediaType: "application/json"
Expand Down
4 changes: 4 additions & 0 deletions content/_index.html
@@ -1,3 +1,7 @@
+++
outputs = ['html','rss','jsonfeed']
+++

<div class="main-wrapper">
<div class="main-box">
<h1>Welcome! <small><a href="/random"><i class="fa-solid fa-dice"></i></a></small></h1>
Expand Down

0 comments on commit 735c700

Please sign in to comment.