mirror of
https://github.com/ProjectFirewatch/ProjectFirewatch.git
synced 2024-12-13 06:39:23 -08:00
100 lines
2.7 KiB
YAML
100 lines
2.7 KiB
YAML
baseURL: https://projectfirewatch.com
|
|
disablePathToLower: true
|
|
languageCode: en-us
|
|
defaultContentLanguage: en
|
|
title: "Project Firewatch"
|
|
theme: cupper-hugo-theme
|
|
#googleAnalytics: UA-123456789-1
|
|
#disqusShortname: yourdiscussshortname
|
|
enableGitInfo: false
|
|
toc: false
|
|
|
|
permalinks:
|
|
post: /:filename/
|
|
|
|
disableKinds:
|
|
- taxonomy
|
|
- term
|
|
|
|
imaging:
|
|
quality: 99
|
|
|
|
params:
|
|
description: The <a href="https://github.com/ProjectFirewatch/ProjectFirewatch">Opensource</a> Deep Dive Into The Game Firewatch. <br> <img id="clickaroos" alt="Clickaroos" src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FSophiaAtkinson%2FFirewatch-Guide&count_bg=%231C1C1C&title_bg=%231C1C1C&icon=&icon_color=%23E7E7E7&title=Clickaroos&edge_flat=true">
|
|
homeMetaContent: The Opensource Deep Dive Into The Game Firewatch.
|
|
footer: <hr><h6><i>projectfirewatch.com is a community website and is <strong>NOT</strong> affiliated with Firewatch or Campo Santo.<br>Firewatch and the Firewatch logos are trademarks of Campo Santo. All other trademarks are property of their respective owners.</i></h6>
|
|
# For more date formats see https://gohugo.io/functions/format/
|
|
dateFormat: Jan 2, 2006
|
|
katex: false
|
|
hideHeaderLinks: false
|
|
search: false
|
|
showThemeSwitcher: false
|
|
defaultDarkTheme: true
|
|
moveFooterToHeader: false
|
|
logo: /images/logo-trans.svg
|
|
logoAlt: Firewatch Logo Trans!
|
|
utterances:
|
|
repo: ProjectFirewatch/ProjectFirewatch
|
|
issueTerm: title
|
|
theme: github-light
|
|
|
|
menu:
|
|
nav:
|
|
- name: Home
|
|
url: /
|
|
weight: 1
|
|
- name: Audio Tour Transcription
|
|
url: /cdn/FirewatchAudioTour.pdf
|
|
weight: 2
|
|
- name: Playthrough
|
|
url: /playthrough/
|
|
weight: 3
|
|
- name: Gallery
|
|
url: /gallery/
|
|
weight: 4
|
|
- name: Misc Info
|
|
url: /info/
|
|
weight: 5
|
|
guidesnav:
|
|
- name: Achievements
|
|
url: /achievements/
|
|
weight: 1
|
|
- name: Shoshone Book Club
|
|
url: /shoshonebookclub/
|
|
weight: 2
|
|
- name: Shoshone Wildlife Notes
|
|
url: /shoshonewildlifenotes/
|
|
weight: 3
|
|
- name: Cassette Locations
|
|
url: /cassettelocations/
|
|
weight: 4
|
|
- name: Can you catch the first flight in time?
|
|
url: /catchthefirstflightintime/
|
|
weight: 5
|
|
markup:
|
|
defaultMarkdownHandler: goldmark
|
|
goldmark:
|
|
extensions:
|
|
definitionList: true
|
|
footnote: true
|
|
linkify: true
|
|
strikethrough: true
|
|
table: true
|
|
taskList: true
|
|
typographer: true
|
|
parser:
|
|
attribute: true
|
|
autoHeadingID: true
|
|
renderer:
|
|
hardWraps: false
|
|
unsafe: true
|
|
xHTML: false
|
|
highlight:
|
|
codeFences: false
|
|
hl_Lines: ""
|
|
lineNoStart: 1
|
|
lineNos: false
|
|
lineNumbersInTable: true
|
|
noClasses: true
|
|
style: monokai
|
|
tabWidth: 4 |