mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-05 08:13:40 +00:00
112 lines
2.0 KiB
YAML
112 lines
2.0 KiB
YAML
baseurl: /
|
|
canonifyURLs: true
|
|
enableRobotsTXT: true
|
|
footnotereturnlinkcontents: ↩
|
|
googleAnalytics: UA-98710982-2
|
|
ignoreFiles:
|
|
- \.Rmd$
|
|
- \.Rmarkdown$
|
|
- _files$
|
|
- _cache$
|
|
languageCode: en-us
|
|
preserveTaxonomyNames: true
|
|
pygmentsCodefences: true
|
|
PygmentsStyle: manni
|
|
enableEmoji: true
|
|
staticDir:
|
|
- static
|
|
theme: minimo
|
|
title: davegallant
|
|
menu:
|
|
main:
|
|
- name: Home
|
|
url: /
|
|
weight: 1
|
|
- name: About
|
|
url: /about/
|
|
weight: 2
|
|
- name: RSS
|
|
url: /index.xml
|
|
|
|
params:
|
|
info:
|
|
description: personal blog
|
|
title404: This page no longer exists, or maybe it never did? Try https://archive.org?
|
|
assets:
|
|
favicon: favicon.ico
|
|
customCSS:
|
|
- css/custom.css
|
|
# customJS:
|
|
# - js/custom.js
|
|
gopher: ''
|
|
copyright:
|
|
prefix: ''
|
|
holder: Dave Gallant
|
|
startYear: '2020'
|
|
suffix: ''
|
|
settings:
|
|
dateFormat: '2006, Jan 02'
|
|
listDateFormat: '2006, Jan 02'
|
|
archiveDateFormat: Jan 02
|
|
hideEntryNavigation:
|
|
- page
|
|
hideEntryMeta:
|
|
- page
|
|
showReadingTime: true
|
|
showLastmod: true
|
|
taxonomyCloudShuffle: true
|
|
accentColor: '#8979b3'
|
|
hideMainMenu: false
|
|
sidebar:
|
|
enable: true
|
|
widgets:
|
|
homepage:
|
|
- recent_posts
|
|
sidebar:
|
|
- about
|
|
- sidebar_menu
|
|
- taxonomy_cloud
|
|
- social_menu
|
|
opengraph:
|
|
facebook:
|
|
admins: []
|
|
appID: ''
|
|
pageID: ''
|
|
twitter:
|
|
page: ''
|
|
seo:
|
|
titleSeparator: •
|
|
social:
|
|
email: davegallant@gmail.com
|
|
github: davegallant
|
|
linkedin: dave-gallant
|
|
twitter: dave_gallant_
|
|
comments:
|
|
enable: true
|
|
utterances:
|
|
enable: true
|
|
issueTerm: "pathname"
|
|
theme: github-light # the css inverts this when dark is preferred
|
|
github:
|
|
username: davegallant
|
|
repository: davegallant.github.io
|
|
search:
|
|
client: fuse
|
|
|
|
taxonomies:
|
|
author: authors
|
|
tag: tags
|
|
|
|
permalinks:
|
|
post: '/blog/:year/:month/:day/:slug/'
|
|
|
|
blackfriday:
|
|
hrefTargetBlank: true
|
|
|
|
languages:
|
|
en:
|
|
lang: en
|
|
languageName: English
|
|
weight: 1
|
|
|