|
@@ -8,6 +8,7 @@ It pairs a prominent sidebar with uncomplicated content.
|
8
|
8
|
|
9
|
9
|
## Contents
|
10
|
10
|
|
|
11
|
+- [Installation](#installation)
|
11
|
12
|
- [Options](#options)
|
12
|
13
|
- [Sidebar menu](#sidebar-menu)
|
13
|
14
|
- [Sticky sidebar content](#sticky-sidebar-content)
|
|
@@ -19,6 +20,20 @@ It pairs a prominent sidebar with uncomplicated content.
|
19
|
20
|
- [License](#license)
|
20
|
21
|
|
21
|
22
|
|
|
23
|
+## Installation
|
|
24
|
+
|
|
25
|
+To install Hyde as your default theme, first install this repository in the `themes/` directory:
|
|
26
|
+
|
|
27
|
+ $ cd themes/
|
|
28
|
+ $ git clone https://github.com/spf13/hyde.git
|
|
29
|
+
|
|
30
|
+Second, specify `hyde` as your default theme in the `config.toml` file. Just add the line
|
|
31
|
+
|
|
32
|
+ theme = "hyde"
|
|
33
|
+
|
|
34
|
+at the top of the file.
|
|
35
|
+
|
|
36
|
+
|
22
|
37
|
## Options
|
23
|
38
|
|
24
|
39
|
Hyde includes some customizable options, typically applied via classes on the `<body>` element.
|