forked from PCSX2/pcsx2-net-www
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
142 lines (142 loc) · 3.5 KB
/
config.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
module:
hugoVersion:
extended: true
baseURL: "/"
publishDir: "public/"
disableKinds:
# users dont need to see the taxonomy listing pages
- "taxonomy"
ignoreErrors:
# users dont need to see the taxonomy listing pages
- "error-disable-taxonomy"
languageCode: en-us
title: PCSX2
theme:
- pcsx2
defaultContentLanguage: en
paginate: 20
# Code Styling
markup:
highlight:
anchorLineNos: false
codeFences: true
guessSyntax: false
hl_Lines: ""
lineAnchors: ""
lineNoStart: 1
lineNos: false
lineNumbersInTable: true
noClasses: true
style: monokai
tabWidth: 4
tableOfContents:
ordered: false
endLevel: 3
startLevel: 2
enableEmoji: true
enableGitInfo: true
# Website Parameters
params:
description: "PCSX2 is a free, multi-platform and open-source Playstation 2 emulator which supports over 98% of the original PS2 library. Download the latest version or read up on our most recent development progress."
social:
- name: Donate
icon: fa-solid fa-heart
weight: 1
url: "https://github.com/sponsors/PCSX2"
- name: Discord
icon: fab fa-discord
weight: 1
url: "https://pcsx2.net/discord"
- name: Github
icon: fab fa-github
weight: 2
url: "https://github.com/PCSX2"
- name: Forums
icon: fa-solid fa-comments
weight: 4
url: "https://forums.pcsx2.net/"
- name: Wiki
icon: fa-solid fa-circle-info
weight: 6
url: "https://wiki.pcsx2.net"
- name: Twitter
icon: fab fa-twitter
weight: 3
url: "https://twitter.com/PCSX2"
- name: YouTube
icon: fab fa-youtube
weight: 5
url: "https://www.youtube.com/user/PCSX2team"
taxonomies:
category: categories
tag: tags
author: authors
languages:
en:
# baseURL: 'https://pcsx2.net/en/'
languageName: ":uk:"
menu:
main:
- name: Download
title: Downloads
weight: 1
url: /downloads
- name: Usage Guide
title: Usage Guide
weight: 1
url: /guides/basic-setup
- name: Compatibility
title: Compatibility List
weight: 2
url: /compat
- name: Blog
title: Blog
weight: 3
url: /blog
# TODO - temporarily disabled until page is finished
# - name: Documentation
# title: Documentation
# weight: 4
# url: /docs
# - name: About
# title: About the Project
# weight: 5
# url: /about
# TODO - translation
# fr:
# baseURL: 'https://pcsx2.net/fr/'
# languageName: ':fr:'
# menu:
# main:
# - name: Télécharger
# title: Téléchargements
# weight: 1
# url: /downloads
# - name: Compatibilité
# title: Liste de compatibilité
# weight: 2
# url: /compat
# - name: Blog
# title: Dev Blog
# weight: 3
# url: /blog
# - name: Documentation
# title: Documentation
# weight: 4
# url: /docs
# - name: À propos
# title: À propos du projet
# weight: 5
# url: /about
# - name: Discord
# weight: 6
# url: 'https://pcsx2.net/discord'
# pre: fa fa-discord
# - name: Github
# weight: 7
# url: 'https://github.com/PCSX2/pcsx2'
# pre: fa fa-github
sitemap:
changefreq: monthly
filename: sitemap.xml
priority: 0.5