Update readme
This commit is contained in:
parent
2a9970a078
commit
24e09e044a
@ -7,7 +7,7 @@ Notable features are:
|
|||||||
|
|
||||||
- Simple and clean design
|
- Simple and clean design
|
||||||
- Client side source code highlighting
|
- Client side source code highlighting
|
||||||
- Social links (Twitter, Facebook, GitHub, LinkedIn)
|
- Social links (Twitter, Facebook, GitHub, LinkedIn, Instagram, Keybase)
|
||||||
- Support for tags
|
- Support for tags
|
||||||
- Analytics with Google Analytics or Mixpanel
|
- Analytics with Google Analytics or Mixpanel
|
||||||
- Responsive design
|
- Responsive design
|
||||||
@ -23,6 +23,8 @@ $ cd themes
|
|||||||
$ git clone https://github.com/keichi/vienna
|
$ git clone https://github.com/keichi/vienna
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Vienna is also included in the `spf13/hugoThemes` repository.
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
You may specify following options in `config.toml` of your site to make use of
|
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"
|
author = "Your Name"
|
||||||
avatar = "/path/to/avatar"
|
avatar = "/path/to/avatar"
|
||||||
contact = "Your contact link (ex. mailto:foo@example.com)"
|
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.
|
# 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.
|
themecolor = "#hexcolor" # Defines the tab color in Chrome for Android.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user