Skip to content

Commit

Permalink
Add url_folders option to template.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fwkoch committed Oct 23, 2024
1 parent 3700c61 commit 8714cd4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions themes/article/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ options:
- type: boolean
id: numbered_references
description: Show references as numbered, rather than in APA-style. Only applies to parenthetical citations.
- type: boolean
id: url_folders
description: Respect nested folder structure in URL paths.
build:
install: npm install
start: npm run start
Expand Down
3 changes: 3 additions & 0 deletions themes/book/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ options:
- type: boolean
id: numbered_references
description: Show references as numbered, rather than in APA-style. Only applies to parenthetical citations.
- type: boolean
id: url_folders
description: Respect nested folder structure in URL paths.
build:
install: npm install
start: npm run start
Expand Down

0 comments on commit 8714cd4

Please sign in to comment.