-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.toml
More file actions
27 lines (22 loc) · 720 Bytes
/
config.toml
File metadata and controls
27 lines (22 loc) · 720 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
title = "Simple Injector Blog"
author = "Simple Injector Contributors"
baseURL = ""
publishDir = "../simpleinjector.github.io"
theme = "strange-case"
languageCode = "en-us"
paginate = 14
defaultContentLanguage = "en"
[permalinks]
posts = ":year/:month/:filename/"
[params]
colorScheme = "scheme-darkbrown"
DateFormat = "2 Jan 2006"
description = "Opinions and Best Practice from the Simple Injector Contributors"
sidebarDescription = ""
sidebarFreeText = ""
pygmentsCodefences = true
pygmentsCodefencesGuessSyntax = false
pygmentsUseClassic = true
pygmentsUseClasses = true
# See https://xyproto.github.io/splash/docs/all.html for more styles
pygmentsStyle = "pygments"