Compare commits
1 Commits
feature/sh
...
feature/go
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b11ef1e4b2 |
@@ -2,7 +2,7 @@ baseurl = "/"
|
||||
languageCode = "en-us"
|
||||
title = "A minimal Hugo website"
|
||||
theme = "hugo-xmin"
|
||||
googleAnalytics = ""
|
||||
googleAnalytics = "UA-1988641-2"
|
||||
disqusShortname = ""
|
||||
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
|
||||
preserveTaxonomyNames = true
|
||||
|
||||
@@ -2,3 +2,5 @@
|
||||
<script async src="//cdn.bootcss.com/mathjax/2.7.1/MathJax.js?config=TeX-MML-AM_CHTML"></script>
|
||||
|
||||
<script async src="//yihui.name/js/center-img.js"></script>
|
||||
|
||||
{{ template "_internal/google_analytics.html" . }}
|
||||
|
||||
@@ -3,13 +3,6 @@
|
||||
<h1><span class="title">{{ .Title }}</span></h1>
|
||||
{{ with .Params.author }}<h2 class="author">{{ . }}</h2>{{ end }}
|
||||
{{ if (gt .Params.date 0) }}<h2 class="date">{{ .Date.Format "2006/01/02" }}</h2>{{ end }}
|
||||
<p class="terms">
|
||||
{{ range $i := (slice "categories" "tags") }}
|
||||
{{ with ($.Param $i) }}
|
||||
{{ $i | title }}: {{ range $k := . }}<a href="{{ relURL (print "/" $i "/" $k | urlize) }}">{{$k}}</a> {{ end }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<main>
|
||||
|
||||
@@ -14,7 +14,6 @@ body {
|
||||
padding: 5px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.terms { font-size: .9em; }
|
||||
.menu, .article-meta, footer { text-align: center; }
|
||||
.title { font-size: 1.1em; }
|
||||
footer a { text-decoration: none; }
|
||||
|
||||
Reference in New Issue
Block a user