mirror of
https://github.com/PCSX2/pcsx2-net-www.git
synced 2026-01-31 01:15:16 +01:00
139 lines
3.4 KiB
YAML
139 lines
3.4 KiB
YAML
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: 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
|