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

github.com/natarajmb/charaka-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNataraj Basappa <n5j.b5a@gmail.com>2018-08-23 23:31:10 +0300
committerNataraj Basappa <n5j.b5a@gmail.com>2018-08-23 23:31:10 +0300
commitaaf375bedc67816d4ba3a5b01b3ba3e7417cf5e6 (patch)
tree23c40e4faba9bbe11481bec5bba1f6ae3361e985
parent1ee685fc2b0a1cf3e74f33f2294351cd38f8de73 (diff)
Corrected readme and about link
-rw-r--r--README.md6
-rw-r--r--exampleSite/config.toml2
2 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 4a75aad..93f8502 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ Clone this repository to your hugo theme directory.
```
mkdir themes
cd themes
-git clone https://github.com/natarajmb/charaka-hugo-theme.git charaka
+git clone https://github.com/natarajmb/charaka-hugo-theme.git
```
## Configuration
@@ -29,7 +29,7 @@ __[config.toml](https://github.com/natarajmb/charaka-hugo-theme/blob/master/exam
baseurl = "https://example.com"
languageCode = "en"
title = "Charaka"
-theme = "charaka"
+theme = "charaka-hugo-theme"
copyright = "&copy; <a href=\"https://github.com/natarajmb\">Nataraj Basappa</a> 2018"
disqusShortname = ""
googleAnalytics = ""
@@ -40,7 +40,7 @@ googleAnalytics = ""
style = "zenburn"
[[params.social]]
- url = "{{http://localhost:1313}}"
+ url = "about.html"
fa _icon = "fas fa-info"
[[params.social]]
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index dcc6ad3..794402c 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -19,7 +19,7 @@ googleAnalytics = ""
enabled = "true"
[[params.social]]
- url = "https://gohugo.io/about/"
+ url = "about.html"
fa_icon = "fas fa-info"
[[params.social]]