mirror of
https://github.com/jakejarvis/hugo-extended.git
synced 2025-04-26 09:05:20 -04:00
Hugo v0.71.0
This commit is contained in:
parent
b0163ab633
commit
a707a4bf30
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -15,8 +15,6 @@ jobs:
|
|||||||
- run: |
|
- run: |
|
||||||
npm ci
|
npm ci
|
||||||
npm test
|
npm test
|
||||||
env:
|
|
||||||
CI: true
|
|
||||||
|
|
||||||
npm:
|
npm:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -25,8 +25,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
npm ci
|
npm ci
|
||||||
npm test
|
npm test
|
||||||
env:
|
|
||||||
CI: true
|
|
||||||
- name: Checkout gohugoio/hugoDocs
|
- name: Checkout gohugoio/hugoDocs
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
with:
|
with:
|
||||||
|
@ -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 [](https://github.com/jakejarvis/hugo-extended/actions) [](https://www.npmjs.com/package/hugo-extended) [](https://github.com/gohugoio/hugo) [](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 [](https://github.com/jakejarvis/hugo-extended/actions) [](https://www.npmjs.com/package/hugo-extended) [](https://github.com/gohugoio/hugo) [](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.
|
> Plug-and-play binary wrapper for [Hugo Extended](https://gohugo.io/), the awesomest static-site generator.
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "hugo-extended",
|
"name": "hugo-extended",
|
||||||
"version": "0.70.0",
|
"version": "0.71.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "hugo-extended",
|
"name": "hugo-extended",
|
||||||
"version": "0.70.0",
|
"version": "0.71.0",
|
||||||
"hugoVersion": "0.70.0",
|
"hugoVersion": "0.71.0",
|
||||||
"description": "Plug-and-play binary wrapper for Hugo Extended, the awesomest static-site generator.",
|
"description": "Plug-and-play binary wrapper for Hugo Extended, the awesomest static-site generator.",
|
||||||
"homepage": "https://jarv.is/hugo-node/",
|
"homepage": "https://jarv.is/hugo-node/",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user