Skip to content

Commit

Permalink
Merge pull request #12 from 360-info/feature-improveignore
Browse files Browse the repository at this point in the history
Exclude docs folder from new Sverto projects
  • Loading branch information
jimjam-slam authored Apr 23, 2023
2 parents d6cd668 + 76c7e65 commit 92144b4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .quartoignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
README.md
NEWS.md
LICENSE
docs/
.quarto/
!.gitignore
12 changes: 12 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## Sverto 0.0.2

- Bump minimum Quarto version to 1.3.0.
- Fixes for compatibility with newer Quarto 1.3 pre-releases
- Quarto's switch from Pandoc 2 to Pandoc 3 caused some issues with the way Sverto identifies Svelte import statements. This should no longer be a problem.
- We now take advantage of the improved `.quartoignore` functionality in Quarto 1.3 to:
1. avoid copying the `docs` folder in with the project template; and
2. include the `.gitignore` with the template

## 0.0.1

- Initial release
4 changes: 2 additions & 2 deletions _extensions/sverto/_extension.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
title: Sverto
author: 360info
version: 0.0.1
quarto-version: ">=1.2.0"
version: 0.0.2
quarto-version: ">=1.3.0"
contributes:
project:
project:
Expand Down

0 comments on commit 92144b4

Please sign in to comment.