1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
snippets-legacy/config.yml

43 lines
677 B
YAML
Raw Normal View History

2019-09-21 15:51:23 +01:00
baseURL: http://example.org
languageCode: en-gb
title: Snippets
2019-09-21 16:11:34 +01:00
2019-09-21 16:17:00 +01:00
theme:
- docdock
- utils
2019-09-21 15:51:23 +01:00
params:
enableGitInfo: true
disableNavChevron: true
outputs:
home:
- HTML
- RSS
- JSON
2019-09-21 16:11:34 +01:00
enableRobotsTXT: true
enableEmoji: true
stepAnalysis: true
pygmentsCodefencesGuessSyntax: true
pygmentsCodefences: true
pygmentsUseClasses: true
blackfriday:
smartypants: false
2019-09-21 16:20:16 +01:00
disableKinds:
- taxonomy
- taxonomyTerm
2019-09-21 16:27:06 +01:00
assetDir: .
2019-09-21 16:50:04 +01:00
menu:
shortcuts:
- name: <i class='fa fa-globe'></i> <label>Website</label>
url: https://theorangeone.net
- name: <i class='fa fa-github'></i> <label>GitHub</label>
url: https://github.com/RealOrangeOne/snippets