Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wisnuwiry authored Nov 8, 2020
1 parent 708f68f commit a70674b
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,17 @@ This is web made by Hugo static site generator, [Live Preview](https://wisnuwiry

Before starting, please be sure that you have [installed Hugo](https://gohugo.io/getting-started/quick-start/#step-1-install-hugo) and [created a new site](https://gohugo.io/getting-started/quick-start/#step-2-create-a-new-site). After that, you ready to install **MyBlog**.

Create new project hugo

```bash
hugo new site name_site
```
Go to folder themes

```bash
cd name_site/themes
```

In your Hugo site themes directory, run:

```bash
Expand Down Expand Up @@ -308,4 +319,4 @@ Have you found a bug or got an idea for a new feature? Feel free to use the [iss
## Thanks to

@bep
@gohugoio
@gohugoio

0 comments on commit a70674b

Please sign in to comment.