Skip to content

Commit

Permalink
docs: Add new sections
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Jan 17, 2020
1 parent 6a39a0f commit 3d1e811
Showing 1 changed file with 31 additions and 3 deletions.
34 changes: 31 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@ From `v2`, this Hugo action migrated to a JavaScript (TypeScript) action. We no
- [⭐️ Use the latest version of Hugo](#%EF%B8%8F-use-the-latest-version-of-hugo)
- [Tips](#tips)
- [⭐️ Read Hugo version from file](#%EF%B8%8F-read-hugo-version-from-file)
- [CHANGELOG](#changelog)
- [License](#license)
- [About the author](#about-the-author)
- [About Maintainer](#about-maintainer)
- [Maintainer Notes](#maintainer-notes)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

Expand Down Expand Up @@ -185,6 +187,12 @@ The alpine base Hugo Docker image is provided on the following repository.


## CHANGELOG

- [CHANGELOG.md](CHANGELOG.md)



## License

- [MIT License - peaceiris/actions-hugo]
Expand All @@ -193,9 +201,29 @@ The alpine base Hugo Docker image is provided on the following repository.



## About the author
## About Maintainer

- [peaceiris homepage](https://peaceiris.com/)


- [peaceiris's homepage](https://peaceiris.com/)

## Maintainer Notes

Run `npm` and `git commit` commands on a container.

**On Host**

```sh
# Docker
make build
make run
make run cmd="env"
make test
make commit msg="chore: Add Makefile"

# Release
./release.sh
```



Expand Down

0 comments on commit 3d1e811

Please sign in to comment.