Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nathancday/min_night.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate <nathancday@gmail.com>2018-03-19 03:08:13 +0300
committerNate <nathancday@gmail.com>2018-03-19 03:08:26 +0300
commit0242328e28276428aa0a6e9c9db8d4f528ca2eee (patch)
tree7d02e4a6ed788956785d18d03581167b9ad0797f
parent46055640a3299727855e0c7803867fcc8ad362f3 (diff)
midnight style tweaks
-rw-r--r--exampleSite/config.toml6
-rw-r--r--layouts/partials/footer.html2
2 files changed, 4 insertions, 4 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index b482eff..8cd4b41 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -12,14 +12,14 @@ ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "public/"]
[params]
author = ""
- description = "A sleek dark-mode toggle-able Hugo theme"
+ description = "A sleek dark-mode-able Hugo theme"
githubUsername = "nathancday"
- accent = "maroon" # dark colors do best
+ accent = "191970" # dark colors do best
showBorder = true
backgroundColor = "#f5f5f5"
font = "Raleway" # should match the name on Google Fonts!
highlight = true
- highlightStyle = "atelier-heath-light" # make this match accent
+ highlightStyle = "tomorrow-night-blue" # make this match accent
highlightLanguages = ["r", "go"]
# adjust these as you see fit
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 1346900..d4a1ecf 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,6 +1,6 @@
<footer>
<div style = "padding:15px;">
- <p class="copyright text-muted">{{ .Site.Params.copyright | default "&copy; Nate Day . Powered by [Hugo](https://gohugo.io) and [MinNight](https://github.com/nathancday/min_night)" | markdownify }}
+ <p class="copyright text-muted">{{ .Site.Params.copyright | default "&copy; You. Powered by [Hugo](https://gohugo.io) and [min_night](https://github.com/nathancday/min_night)" | markdownify }}
</p>
<a rel="license" href="https://creativecommons.org/licenses/by/4.0/"
title="Creative Commons Attribution 4.0 International license">