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

github.com/knadh/hugo-ink.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKailash Nadh <kailash@nadh.in>2019-11-19 09:38:33 +0300
committerKailash Nadh <kailash@nadh.in>2019-11-19 09:53:20 +0300
commit34bd03142bfad1aba047fcb4d8edccebd4566fe1 (patch)
tree9bc4b3ce56d46e1817ceae90ca6131c8ac4d5113
parent524b659c3a6ec86dbe45a433f884fe5ec3adedd6 (diff)
Change example theme to auto and fix README.
-rw-r--r--README.md2
-rw-r--r--exampleSite/config.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d53df98..b43d8d3 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
Crisp, minimal personal website and blog theme Hugo. Forked from [Ezhil](https://github.com/vividvilla/ezhil).
## Demo
-[View demo](https://ink-hugo.netlify.com)
+[View demo](https://hugo-ink.netlify.com)
![Screenshot](https://user-images.githubusercontent.com/547147/69119000-3ace9280-0abb-11ea-81bc-5af68433e845.png "Ink light theme")
## Features
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 43d7205..0bbb28b 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -24,7 +24,7 @@ disqusShortname = "ink-demo"
featherIconsCDN = true
- mode = "dark" # "dark" or "auto"
+ mode = "auto" # "dark" or "auto"
# customCSS = "css/custom.css" # Custom CSS applied to default styles.
# customDarkCSS = "css/custom-dark.css" # Custom styles applied to dark mode css.
# customJS = ["js/custom.js", "js/custom1.js"] # Custom JS scripts.