Update readme

This commit is contained in:
Keichi Takahashi 2015-07-18 00:12:39 +09:00
parent 2a9970a078
commit 24e09e044a
1 changed files with 5 additions and 3 deletions

View File

@ -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 = "© 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.
```