Skip to content

Commit

Permalink
Add installation section
Browse files Browse the repository at this point in the history
  • Loading branch information
melo authored and bep committed Jul 26, 2016
1 parent a04b9e1 commit fff9d5b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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.
Expand Down

0 comments on commit fff9d5b

Please sign in to comment.