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

github.com/matsuyoshi30/harbor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatsuyoshi <sfbgwm30@gmail.com>2020-03-14 12:18:00 +0300
committermatsuyoshi <sfbgwm30@gmail.com>2020-03-14 12:18:00 +0300
commit215ca1faa95fae42bda0e0d0d1f1011ae780a05a (patch)
tree487e12ce15b527876da205e9ffd212479dd9152d /README.md
parent7a1f402440823c029a972e36a9dbcd71de3424e5 (diff)
update readme and example site
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/README.md b/README.md
index ddf94df..6c5ad6b 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# harbor - Simple Hugo Theme
+# [harbor](https://themes.gohugo.io/harbor/) - Simple Hugo Theme
Simple and minimal personal blog theme for [Hugo](https://gohugo.io/).
@@ -42,24 +42,27 @@ googleAnalytics = "UA-XXXXXXXX-XX" # Optional
[Author]
name = "Hugo Author"
+[outputs]
+ section = ["JSON", "HTML"]
+
[[params.nav]]
identifier = "about"
name = "About"
- icon = "fas fa-user"
+ icon = "fas fa-userfa-lg"
url = "/about/"
weight = 3
[[params.nav]]
identifier = "tags"
name = "Tags"
- icon = "fas fa-tag"
+ icon = "fas fa-tag fa-lg"
url = "tags"
weight = 3
[[params.nav]]
identifier = "search"
name = "Search"
- icon = "fas fa-search"
+ icon = "fas fa-search fa-lg"
url = "search"
weight = 3
@@ -72,7 +75,7 @@ googleAnalytics = "UA-XXXXXXXX-XX" # Optional
### Search entire blog posts
-You should make ```content/page/search.md```.
+You should make ```search.md``` in content directory.
```
---