Compare commits
1 Commits
feature/di
...
feature/go
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b11ef1e4b2 |
@@ -2,8 +2,8 @@ baseurl = "/"
|
|||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
title = "A minimal Hugo website"
|
title = "A minimal Hugo website"
|
||||||
theme = "hugo-xmin"
|
theme = "hugo-xmin"
|
||||||
googleAnalytics = ""
|
googleAnalytics = "UA-1988641-2"
|
||||||
disqusShortname = "yihui"
|
disqusShortname = ""
|
||||||
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
|
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
|
||||||
preserveTaxonomyNames = true
|
preserveTaxonomyNames = true
|
||||||
footnotereturnlinkcontents = "↩"
|
footnotereturnlinkcontents = "↩"
|
||||||
|
|||||||
@@ -3,4 +3,4 @@
|
|||||||
|
|
||||||
<script async src="//yihui.name/js/center-img.js"></script>
|
<script async src="//yihui.name/js/center-img.js"></script>
|
||||||
|
|
||||||
{{ template "_internal/disqus.html" . }}
|
{{ template "_internal/google_analytics.html" . }}
|
||||||
|
|||||||
Reference in New Issue
Block a user