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

github.com/tblyler/light-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 14 insertions, 8 deletions
diff --git a/README.md b/README.md
index e602a4f..fe259ea 100644
--- a/README.md
+++ b/README.md
@@ -16,16 +16,22 @@ The posts will be treated as blogs and pages will be treated with a similar fash
The following config options are available for displaying custom content...
```toml
-title = "Tony Blyler"
+baseurl = "https://example.org/"
+languageCode = "en-us"
+theme = "light-hugo"
+
+title = "Light Hugo"
+author = "John Doe"
+copyright = "© Copyright 2016 John Doe"
[Params]
-description = "Programmer, deal with it"
-logo = "/images/logo.png"
-email = "tblyler@example.com"
-github = "tblyler"
-facebook = "example"
-twitter = "tonyblyler"
-linkedin = "tblyler"
+ description = "Describe your website"
+ email = "john@example.org"
+ github = "tblyler"
+ twitter = "tonyblyler"
+ linkedin = "johndoe"
+ facebook = "johndoe"
+ logo = "/images/logo.png"
```
You can also append your own `<head>` and footer elements (just before the `</body>`).