Add installation section

This commit is contained in:
Pedro Melo 2016-07-26 13:27:07 +01:00 committed by Bjørn Erik Pedersen
parent a04b9e1574
commit fff9d5b21f
1 changed files with 15 additions and 0 deletions

View File

@ -8,6 +8,7 @@ It pairs a prominent sidebar with uncomplicated content.
## Contents
- [Installation](#installation)
- [Options](#options)
- [Sidebar menu](#sidebar-menu)
- [Sticky sidebar content](#sticky-sidebar-content)
@ -19,6 +20,20 @@ It pairs a prominent sidebar with uncomplicated content.
- [License](#license)
## Installation
To install Hyde as your default theme, first install this repository in the `themes/` directory:
$ cd themes/
$ git clone https://github.com/spf13/hyde.git
Second, specify `hyde` as your default theme in the `config.toml` file. Just add the line
theme = "hyde"
at the top of the file.
## Options
Hyde includes some customizable options, typically applied via classes on the `<body>` element.