ref: 6427fba90b98f8ac2f8e23c44e010fa7619b88f3
parent: db86f480824d69f71b9eecc3c22b9d7d2622e55b
author: Nicholas Thomson <[email protected]>
date: Thu Oct 20 09:18:57 EDT 2016
docs: Improve instructions in quickstart.md
--- a/docs/content/overview/quickstart.md
+++ b/docs/content/overview/quickstart.md
@@ -1,5 +1,5 @@
---
-lastmod: 2016-08-19
+lastmod: 2016-10-20
date: 2013-07-01
linktitle: Quickstart
menu:
@@ -160,7 +160,7 @@
## Step 4. Serve content
-Hugo has an inbuilt server that can serve your website content so that you can preview it. You can also use the inbuilt Hugo server in production. To serve content, execute the following command.
+Hugo has an inbuilt server that can serve your website content so that you can preview it. You can also use the inbuilt Hugo server in production. To serve content, execute the following command inside the `bookshelf` directory.
```bash
$ hugo server
@@ -216,10 +216,9 @@
> **Hugo currently doesn’t ship with a `default` theme, allowing the user to pick whichever theme best suits their project.**
Themes should be added in the `themes` directory inside the repository root.
-Create new directory `bookshelf/themes` and change directory to it.
```bash
-$ mkdir themes && cd themes
+$ cd themes
```
Now, you can clone one or more themes inside the `themes` directory.
We will use the `robust` theme,
@@ -293,7 +292,7 @@
We clone the `bleak` theme inside the `bookshelf/themes` directory.
```bash
-$ git clone [email protected]:Zenithar/hugo-theme-bleak.git
+$ git clone https://github.com/Zenithar/hugo-theme-bleak.git
```
Restart the server using `hugo-theme-bleak` as shown below.