-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Expand file tree
/
Copy pathhugo.yml
More file actions
63 lines (63 loc) · 1.8 KB
/
hugo.yml
File metadata and controls
63 lines (63 loc) · 1.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
---
languageCode: en
title: Git
disablePathToLower: true
relativeURLs: true
uglyURLs: true
disableKinds:
- RSS
- taxonomy
- term
markup:
goldmark:
renderer:
unsafe: true
mediaTypes:
application/json:
suffixes:
- json
module:
mounts:
- source: content
target: content
- source: static
target: static
- source: data
target: data
- source: external/book/data/book
target: data/book
- source: external/book/content/book
target: content/book
- source: external/book/static/book
target: static/book
- source: external/docs/data
target: data
- source: external/docs/content
target: content
params:
hugo_version: 0.155.3
pagefind_version: 1.4.0
latest_version: 2.53.0
latest_relnote_url: https://gitlab.com/git-scm/git/-/blob/HEAD/Documentation/RelNotes/2.53.0.adoc
latest_release_date: '2026-02-02'
windows_installer:
installer_x64:
filename: Git-2.53.0.2-64-bit.exe
release_date: '2026-03-10'
version: 2.53.0(2)
url: https://github.com/git-for-windows/git/releases/download/v2.53.0.windows.2/Git-2.53.0.2-64-bit.exe
installer_arm64:
filename: Git-2.53.0.2-arm64.exe
release_date: '2026-03-10'
version: 2.53.0(2)
url: https://github.com/git-for-windows/git/releases/download/v2.53.0.windows.2/Git-2.53.0.2-arm64.exe
portable_x64:
filename: PortableGit-2.53.0.2-64-bit.7z.exe
release_date: '2026-03-10'
version: 2.53.0(2)
url: https://github.com/git-for-windows/git/releases/download/v2.53.0.windows.2/PortableGit-2.53.0.2-64-bit.7z.exe
portable_arm64:
filename: PortableGit-2.53.0.2-arm64.7z.exe
release_date: '2026-03-10'
version: 2.53.0(2)
url: https://github.com/git-for-windows/git/releases/download/v2.53.0.windows.2/PortableGit-2.53.0.2-arm64.7z.exe