Compare commits
2 Commits
feature/di
...
feature/hi
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9ca5ce823b | ||
|
|
4744293d34 |
@@ -3,7 +3,7 @@ languageCode = "en-us"
|
|||||||
title = "A minimal Hugo website"
|
title = "A minimal Hugo website"
|
||||||
theme = "hugo-xmin"
|
theme = "hugo-xmin"
|
||||||
googleAnalytics = ""
|
googleAnalytics = ""
|
||||||
disqusShortname = "yihui"
|
disqusShortname = ""
|
||||||
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
|
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
|
||||||
preserveTaxonomyNames = true
|
preserveTaxonomyNames = true
|
||||||
footnotereturnlinkcontents = "↩"
|
footnotereturnlinkcontents = "↩"
|
||||||
|
|||||||
@@ -3,4 +3,10 @@
|
|||||||
|
|
||||||
<script async src="//yihui.name/js/center-img.js"></script>
|
<script async src="//yihui.name/js/center-img.js"></script>
|
||||||
|
|
||||||
{{ template "_internal/disqus.html" . }}
|
<script src="//cdn.bootcss.com/highlight.js/9.12.0/highlight.min.js"></script>
|
||||||
|
<script src="//cdn.bootcss.com/highlight.js/9.12.0/languages/r.min.js"></script>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
hljs.configure({languages: []});
|
||||||
|
hljs.initHighlightingOnLoad();
|
||||||
|
</script>
|
||||||
|
|||||||
1
exampleSite/layouts/partials/head_custom.html
Normal file
1
exampleSite/layouts/partials/head_custom.html
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<link href="//cdn.bootcss.com/highlight.js/9.12.0/styles/github.min.css" rel="stylesheet">
|
||||||
@@ -26,6 +26,7 @@ hr {
|
|||||||
pre {
|
pre {
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
box-shadow: 5px 5px 5px #eee;
|
box-shadow: 5px 5px 5px #eee;
|
||||||
|
background: #f8f8f8;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user