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

github.com/hauke96/hugo-theme-hamburg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeichi Takahashi <keichi.t@me.com>2015-02-23 16:10:41 +0300
committerKeichi Takahashi <keichi.t@me.com>2015-02-23 16:11:59 +0300
commit1064a9b562d9cfb5454e19eb884240a245ed14a4 (patch)
treebb00ddfa9ea39ca56ef90d745e6793d4d35130c3 /README.md
parent9e14c071b3bc27950dbb54bd3243b3902edd8a9c (diff)
Update README
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 9badaee..266114b 100644
--- a/README.md
+++ b/README.md
@@ -32,23 +32,26 @@ this theme's features.
baseurl = "Your site URL"
languageCode = "en-us"
title = "Your site title"
-author = "Your Name"
# Copyright notice. This is displayer in the footer.
copyright = "&copy; Copyright notice"
[params]
# Social accounts. Link to these accounts are displayed in the header and
- # footer. (Optional)
+ # footer.
twitter = "Your Twitter username"
github = "Your GitHub username"
linkedin = "Your LinkedIn username"
facebook = "Your Facebook username"
- # Google Analytics API key. (Optional)
+ # Google Analytics API key.
ga_api_key = "Your Google Analytics tracking id"
- # Mixpanel API key. (Optional)
+ # Mixpanel API key.
mixpanel_api_key = "Your Mixpanel API key"
- # Short bio/tagline. This is displayer in the header.
+ author = "Your Name"
+ avatar = "/path/to/avatar"
+ contact = "Your contact link (ex. mailto:foo@example.com)"
bio = "Your short bio/tagline"
+ # Short subtitle/tagline. This is displayed in the header.
+ subtitle = "is a software developer, hardware hacker and a beer lover. He believes in the power of code."
```
## Usage