Browse Source

Add installation section

Pedro Melo 8 years ago
parent
commit
fff9d5b21f
1 changed files with 15 additions and 0 deletions
  1. 15
    0
      README.md

+ 15
- 0
README.md View File

8
 
8
 
9
 ## Contents
9
 ## Contents
10
 
10
 
11
+- [Installation](#installation)
11
 - [Options](#options)
12
 - [Options](#options)
12
   - [Sidebar menu](#sidebar-menu)
13
   - [Sidebar menu](#sidebar-menu)
13
   - [Sticky sidebar content](#sticky-sidebar-content)
14
   - [Sticky sidebar content](#sticky-sidebar-content)
19
 - [License](#license)
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
 ## Options
37
 ## Options
23
 
38
 
24
 Hyde includes some customizable options, typically applied via classes on the `<body>` element.
39
 Hyde includes some customizable options, typically applied via classes on the `<body>` element.