Skip to content

Commit

Permalink
feat: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nodejh committed Mar 2, 2021
1 parent 34d3c2d commit e809bb8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ Features:
1. Inside the folder of your Hugo site run:
```bash
$ git submodule add https://github.com/nodejh/hugo-theme-mini.git themes/mini
```
```bash
$ git submodule add https://github.com/nodejh/hugo-theme-mini.git themes/mini
```
2. Add the theme's directory to your `config.yaml`:
Expand Down
14 changes: 7 additions & 7 deletions exampleSite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ This repository offers an example site for [Hugo Theme mini](https://github.com/
1. [Install Hugo](https://gohugo.io/overview/installing/)
2. Clone this repository

```bash
$ git clone https://github.com/nodejh/hugo-theme-mini
$ cd exampleSite
```
```bash
$ git clone https://github.com/nodejh/hugo-theme-mini
$ cd exampleSite
```
3. Run Hugo server. The exampleSite use theme `hugo-theme-mini` by setting `themesDir` as `../../`

```bash
$ hugo server
```
```bash
$ hugo server
```

0 comments on commit e809bb8

Please sign in to comment.