mirror of
https://github.com/yihui/hugo-xmin.git
synced 2024-11-22 08:29:19 +02:00
no need to ignore these files now
This commit is contained in:
parent
9c7c5bf984
commit
67f2ed048d
|
@ -4,7 +4,7 @@ title: "A minimal Hugo website"
|
|||
theme: "hugo-xmin"
|
||||
googleAnalytics: ""
|
||||
disqusShortname: ""
|
||||
ignoreFiles: ["\\.Rmd$", "\\.Rmarkdown$", "_cache$", "\\.knit\\.md$", "\\.utf8\\.md$"]
|
||||
ignoreFiles: ["\\.Rmd$", "\\.Rmarkdown$", "_cache$"]
|
||||
footnotereturnlinkcontents: "↩"
|
||||
|
||||
permalinks:
|
||||
|
|
Loading…
Reference in New Issue