From 22f2ecf035165153a974c99c314c6aff55b2fe4d Mon Sep 17 00:00:00 2001 From: Neo Hsu Date: Mon, 24 May 2021 07:08:39 +0800 Subject: [PATCH] feat: add hugo plugin (#408) --- README.md | 1 + plugins/hugo | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/hugo diff --git a/README.md b/README.md index 000a46a..aba39b7 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,7 @@ itself) to look for plugins. | hey | [raimon49/asdf-hey](https://github.com/raimon49/asdf-hey) | [![Build Status](https://travis-ci.org/raimon49/asdf-hey.svg?branch=master)](https://travis-ci.org/raimon49/asdf-hey) | | httpie-go | [abatilo/asdf-httpie-go](https://github.com/abatilo/asdf-httpie-go) | [![build](https://github.com/abatilo/asdf-httpie-go/workflows/build/badge.svg)](https://github.com/abatilo/asdf-httpie-go/actions?query=workflow%3A%22build%22) | | Hub | [vixus0/asdf-hub](https://github.com/vixus0/asdf-hub) | [![Build Status](https://travis-ci.com/vixus0/asdf-hub.svg?branch=master)](https://travis-ci.com/vixus0/asdf-hub) | +| Hugo | [NeoHsu/asdf-hugo](https://github.com/NeoHsu/asdf-hugo) | [![Build](https://github.com/NeoHsu/asdf-hugo/workflows/Build/badge.svg)](https://github.com/neohsu/asdf-hugo/actions?query=workflow%3ABuild) | | Idris | [vic/asdf-idris](https://github.com/vic/asdf-idris) | [![Build Status](https://travis-ci.org/vic/asdf-idris.svg?branch=master)](https://travis-ci.org/vic/asdf-idris) | | Idris2 | [asdf-community/asdf-idris2](https://github.com/asdf-community/asdf-idris2) | [![Build](https://github.com/asdf-community/asdf-idris2/workflows/Build/badge.svg)](https://github.com/asdf-community/asdf-idris2/actions?query=workflow%3ABuild) | | ImageMagick | [mangalakader/asdf-imagemagick](https://github.com/mangalakader/asdf-imagemagick) | [![Build Status](https://travis-ci.org/mangalakader/asdf-imagemagick.svg?branch=master)](https://travis-ci.org/mangalakader/asdf-imagemagick) | diff --git a/plugins/hugo b/plugins/hugo new file mode 100644 index 0000000..80bf620 --- /dev/null +++ b/plugins/hugo @@ -0,0 +1 @@ +repository = https://github.com/NeoHsu/asdf-hugo.git