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

46 lines
738 B
YAML

baseURL: https://snippets.theorangeone.net
languageCode: en-gb
title: Snippets
theme:
- docdock
- utils
params:
enableGitInfo: true
disableNavChevron: true
outputs:
home:
- HTML
- RSS
- JSON
enableRobotsTXT: true
enableEmoji: true
stepAnalysis: true
enableGitInfo: true
pluralizeListTitles: false
pygmentsCodefencesGuessSyntax: true
pygmentsCodefences: true
pygmentsStyle: monokai
blackfriday:
smartypants: false
disableKinds:
- taxonomy
- taxonomyTerm
assetDir: .
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