From a7dd10985c1e5f8029577517cff546202a3b6e5f Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Tue, 13 Oct 2020 18:05:40 +0900 Subject: [PATCH] docs: update title position --- README.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 036ec26..bea5be7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +## GitHub Actions for Hugo + +GitHub Actions for Hugo + [![license](https://img.shields.io/github/license/peaceiris/actions-hugo.svg)](https://github.com/peaceiris/actions-hugo/blob/main/LICENSE) [![release](https://img.shields.io/github/release/peaceiris/actions-hugo.svg)](https://github.com/peaceiris/actions-hugo/releases/latest) [![GitHub release date](https://img.shields.io/github/release-date/peaceiris/actions-hugo.svg)](https://github.com/peaceiris/actions-hugo/releases) @@ -9,17 +13,11 @@ [![codecov](https://codecov.io/gh/peaceiris/actions-hugo/branch/main/graph/badge.svg)](https://codecov.io/gh/peaceiris/actions-hugo) [![Maintainability](https://api.codeclimate.com/v1/badges/ebf2eef3a046b396ba9c/maintainability)](https://codeclimate.com/github/peaceiris/actions-hugo/maintainability) -GitHub Actions for Hugo - - - -## GitHub Actions for Hugo - -- [gohugoio/hugo: The world’s fastest framework for building websites.](https://github.com/gohugoio/hugo) - -This **Hugo Setup Action** can install **Hugo** to a virtual machine of **GitHub Actions**. +This **Hugo Setup Action** can install [Hugo] to a virtual machine of **GitHub Actions**. **Hugo extended** version, **Hugo Modules**, Linux (Ubuntu), macOS, and Windows are supported. +[Hugo]: https://github.com/gohugoio/hugo + From `v2`, this Hugo Setup Action has migrated to a JavaScript (TypeScript) action. We no longer build or pull a Hugo docker image. Thanks to this change, we can complete this action in less than a few seconds.