-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.yaml
94 lines (84 loc) · 1.97 KB
/
hugo.yaml
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
baseURL: 'https://nspeed.app'
defaultContentLanguage: "en"
languages:
en:
disabled: false
languageCode: en-US
languageDirection: ltr
languageName: English
params:
subtitle: Reference, Tutorials, and Explanations
title: NSpeed
weight: 1
fr:
disabled: false
languageCode: fr-FR
languageDirection: ltr
languageName: Français
params:
subtitle: Références, Tutoriels et Explications
title: NSpeed
weight: 2
title: NSpeed
theme:
- hugo-shortcode-roneo-collection
- hermit-v2
pygmentsCodefences: true
pygmentsUseClasses: true
rssLimit: 10
copyright: >-
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0
International License.
enableEmoji: true
staticDir:
- assets
- static
- tuto
author:
name: Jean-Francois Giorgi
params:
disableKinds:
- RSS
- taxonomy
- term
author:
name: Jean-Francois Giorgi
# +go-import
goPrefix: 'nspeed.app'
redirect: false
# -go-import
dateform: 'Jan 2, 2006'
dateformShort: Jan 2
dateformNum: '2006-01-02'
dateformNumTime: '2006-01-02 15:04 -0700'
themeColor: '#2596be'
homeSubtitle: A high performance multi-threaded network bandwidth measurement tool.
footerCopyright: ' <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
justifyContent: false
relatedPosts: false
code_copy_button: true
socialLinks:
- name: "email"
url: 'mailto:[email protected]'
- name: "x"
url: https://twitter.com/jfgiorgi
- name: "github"
url: 'https://github.com/nspeed-app/nspeed'
- name: "bsky"
url: https://bsky.app/profile/nspeed.app
homeSubtitlePrinter: false
minify:
tdewolff:
html:
keepQuotes: true
menu:
main:
- name: Download
url: https://github.com/nspeed-app/nspeed/releases/
weight: 10
- name: Changelog
url: posts/changelog/
weigth: 20
- name: About
url: about-nspeed/
weight: 30