Skip to content

Commit

Permalink
chore(release): v2022.8.58
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsneighbour committed Nov 15, 2022
1 parent dc7eaf3 commit 795bb9a
Show file tree
Hide file tree
Showing 23 changed files with 121 additions and 31 deletions.
41 changes: 41 additions & 0 deletions content/components/hugo-auditor/data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"url": "https://api.github.com/repos/davidsneighbour/hugo-auditor/releases/83114033",
"assets_url": "https://api.github.com/repos/davidsneighbour/hugo-auditor/releases/83114033/assets",
"upload_url": "https://uploads.github.com/repos/davidsneighbour/hugo-auditor/releases/83114033/assets{?name,label}",
"html_url": "https://github.com/davidsneighbour/hugo-auditor/releases/tag/v1.0.0",
"id": 83114033,
"author": {
"login": "davidsneighbour",
"id": 83281,
"node_id": "MDQ6VXNlcjgzMjgx",
"avatar_url": "https://avatars.githubusercontent.com/u/83281?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/davidsneighbour",
"html_url": "https://github.com/davidsneighbour",
"followers_url": "https://api.github.com/users/davidsneighbour/followers",
"following_url": "https://api.github.com/users/davidsneighbour/following{/other_user}",
"gists_url": "https://api.github.com/users/davidsneighbour/gists{/gist_id}",
"starred_url": "https://api.github.com/users/davidsneighbour/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/davidsneighbour/subscriptions",
"organizations_url": "https://api.github.com/users/davidsneighbour/orgs",
"repos_url": "https://api.github.com/users/davidsneighbour/repos",
"events_url": "https://api.github.com/users/davidsneighbour/events{/privacy}",
"received_events_url": "https://api.github.com/users/davidsneighbour/received_events",
"type": "User",
"site_admin": false
},
"node_id": "RE_kwDOGc7jTM4E9Dgx",
"tag_name": "v1.0.0",
"target_commitish": "main",
"name": "v1.0.0",
"draft": false,
"prerelease": false,
"created_at": "2022-11-15T11:45:13Z",
"published_at": "2022-11-15T11:46:22Z",
"assets": [

],
"tarball_url": "https://api.github.com/repos/davidsneighbour/hugo-auditor/tarball/v1.0.0",
"zipball_url": "https://api.github.com/repos/davidsneighbour/hugo-auditor/zipball/v1.0.0",
"body": ""
}
Binary file added content/components/hugo-auditor/header-card.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
57 changes: 57 additions & 0 deletions content/components/hugo-auditor/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
---
title: Auditor
linktitle: hugo-auditor
description: This module is a component for GoHugo that adds auditing tools to your
development website.

date: 2022-11-15T15:04:51+07:00
publishDate: 2022-11-15T15:04:51+07:00
lastmod: 2022-11-15T15:04:52+07:00

resources:
- src: header-card.png

categories:
- components

tags:
- gohugo
- component
- development

component:
slug: hugo-auditor
host: github.com
user: davidsneighbour
status: release
list: true
---

# GoHugo Component / Auditor

This module is a component for [GoHugo](https://gohugo.io) that adds auditing tools to your development website. It is not thought for use in a live deployment. It is work in progress.

## Headers CT

See [CT.css](https://github.com/csswizardry/ct) for details. Enable this feature only on development setup to see information about optimisation approaches for your header tag order.

```toml
[params.dnb.auditor]
ct = true
```

then add somewhere in the footer of your base template:

```gotemplate
{{- partialCached "ct/ct.html" . -}}
```

## Create a JSON file with list of all created URLs

Add output type to `outputs` section in your config:

```toml
home = ["dnblinklist" ]
```

After creation of the site there is a JSON file available at `/links.json` ([http://localhost:1313/links.json](http://localhost:1313/links.json)) containing all created links.
Binary file modified content/components/hugo-debug/header-card.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified content/components/hugo-feeds/header-card.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified content/components/hugo-giscus/header-card.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified content/components/hugo-head/header-card.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified content/components/hugo-hooks/header-card.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified content/components/hugo-icons/header-card.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified content/components/hugo-internals/header-card.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified content/components/hugo-netlification/header-card.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified content/components/hugo-pictures/header-card.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 13 additions & 14 deletions content/components/hugo-pwa/data.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"url": "https://api.github.com/repos/davidsneighbour/hugo-pwa/releases/77449473",
"assets_url": "https://api.github.com/repos/davidsneighbour/hugo-pwa/releases/77449473/assets",
"upload_url": "https://uploads.github.com/repos/davidsneighbour/hugo-pwa/releases/77449473/assets{?name,label}",
"html_url": "https://github.com/davidsneighbour/hugo-pwa/releases/tag/v1.0.8",
"id": 77449473,
"url": "https://api.github.com/repos/davidsneighbour/hugo-pwa/releases/83084065",
"assets_url": "https://api.github.com/repos/davidsneighbour/hugo-pwa/releases/83084065/assets",
"upload_url": "https://uploads.github.com/repos/davidsneighbour/hugo-pwa/releases/83084065/assets{?name,label}",
"html_url": "https://github.com/davidsneighbour/hugo-pwa/releases/tag/v1.0.10",
"id": 83084065,
"author": {
"login": "davidsneighbour",
"id": 83281,
Expand All @@ -24,19 +24,18 @@
"type": "User",
"site_admin": false
},
"node_id": "RE_kwDOGdkmhs4EnckB",
"tag_name": "v1.0.8",
"node_id": "RE_kwDOGdkmhs4E88Mh",
"tag_name": "v1.0.10",
"target_commitish": "main",
"name": "v1.0.8",
"name": "v1.0.10",
"draft": false,
"prerelease": false,
"created_at": "2022-09-17T08:49:02Z",
"published_at": "2022-09-17T08:49:13Z",
"created_at": "2022-11-15T05:30:59Z",
"published_at": "2022-11-15T05:31:13Z",
"assets": [

],
"tarball_url": "https://api.github.com/repos/davidsneighbour/hugo-pwa/tarball/v1.0.8",
"zipball_url": "https://api.github.com/repos/davidsneighbour/hugo-pwa/zipball/v1.0.8",
"body": "## What's Changed\n* build: update Github organization name & use newer NPM dependencies by @ringods in https://github.com/davidsneighbour/hugo-pwa/pull/78\n* build(deps): bump ejs from 3.1.6 to 3.1.7 by @dependabot in https://github.com/davidsneighbour/hugo-pwa/pull/80\n\n## New Contributors\n* @ringods made their first contribution in https://github.com/davidsneighbour/hugo-pwa/pull/78\n\n**Full Changelog**: https://github.com/davidsneighbour/hugo-pwa/compare/v0.2.0...v1.0.8",
"mentions_count": 2
"tarball_url": "https://api.github.com/repos/davidsneighbour/hugo-pwa/tarball/v1.0.10",
"zipball_url": "https://api.github.com/repos/davidsneighbour/hugo-pwa/zipball/v1.0.10",
"body": "chore(release): v1.0.10"
}
Binary file modified content/components/hugo-pwa/header-card.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified content/components/hugo-robots/header-card.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified content/components/hugo-security/header-card.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified content/components/hugo-sitemap/header-card.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified content/components/hugo-youtube/header-card.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified content/components/references/header-card.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion data/dnb/kollitsch/build.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "2022.8.57",
"version": "2022.8.58",
"repository": "https://github.com/davidsneighbour/kollitsch.dev"
}
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/davidsneighbour/kollitsch.dev
go 1.18

require (
github.com/davidsneighbour/hugo-auditor v0.1.8 // indirect
github.com/davidsneighbour/hugo-auditor v1.0.0 // indirect
github.com/davidsneighbour/hugo-debug v1.5.20 // indirect
github.com/davidsneighbour/hugo-feeds v1.0.3 // indirect
github.com/davidsneighbour/hugo-functions v1.1.3 // indirect
Expand All @@ -16,7 +16,7 @@ require (
github.com/davidsneighbour/hugo-opensearch v1.0.2 // indirect
github.com/davidsneighbour/hugo-pictures v0.1.3 // indirect
github.com/davidsneighbour/hugo-publisher v0.0.0-20220406165408-f18cd8318efc // indirect
github.com/davidsneighbour/hugo-pwa v1.0.8 // indirect
github.com/davidsneighbour/hugo-pwa v1.0.10 // indirect
github.com/davidsneighbour/hugo-robots v1.2.6 // indirect
github.com/davidsneighbour/hugo-search-algolia v0.1.3 // indirect
github.com/davidsneighbour/hugo-security v1.1.4 // indirect
Expand Down
12 changes: 4 additions & 8 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/davidsneighbour/hugo-auditor v0.1.8 h1:4kjfIqucVL+tdnlZqsLNbog3/3RPlmxSiKwjQOdCOEs=
github.com/davidsneighbour/hugo-auditor v0.1.8/go.mod h1:tDKQsFP8F8rgmbswmkL00M0gVlcZ0nvJJ4SrHYXJpqY=
github.com/davidsneighbour/hugo-auditor v1.0.0 h1:jZybeiao8+HzedZgJBOUKRKU3tWEjFycriMTqohdH2I=
github.com/davidsneighbour/hugo-auditor v1.0.0/go.mod h1:tDKQsFP8F8rgmbswmkL00M0gVlcZ0nvJJ4SrHYXJpqY=
github.com/davidsneighbour/hugo-debug v1.5.20 h1:pFeFy+hgASGnuibe3Ey/tf+WYB9hxp6imXGllTMzHrk=
github.com/davidsneighbour/hugo-debug v1.5.20/go.mod h1:CmaePQn6TcdiP269YMmB0ShEZI47ySDpeWkBV8T2qcU=
github.com/davidsneighbour/hugo-feeds v1.0.3 h1:WA7pz2dUt1QwVendYX6OIDNy96ohNlIk2ZZlLePJK0A=
Expand All @@ -12,8 +12,6 @@ github.com/davidsneighbour/hugo-head v1.1.19 h1:CFEjUWY35dkpdliqYl7YpOzOmGDYo47p
github.com/davidsneighbour/hugo-head v1.1.19/go.mod h1:1Z9f51rfdJsdQSio9gur4iHDqukDNKU2tDVJvKWL2lM=
github.com/davidsneighbour/hugo-hooks v1.3.5 h1:2MWcJlsmUMAWTMyb6nkYYhFOCA+yx6c1uGm6jHaGr6Y=
github.com/davidsneighbour/hugo-hooks v1.3.5/go.mod h1:AM5v7lsVWD2tQFSzbDClu5Q0lwqxB7P1kpQGMMSaxXY=
github.com/davidsneighbour/hugo-icons v1.2.20 h1:XicDltaAXavQQDLNL2OwTNUXlrzP8jT3VKmUIykVc60=
github.com/davidsneighbour/hugo-icons v1.2.20/go.mod h1:zbWze60siaPURyBg9BhoK1lfyonuy2YYG35u9m7/pRk=
github.com/davidsneighbour/hugo-icons v1.2.22 h1:8gLHU2dVQcVTHhrmsypK4RXxJ/NK6y/xEDMODYsOuAE=
github.com/davidsneighbour/hugo-icons v1.2.22/go.mod h1:P2KIWnT3FOgM2VDBo86B9i1FzRYyvZ4lqQ1nUROH7SA=
github.com/davidsneighbour/hugo-internals v1.0.4 h1:34lfZq2pYdfgnfh/K23lrM5JlLDReiBHTicKb9SexL0=
Expand All @@ -26,8 +24,8 @@ github.com/davidsneighbour/hugo-pictures v0.1.3 h1:JUIa4gHTafnPQmIBP3E5aHkytfeP/
github.com/davidsneighbour/hugo-pictures v0.1.3/go.mod h1:9i10Gn3BuNMZEJ5zJAyNlwfDfVWkHzO1N1LttrQjkio=
github.com/davidsneighbour/hugo-publisher v0.0.0-20220406165408-f18cd8318efc h1:3R1+oq7cV2VAwfieugclpf2PzajcI/gEsaKVWuJ33Lw=
github.com/davidsneighbour/hugo-publisher v0.0.0-20220406165408-f18cd8318efc/go.mod h1:BJDdeFXuKloJU3kCs8TExCtjjxULDYbF/IQWFAx9Ks4=
github.com/davidsneighbour/hugo-pwa v1.0.8 h1:lpn0Mre1eotTkZxo9RDyeT8bytthCzXme//Oqusmiss=
github.com/davidsneighbour/hugo-pwa v1.0.8/go.mod h1:W3O4g46pYzCMmiqGnXT/7BVNDfDQ+FXqZoMu/xzaeVQ=
github.com/davidsneighbour/hugo-pwa v1.0.10 h1:jeRoMTflSHqlsOB0xPAwCEspPSLkCZuedQYes8UwyA8=
github.com/davidsneighbour/hugo-pwa v1.0.10/go.mod h1:XcxhFbVwFkkUdPYHQMtnPoITejFroXtFn+i+u8IYFhc=
github.com/davidsneighbour/hugo-robots v1.2.6 h1:a5i8H6QztyP9Tc15060FFPYRLSq+2AvlXjPEmR26AJ4=
github.com/davidsneighbour/hugo-robots v1.2.6/go.mod h1:q4YHx8ppcEtXa7bpCC0h+ml6lXCPsvemZrufl5XU+9U=
github.com/davidsneighbour/hugo-search-algolia v0.1.3 h1:+HAFeE2K3qzXDGNnE+Z/7RNMNGSkdHG0DqpcrZKC+p4=
Expand All @@ -40,8 +38,6 @@ github.com/davidsneighbour/hugo-sitemap v1.1.1 h1:mLnhpxPUfg+2YM7EhEbBL2uO7ftzaz
github.com/davidsneighbour/hugo-sitemap v1.1.1/go.mod h1:yg6xByEFv+J1UabtBGluLAF4tuekbcgPkwEQbVdIxAY=
github.com/davidsneighbour/hugo-social v0.1.9 h1:Qe/92X8bOac7ypPWk8lWsf74K20onId/TV6qmZ3jJ3s=
github.com/davidsneighbour/hugo-social v0.1.9/go.mod h1:d+S7kYwvMiGflVH+PVKYJ5n5miFvgVB3q7zfpC0EaCE=
github.com/davidsneighbour/hugo-tech v1.2022.7 h1:r9CEo+/C1EKxEdRUzZC6VcvFdYr/qXDJVc4MLDCqMpg=
github.com/davidsneighbour/hugo-tech v1.2022.7/go.mod h1:uPH6ptsCky3OgTIF9b6C33jSRSCC4bjZDskeax5UQUM=
github.com/davidsneighbour/hugo-tech v1.2022.8 h1:qyNn4TYc9PELK9gavkFlvw0PYu8Xajm6wFC3E1ICdvM=
github.com/davidsneighbour/hugo-tech v1.2022.8/go.mod h1:uPH6ptsCky3OgTIF9b6C33jSRSCC4bjZDskeax5UQUM=
github.com/davidsneighbour/hugo-youtube v1.1.9 h1:Cx6N6Z+YgIOPp8M6ymEhwFG5aJdsi+oXuiI083WHLGA=
Expand Down
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@davidsneighbour/kollitsch-dev",
"description": "Website and content for kollitsch.dev",
"version": "2022.8.57",
"version": "2022.8.58",
"license": "CC-BY-NC-SA-4.0 MIT",
"private": true,
"repository": "davidsneighbour/kollitsch.dev",
Expand Down Expand Up @@ -32,6 +32,7 @@
"postcss-cli": "^10.0.0",
"request": "^2.88.2",
"sass": "^1.56.1",
"snoowrap": "^1.23.0",
"trim": ">=1.0.1",
"ts-node": "^10.9.1",
"typescript": "^4.8.4",
Expand Down Expand Up @@ -78,11 +79,7 @@
"release": "standard-version --release-as patch --sign -a -t \"v\" --releaseCommitMessageFormat \"chore(release): v{{currentTag}}\" && ./bin/release/postrelease",
"release:major": "standard-version --release-as major --sign -a -t \"v\" --releaseCommitMessageFormat \"chore(release): v{{currentTag}}\" && ./bin/release/postrelease",
"release:minor": "standard-version --release-as minor --sign -a -t \"v\" --releaseCommitMessageFormat \"chore(release): v{{currentTag}}\" && ./bin/release/postrelease",
"serve": "run-p serve:hugo",
"serve:hugo": "bin/server/run",
"serve:script": "tsc --watch",
"server": "run-p serve",
"server:paranoid": "bin/server/run-paranoid",
"server": "bin/server/run",
"tests": "npm run cypress",
"update": "npm-check-updates -u --target minor && npm install && fixpack && npx browserslist@latest --update-db"
},
Expand Down

0 comments on commit 795bb9a

Please sign in to comment.