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

github.com/the2ne/hugo-frais.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fredon <the2ne@gmail.com>2016-10-23 18:05:15 +0300
committerOlivier Fredon <the2ne@gmail.com>2016-10-23 18:05:15 +0300
commit2ecae86c5bc7631e2e42aeffcf7c9678bb2a7642 (patch)
treed9c7cbb3cb4567e3726a44152147b93ff1d1d30b
parent778dc865b00a9124754d3db8dddf8b9297a25562 (diff)
update readme and theme config
-rw-r--r--README.md4
-rw-r--r--theme.toml16
2 files changed, 13 insertions, 7 deletions
diff --git a/README.md b/README.md
index 7452b79..27004a6 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@
A fresh and french single column theme for [Hugo](//gohugo.io/).
+![Screenshot](//github.com/the2ne/hugo-frais/images/tn.png)
+
## How to install
Inside the folder of your Hugo site run:
@@ -22,7 +24,7 @@ For more information read the official [setup guide](//gohugo.io/overview/instal
## Configuration
-You can define some social network bullshit like:
+You can define some social network like:
- [params] **author** *str* : the author's website name;
- [params] **pseudo** *str* : the author's online pseudonym;
diff --git a/theme.toml b/theme.toml
index 6f92b98..8cce824 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,8 +1,12 @@
-author = "Olivier Fredon"
name = "Hugo frais"
-description = "A fresh and french theme"
+description = "A fresh and french theme for Hugo"
license = "MIT"
-licenselink = "https://github.com/the2ne/hugo-frais/blob/master/LICENSE.md"
-version = "0.0.0"
-source_repo = "https://github.com/the2ne/hugo-frais"
-tags = ["blog", "portfolio", "responsive"]
+licenselink = "//github.com/the2ne/hugo-frais/blob/master/LICENSE.md"
+homepage = "//github.com/the2ne/hugo-frais"
+tags = ["blog", "minimal", "responsive"]
+features = ["social", "meta", "twitter card", "facebook og"]
+min_version = 0.16
+
+[author]
+ name = "Olivier Fredon"
+ homepage = "//github.com/the2ne" \ No newline at end of file