blog

My blog at www.shimmy1996.com

git clone git://git.shimmy1996.com/blog.git
commit e7087e960a1891dd0bea0ce3b06b498be52d9e93
parent a7360b9fc779c707d2c96ef33df4f91c66493356
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sun, 12 Apr 2020 10:48:06 -0500

Change theme

Diffstat:
Mconfig.toml | 2+-
Dlayouts/_default/single.html | 3---
Mlayouts/partials/css/custom.css | 5+++--
Dlayouts/partials/footer.html | 1-
4 files changed, 4 insertions(+), 7 deletions(-)
diff --git a/config.toml b/config.toml
@@ -1,6 +1,6 @@
 # Site Settings
 relativeURLs                   = true
-theme                          = ["hugo-djem-so", "hugo-hyperskip"]
+theme                          = ["hugo-ataru", "hugo-hyperskip"]
 footnoteReturnLinkContents     = "↩"
 defaultContentLanguage         = "en"
 defaultContentLanguageInSubdir = true
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
@@ -1,3 +0,0 @@
-{{ define "extras" }}
-{{ partial "hyperskip.html" . }}
-{{ end }}
diff --git a/layouts/partials/css/custom.css b/layouts/partials/css/custom.css
@@ -7,7 +7,8 @@ textarea {
     width: 100%;
     box-sizing: border-box;
 }
-article article {
-    padding-top: 1em;
+article {
+    margin-top: 0.5em;
+    padding-top: 0.5em;
     border-top: 1px dotted;
 }
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
@@ -1 +0,0 @@
-<footer><p>{{ with .Site.Copyright }}{{ . | markdownify }}{{ end }}</p></footer>