1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-04-26 04:25:21 -04:00

Hugo v0.71.0

This commit is contained in:
Jake Jarvis 2020-05-19 12:22:11 -04:00
parent b0163ab633
commit a707a4bf30
Signed by: jake
GPG Key ID: 2B0C9CF251E69A39
5 changed files with 4 additions and 8 deletions

View File

@ -15,8 +15,6 @@ jobs:
- run: |
npm ci
npm test
env:
CI: true
npm:
runs-on: ubuntu-latest

View File

@ -25,8 +25,6 @@ jobs:
run: |
npm ci
npm test
env:
CI: true
- name: Checkout gohugoio/hugoDocs
uses: actions/checkout@master
with:

View File

@ -1,4 +1,4 @@
# <img src="https://raw.githubusercontent.com/gohugoio/gohugoioTheme/master/static/images/hugo-logo-wide.svg?sanitize=true" alt="Hugo" width="115"> via NPM [![CI status](https://github.com/jakejarvis/hugo-extended/workflows/Run%20tests/badge.svg)](https://github.com/jakejarvis/hugo-extended/actions) [![npm](https://img.shields.io/npm/v/hugo-extended?color=red)](https://www.npmjs.com/package/hugo-extended) [![Hugo v0.70.0](https://img.shields.io/badge/Hugo-v0.70.0-orange)](https://github.com/gohugoio/hugo) [![Dependabot](https://api.dependabot.com/badges/status?host=github&repo=jakejarvis/hugo-extended)](https://github.com/jakejarvis/hugo-extended/pulls?q=is%3Apr+label%3Adependencies)
# <img src="https://raw.githubusercontent.com/gohugoio/gohugoioTheme/master/static/images/hugo-logo-wide.svg?sanitize=true" alt="Hugo" width="115"> via NPM [![CI status](https://github.com/jakejarvis/hugo-extended/workflows/Run%20tests/badge.svg)](https://github.com/jakejarvis/hugo-extended/actions) [![npm](https://img.shields.io/npm/v/hugo-extended?color=red)](https://www.npmjs.com/package/hugo-extended) [![Hugo v0.71.0](https://img.shields.io/badge/Hugo-v0.71.0-orange)](https://github.com/gohugoio/hugo) [![Dependabot](https://api.dependabot.com/badges/status?host=github&repo=jakejarvis/hugo-extended)](https://github.com/jakejarvis/hugo-extended/pulls?q=is%3Apr+label%3Adependencies)
> Plug-and-play binary wrapper for [Hugo Extended](https://gohugo.io/), the awesomest static-site generator.

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "hugo-extended",
"version": "0.70.0",
"version": "0.71.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,7 +1,7 @@
{
"name": "hugo-extended",
"version": "0.70.0",
"hugoVersion": "0.70.0",
"version": "0.71.0",
"hugoVersion": "0.71.0",
"description": "Plug-and-play binary wrapper for Hugo Extended, the awesomest static-site generator.",
"homepage": "https://jarv.is/hugo-node/",
"license": "MIT",