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

github.com/surajmandalcell/potato-dark.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuraj Mandal <surajmandalcell@gmail.com>2020-02-03 09:42:43 +0300
committerSuraj Mandal <surajmandalcell@gmail.com>2020-02-03 09:42:43 +0300
commitbc55a1cf16e46fa98f5c52bfd2138545ac597c6d (patch)
tree4b0d9f84f0d1fdcd84ecebfd81515211e039860e
parentd0cb5227e78a6c4b95806ec17643f45077039a79 (diff)
- update example site config
- update readme
-rw-r--r--README.md6
-rw-r--r--exampleSite/config.toml9
2 files changed, 5 insertions, 10 deletions
diff --git a/README.md b/README.md
index 2ba31f0..8b26b61 100644
--- a/README.md
+++ b/README.md
@@ -22,12 +22,10 @@ Use short code for Image Zoom.
## Installation
-cd your hugo site directory and run:
+Inside the folder of your Hugo site run:
```shell
-$ mkdir themes
-$ cd themes
-$ git clone -b release https://github.com/surajmandalcell/potato-dark
+$ git submodule add https://github.com/surajmandalcell/potato-dark themes/potato-dark
```
Or download it from the release branch
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 2d40f7b..8fdfdff 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,8 +1,10 @@
-baseurl = "Your site URL"
+#Uncomment as needed
+#baseurl = "Your site URL"
languageCode = "en-us"
Title = "Your site title"
# Copyright notice. This is displayer in the footer.
copyright = "&copy; Copyright notice"
+theme = "potato-dark"
[params]
paginate = 10
@@ -11,7 +13,6 @@ copyright = "&copy; Copyright notice"
twitter = "Your Twitter username"
facebook = "Your Facebook username"
instagram = "Your Instagram username"
- googleplus = "Your Google+ account URL" # https://plus.google.com/u/0/xxxxxx
github = "Your GitHub username"
gitlab = "Your GitLab username"
npm = "Your npm username"
@@ -26,10 +27,6 @@ copyright = "&copy; Copyright notice"
linkedin = "Your LinkedIn username"
# Disqus shortname
disqus = ""
- # Commento Host
- #commento = ""
- # Coral (Talk v5) Host
- #coral = ""
# Google Analytics API key.
ga_api_key = "Your Google Analytics tracking id"
# Logo image. This is displayed ogp image.