1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 05:18:28 -04:00

bump Hugo to 0.64.1

This commit is contained in:
Jake Jarvis 2020-02-17 17:15:22 -05:00
parent 35cfeb184c
commit 27e6e6576e
Signed by: jake
GPG Key ID: 2B0C9CF251E69A39
4 changed files with 113 additions and 980 deletions

View File

@ -5,7 +5,7 @@
FROM alpine:latest FROM alpine:latest
ENV HUGO_VERSION 0.63.2 ENV HUGO_VERSION 0.64.1
# remove/comment the following line completely to build with vanilla Hugo: # remove/comment the following line completely to build with vanilla Hugo:
ENV HUGO_EXTENDED 1 ENV HUGO_EXTENDED 1

View File

@ -1,6 +1,6 @@
# 🏡  [jarv.is](https://jarv.is/) # 🏡  [jarv.is](https://jarv.is/)
[![Netlify Status](https://api.netlify.com/api/v1/badges/a7403a53-fd9d-44c0-a708-a84d9fc1454d/deploy-status)](https://app.netlify.com/sites/jakejarvis/deploys) [![View website](https://img.shields.io/badge/view%20site-jarv.is-green)](https://jarv.is/) [![Hugo v0.63.2](https://img.shields.io/badge/hugo-v0.63.2-orange)](https://github.com/gohugoio/hugo) [![Dependabot](https://api.dependabot.com/badges/status?host=github&repo=jakejarvis/jarv.is)](https://github.com/jakejarvis/jarv.is/pulls?q=is%3Apr+label%3Adependencies) [![GitHub repo size](https://img.shields.io/github/repo-size/jakejarvis/jarv.is)](https://github.com/jakejarvis/jarv.is) [![License](https://img.shields.io/github/license/jakejarvis/jarv.is?color=red)](LICENSE.md) [![Twitter Follow](https://img.shields.io/twitter/follow/jakejarvis?label=Follow&style=social)](https://twitter.com/intent/user?screen_name=jakejarvis) [![Netlify Status](https://api.netlify.com/api/v1/badges/a7403a53-fd9d-44c0-a708-a84d9fc1454d/deploy-status)](https://app.netlify.com/sites/jakejarvis/deploys) [![View website](https://img.shields.io/badge/view%20site-jarv.is-green)](https://jarv.is/) [![Hugo v0.64.1](https://img.shields.io/badge/hugo-v0.64.1-orange)](https://github.com/gohugoio/hugo) [![Dependabot](https://api.dependabot.com/badges/status?host=github&repo=jakejarvis/jarv.is)](https://github.com/jakejarvis/jarv.is/pulls?q=is%3Apr+label%3Adependencies) [![GitHub repo size](https://img.shields.io/github/repo-size/jakejarvis/jarv.is)](https://github.com/jakejarvis/jarv.is) [![License](https://img.shields.io/github/license/jakejarvis/jarv.is?color=red)](LICENSE.md) [![Twitter Follow](https://img.shields.io/twitter/follow/jakejarvis?label=Follow&style=social)](https://twitter.com/intent/user?screen_name=jakejarvis)
Personal website of [@jakejarvis](https://github.com/jakejarvis), created and deployed using the following: Personal website of [@jakejarvis](https://github.com/jakejarvis), created and deployed using the following:

View File

@ -25,21 +25,19 @@
"optimize:img": "find public/ -type d | xargs -n1 -P8 -I{} imagemin {}/* --plugin=jpegoptim --plugin.jpegoptim.progressive --plugin.jpegoptim.stripAll --plugin=pngquant --plugin.pngquant.speed=5 --plugin.pngquant.strip --plugin=optipng --plugin.optipng.optimizationLevel=2 --plugin=svgo --plugin=gifsicle --out-dir={}", "optimize:img": "find public/ -type d | xargs -n1 -P8 -I{} imagemin {}/* --plugin=jpegoptim --plugin.jpegoptim.progressive --plugin.jpegoptim.stripAll --plugin=pngquant --plugin.pngquant.speed=5 --plugin.pngquant.strip --plugin=optipng --plugin.optipng.optimizationLevel=2 --plugin=svgo --plugin=gifsicle --out-dir={}",
"lint": "run-s lint:**", "lint": "run-s lint:**",
"lint:sass": "stylelint assets/sass/**/* --syntax scss", "lint:sass": "stylelint assets/sass/**/* --syntax scss",
"lint:links": "linkinator http://localhost:1313/ --recurse --silent --skip https://www.shodan.io/ --skip https://images.shodan.io/ --skip https://archive.today/ --skip https://archive.is/ --skip https://www.linkedin.com/ --skip http://localhost:1313/y2k/ --skip 'asdfasdf404/?$'",
"lint:markdown": "markdownlint --rules markdownlint-rule-emphasis-style content/**/*.md", "lint:markdown": "markdownlint --rules markdownlint-rule-emphasis-style content/**/*.md",
"lint:spellcheck": "mdspell --en-us --ignore-numbers --ignore-acronyms --report content/**/*.md content/notes/**/*.md content/_index.html", "lint:spellcheck": "mdspell --en-us --ignore-numbers --ignore-acronyms --report content/**/*.md content/notes/**/*.md content/_index.html",
"lint:alex": "alex content/ -q", "lint:links": "linkinator http://localhost:1313/ --recurse --silent --skip https://www.shodan.io/ --skip https://images.shodan.io/ --skip https://archive.today/ --skip https://archive.is/ --skip https://www.linkedin.com/ --skip http://localhost:1313/y2k/ --skip 'asdfasdf404/?$' || true",
"debug:hugo": "hugo version && hugo env", "debug:hugo": "hugo version && hugo env",
"debug:size": "get-folder-size --folder=public" "debug:size": "get-folder-size --folder=public"
}, },
"dependencies": {}, "dependencies": {},
"devDependencies": { "devDependencies": {
"alex": "^8.1.1",
"autoprefixer": "^9.7.4", "autoprefixer": "^9.7.4",
"cross-env": "^7.0.0", "cross-env": "^7.0.0",
"get-folder-size": "^2.0.1", "get-folder-size": "^2.0.1",
"html-minifier": "^4.0.0", "html-minifier": "^4.0.0",
"hugo-extended": "git+https://github.com/jakejarvis/hugo-extended.git#f6b20c2deeabdc9d45f49ee9cfa3f8d7c704737a", "hugo-extended": "0.64.1",
"husky": "^4.2.3", "husky": "^4.2.3",
"imagemin-cli": "^5.1.0", "imagemin-cli": "^5.1.0",
"imagemin-gifsicle": "^7.0.0", "imagemin-gifsicle": "^7.0.0",

1083
yarn.lock

File diff suppressed because it is too large Load Diff