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

github.com/brycematheson/allegiant.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeichi Takahashi <keichi.t@me.com>2015-07-17 18:12:39 +0300
committerKeichi Takahashi <keichi.t@me.com>2015-07-17 18:12:39 +0300
commit24e09e044aac4f3aa5940bb7551fc225e957f971 (patch)
tree62692e8cf6abbd3e692ae336f57ae00fa5cbf185
parent2a9970a0788a7f4185379c73f0d52b4db73e04eb (diff)
Update readme
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index ab1da9f..aeff7bf 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ Notable features are:
- Simple and clean design
- Client side source code highlighting
-- Social links (Twitter, Facebook, GitHub, LinkedIn)
+- Social links (Twitter, Facebook, GitHub, LinkedIn, Instagram, Keybase)
- Support for tags
- Analytics with Google Analytics or Mixpanel
- Responsive design
@@ -23,6 +23,8 @@ $ cd themes
$ git clone https://github.com/keichi/vienna
```
+Vienna is also included in the `spf13/hugoThemes` repository.
+
## Configuration
You may specify following options in `config.toml` of your site to make use of
@@ -53,9 +55,9 @@ copyright = "&copy; Copyright notice"
author = "Your Name"
avatar = "/path/to/avatar"
contact = "Your contact link (ex. mailto:foo@example.com)"
- bio = "Your short bio/tagline"
+ bio = "Your short bio"
# 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."
+ subtitle = "Short subtitle/tagline of your blog"
themecolor = "#hexcolor" # Defines the tab color in Chrome for Android.
```