File tree Expand file tree Collapse file tree 3 files changed +19
-1
lines changed
Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,15 @@ website:
1111 favicon : " favicon.ico"
1212 site-url : " https://clojurecivitas.github.io"
1313 image : " /images/civitas-icon.svg"
14- draft-mode : unlinked
14+ draft-mode : visible
1515 open-graph : true
1616 navbar :
1717 logo : " /images/civitas-icon.svg"
1818 logo-alt : " Clojure Civitas Logo"
1919 right :
2020 - about.qmd
2121 - posts.qmd
22+ - drafts.qmd
2223 - civitas/authors.qmd
2324 - civitas/explorer.qmd
2425 - icon : github
Original file line number Diff line number Diff line change 1+ ---
2+ title : " Drafts"
3+ listing :
4+ contents : [".", "!./*.qmd"]
5+ include :
6+ type : post
7+ draft : true
8+ sort :
9+ - " date desc"
10+ - " title desc"
11+ sort-ui : true
12+ filter-ui : true
13+ feed :
14+ type : metadata
15+ ---
Original file line number Diff line number Diff line change 44 contents : [".", "!./*.qmd"]
55 include :
66 type : post
7+ exclude :
8+ draft : true
79 sort :
810 - " date desc"
911 - " title desc"
You can’t perform that action at this time.
0 commit comments