mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-06 00:33:39 +00:00
Switch to theme based on Archie
This commit is contained in:
150
config.yaml
150
config.yaml
@@ -1,112 +1,64 @@
|
||||
baseurl: /
|
||||
canonifyURLs: true
|
||||
enableRobotsTXT: true
|
||||
footnotereturnlinkcontents: ↩
|
||||
googleAnalytics: UA-98710982-2
|
||||
ignoreFiles:
|
||||
- \.Rmd$
|
||||
- \.Rmarkdown$
|
||||
- _files$
|
||||
- _cache$
|
||||
staticDir: static
|
||||
languageCode: en-us
|
||||
googleAnalytics: UA-98710982-2
|
||||
copyright: Dave Gallant
|
||||
preserveTaxonomyNames: true
|
||||
pygmentsCodefences: true
|
||||
PygmentsStyle: manni
|
||||
enableEmoji: true
|
||||
staticDir:
|
||||
- static
|
||||
theme: minimo
|
||||
pygmentsstyle: "monokai"
|
||||
pygmentscodefences: true
|
||||
pygmentscodefencesguesssyntax: true
|
||||
theme: archie
|
||||
title: davegallant
|
||||
|
||||
params:
|
||||
mode: toggle
|
||||
useCDN: true
|
||||
subtitle: "A personal blog about technical discovery"
|
||||
mathjax: true
|
||||
katex: true
|
||||
|
||||
favicon: https://davegallant.ca/favicon.ico
|
||||
|
||||
customcss:
|
||||
- css/custom.css
|
||||
|
||||
social:
|
||||
- name: GitHub
|
||||
icon: github
|
||||
url: 'https://github.com/davegallant'
|
||||
- name: Twitter
|
||||
icon: twitter
|
||||
url: 'https://twitter.com/davega11ant/'
|
||||
- name: Mastodon
|
||||
icon: speaker
|
||||
url: https://fosstodon.org/@davegallant
|
||||
- name: LinkedIn
|
||||
icon: linkedin
|
||||
url: https://www.linkedin.com/in/dave-gallant/
|
||||
|
||||
comments:
|
||||
utterances:
|
||||
enable: true
|
||||
issueTerm: "pathname"
|
||||
theme: github-light
|
||||
github:
|
||||
username: davegallant
|
||||
repository: davegallant.github.io
|
||||
|
||||
menu:
|
||||
main:
|
||||
- name: Home
|
||||
url: /
|
||||
weight: 1
|
||||
- name: About
|
||||
url: /about/
|
||||
- name: All posts
|
||||
url: /post
|
||||
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: dave.gallant@gmail.com
|
||||
github: davegallant
|
||||
linkedin: dave-gallant
|
||||
twitter: davega11ant
|
||||
mastodon: https://fosstodon.org/@davegallant
|
||||
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
|
||||
- name: About
|
||||
url: /about
|
||||
weight: 3
|
||||
- name: Tags
|
||||
url: /tags
|
||||
weight: 4
|
||||
|
||||
permalinks:
|
||||
post: '/blog/:year/:month/:day/:slug/'
|
||||
|
||||
blackfriday:
|
||||
hrefTargetBlank: true
|
||||
|
||||
languages:
|
||||
en:
|
||||
lang: en
|
||||
languageName: English
|
||||
weight: 1
|
||||
|
||||
|
Reference in New Issue
Block a user