Skip to content

Commit

Permalink
docs: add Install Go
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Sep 30, 2020
1 parent 49d67a4 commit e92b410
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ Hugo IRIS Theme
- [Features](#features)
- [Roadmap](#roadmap)
- [Getting Started](#getting-started)
- [Get Hugo](#get-hugo)
- [Install Hugo](#install-hugo)
- [Install Go](#install-go)
- [Initialize New Hugo Project](#initialize-new-hugo-project)
- [Create a Post Page](#create-a-post-page)
- [Create a Slide Page](#create-a-slide-page)
Expand Down Expand Up @@ -99,12 +100,18 @@ This repository includes the [Hugo] theme.

## Getting Started

### Get Hugo
### Install Hugo

You can find the minimum supported Hugo version in [theme.toml] `min_version`. Using Hugo extended version is desirable.

[theme.toml]: https://github.com/peaceiris/hugo-theme-iris/blob/master/theme.toml

### Install Go

This theme depends on Hugo Modules.

- [Download and install - The Go Programming Language](https://golang.org/doc/install)

### Initialize New Hugo Project

Here is [the setup script](./scripts/setup.sh).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"**/*": [
"npm test"
],
"README.md": [
"{README,CONTRIBUTING}.md": [
"npx [email protected] --github"
]
},
Expand Down

0 comments on commit e92b410

Please sign in to comment.