Skip to content

Commit 1b9041e

Browse files
authored
[Zip][Portable] New package: Hugo.Hugo.Extended version 0.105.0 (#88296)
* New package: Hugo.Hugo.Extended version 0.105.0 * Update Hugo.Hugo.Extended.installer.yaml
1 parent eff47df commit 1b9041e

File tree

4 files changed

+143
-0
lines changed

4 files changed

+143
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Created with YamlCreate.ps1 v2.2.1 $debug=NVS1.CRLF.7-3-0.Win32NT
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json
3+
4+
PackageIdentifier: Hugo.Hugo.Extended
5+
PackageVersion: 0.105.0
6+
InstallerType: zip
7+
ReleaseDate: 2022-10-28
8+
Installers:
9+
- Architecture: x64
10+
NestedInstallerType: portable
11+
NestedInstallerFiles:
12+
- RelativeFilePath: hugo.exe
13+
PortableCommandAlias: hugo
14+
InstallerUrl: https://github.com/gohugoio/hugo/releases/download/v0.105.0/hugo_extended_0.105.0_windows-amd64.zip
15+
InstallerSha256: F15120D3BF7BEB8E506104CAD985BA9CC5345B7F75FC2D68FE22E6629EB38543
16+
ManifestType: installer
17+
ManifestVersion: 1.4.0
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
# Created with YamlCreate.ps1 v2.2.1 $debug=NVS1.CRLF.7-3-0.Win32NT
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json
3+
4+
PackageIdentifier: Hugo.Hugo.Extended
5+
PackageVersion: 0.105.0
6+
PackageLocale: en-US
7+
Publisher: The Hugo Authors
8+
PublisherUrl: https://gohugo.io/
9+
PublisherSupportUrl: https://discourse.gohugo.io/
10+
# PrivacyUrl:
11+
Author: The Hugo Authors
12+
PackageName: Hugo (Extended)
13+
PackageUrl: https://gohugo.io/
14+
License: Apache-2.0
15+
LicenseUrl: https://gohugo.io/about/license/
16+
Copyright: Copyright 2022 The Hugo Authors.
17+
# CopyrightUrl:
18+
ShortDescription: The world’s fastest framework for building websites (with WebP encoding and Sass transpiling support)
19+
Description: |-
20+
Hugo is one of the most popular open-source static site generators. With its amazing speed and flexibility, Hugo makes building websites fun again.
21+
Hugo is available in two flavors: standard and extended. With the extended flavor you can:
22+
- Encode WebP images (decoding is also available in the standard build)
23+
- Transpile Sass to CSS using the embedded LibSass transpiler
24+
# Moniker:
25+
Tags:
26+
- blog
27+
- blog-engine
28+
- cms
29+
- content-management-system
30+
- documentation
31+
- documentation-tool
32+
- static-site
33+
- static-site-generator
34+
# Agreements:
35+
ReleaseNotes: |-
36+
Bug fixes
37+
- Avoid nilpointer when shortcode page content output nil e5d2a8f @davidejones #10391
38+
- Revise the fix for shortcode vs output format nilpointer 631d768 @bep #10391
39+
40+
Improvements
41+
- livereload: Use text/javascript here, too 00ff161 @bep
42+
- media: Rename application/javascript, application/typescript to text/javascript etc. 588710a @bep
43+
- Skip flakey server tests on GitHub Action on Windows 20ef6dc @bep
44+
- github: Avoid duplicate test runs d1cd1db @bep
45+
- tpl/encoding: Add noHTMLEscape option to jsonify 09e1011 @bep
46+
- Don't use self-closing generator tag 01ebb6e @djibe
47+
- github: Use SHA versions 1fd3320 @bep
48+
- Resolve dependency-path not found error in workflow 0fb2b3d @jongwooo
49+
- Use setup-go action to cache dependencies db05232 @jongwooo
50+
51+
Dependency Updates
52+
- build(deps): bump golang.org/x/tools from 0.1.12 to 0.2.0 f505854 @dependabot[bot]
53+
- build(deps): bump github.com/getkin/kin-openapi from 0.106.0 to 0.107.0 2aedccc @dependabot[bot]
54+
- build(deps): bump golang.org/x/text from 0.3.7 to 0.4.0 c109314 @dependabot[bot]
55+
- build(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.1 4732c47 @dependabot[bot]
56+
- build(deps): bump github.com/getkin/kin-openapi from 0.103.0 to 0.106.0 62780ec @dependabot[bot]
57+
- build(deps): bump github.com/tdewolff/minify/v2 from 2.12.1 to 2.12.4 351d6b0 @dependabot[bot]
58+
- build(deps): bump github.com/yuin/goldmark from 1.4.15 to 1.5.2 ed930db @dependabot[bot]
59+
- build(deps): bump github.com/fsnotify/fsnotify from 1.5.4 to 1.6.0 05df964 @dependabot[bot]
60+
- build(deps): bump github.com/magefile/mage from 1.13.0 to 1.14.0 9860e0e @dependabot[bot]
61+
- build(deps): bump github.com/evanw/esbuild from 0.15.9 to 0.15.12 2ef60db @dependabot[bot]
62+
63+
Documentation
64+
- Update Go and Alpine version in Dockerfile 6275aad @wind0r
65+
66+
Build Setup
67+
- build: Update to Go 1.19.2 a066e98 @bep
68+
ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.105.0
69+
# PurchaseUrl:
70+
# InstallationNotes:
71+
Documentations:
72+
- DocumentLabel: Documentation
73+
DocumentUrl: https://gohugo.io/documentation/
74+
ManifestType: defaultLocale
75+
ManifestVersion: 1.4.0
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Created with YamlCreate.ps1 v2.2.1 $debug=NVS1.CRLF.7-3-0.Win32NT
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json
3+
4+
PackageIdentifier: Hugo.Hugo.Extended
5+
PackageVersion: 0.105.0
6+
PackageLocale: zh-CN
7+
Publisher: The Hugo Authors
8+
PublisherUrl: https://gohugo.io/
9+
PublisherSupportUrl: https://discourse.gohugo.io/
10+
# PrivacyUrl:
11+
Author: The Hugo Authors
12+
PackageName: Hugo(扩展版)
13+
PackageUrl: https://gohugo.io/
14+
License: Apache-2.0
15+
LicenseUrl: https://gohugo.io/about/license/
16+
Copyright: Copyright 2022 The Hugo Authors.
17+
# CopyrightUrl:
18+
ShortDescription: 世界上最快的网站搭建框架(支持 WebP 编码和 Sass 转译)
19+
Description: |-
20+
Hugo 是最受欢迎的开源静态网站生成器之一。凭借其惊人的速度和灵活性,Hugo 让搭建网站又变得有趣起来。
21+
Hugo 有两种版本:标准版和扩展版。在扩展版本中,您可以
22+
- 编码 WebP 图片(标准版也可以进行解码)
23+
- 使用内嵌的 LibSass 转译器将 Sass 转译为 CSS
24+
# Moniker:
25+
Tags:
26+
- 内容管理系统
27+
- 博客
28+
- 博客引擎
29+
- 文档
30+
- 文档工具
31+
- 文档生成工具
32+
- 静态网站
33+
- 静态网站生成器
34+
# Agreements:
35+
# ReleaseNotes:
36+
ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.105.0
37+
# PurchaseUrl:
38+
# InstallationNotes:
39+
Documentations:
40+
- DocumentLabel: 文档
41+
DocumentUrl: https://gohugo.io/documentation/
42+
ManifestType: locale
43+
ManifestVersion: 1.4.0
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with YamlCreate.ps1 v2.2.1 $debug=NVS1.CRLF.7-3-0.Win32NT
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json
3+
4+
PackageIdentifier: Hugo.Hugo.Extended
5+
PackageVersion: 0.105.0
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.4.0

0 commit comments

Comments
 (0)