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>2017-11-15 05:28:25 +0300
committerNate <nathancday@gmail.com>2018-03-12 02:28:20 +0300
commit1295d3f9c169b5177f4222bd08a16f84b98ba264 (patch)
tree603b5d813bd3dfa6be7339d0aec6df8084c86847 /exampleSite
parent6159dd825e80af2be8c73d7bf37ab939c9e730f0 (diff)
tweaked color and highlight
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml16
1 files changed, 8 insertions, 8 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 15ffac4..962b614 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,9 +1,9 @@
baseURL = "/"
languageCode = "en-us"
-title = "NateDay-ta"
-description = "R focused data docs"
+title = "Min Night"
+description = "A personal blog"
theme = "minimal"
-disqusShortname = ""#"nateday-me" # delete this to disable disqus comments
+disqusShortname = ""
googleAnalytics = ""
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files/", "_cache$"]
@@ -11,15 +11,15 @@ ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files/", "_cache$"]
post = "/:year/:month/:day/:slug/"
[params]
- author = "Nate Day"
- description = "R focused data docs"
- githubUsername = "NathanCDay"
- accent = "#006264"
+ author = ""
+ description = "A personal blog"
+ githubUsername = ""
+ accent = "maroon" # dark colors do best
showBorder = true
backgroundColor = "#f5f5f5"
font = "Raleway" # should match the name on Google Fonts!
highlight = true
- highlightStyle = "atelier-seaside-light"
+ highlightStyle = "atelier-heath-light"
highlightLanguages = ["R"]
[[menu.main]]