Skip to content

Commit

Permalink
feat: add quarto support
Browse files Browse the repository at this point in the history
  • Loading branch information
atusy committed Aug 1, 2023
1 parent 308c737 commit 411e146
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -42,3 +42,5 @@ vignettes/*.pdf
rsconnect/
.Rproj.user
public/

/.quarto/
5 changes: 4 additions & 1 deletion config.toml
Expand Up @@ -7,7 +7,7 @@ title = "Atusy's blog"
theme = "hugo-bootstrap"
googleAnalytics = "UA-133202767-1"
disqusShortname = ""
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_cache$", "drafts$", "content/.*\\.ya?ml$", "content/post/.*/assets/*"]
ignoreFiles = ["\\.qmd$", "\\.ipynb", "\\.Rmd$", "\\.Rmarkdown$", "_cache$", "drafts$", "content/.*\\.ya?ml$", "content/post/.*/assets/*"]
defaultContentLanguage = "ja"
buildDrafts = false
buildFuture = true
Expand All @@ -20,6 +20,9 @@ paginatePath = "page"
pygmentsUseClasses = true
pygmentsCodeFences = true

[markup.goldmark.renderer]
unsafe= true

[taxonomies]
category = "categories"
tag = "tags"
Expand Down

0 comments on commit 411e146

Please sign in to comment.