-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
61 lines (53 loc) · 2.35 KB
/
config.toml
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
baseurl = "https://bpcreech.com/"
title = "Disparate Treasures"
languageCode = "en-us"
paginate = "10" # Number of posts per page
theme = "mainroad"
disqusShortname = "bpcreech"
googleAnalytics = "" # Enable Google Analytics by entering your tracking id
[markup.goldmark.renderer]
unsafe = true
[Author] # Used in authorbox
name = "Ben Creech"
bio = "Ben Creech is definitely a real person and insisting on this fact is not at all suspicious."
avatar = "img/maine_cropped.png"
[Params]
subtitle = "Ben Creech's arbitrary stuff" # Subtitle of your site. Used in site header
description = "Disparate junk ⇨ disparate treasures" # Site description. Used in meta description
copyright = "Ben Creech" # Footer copyright holder, otherwise will use site title
opengraph = true # Enable OpenGraph if true
twitter_cards = true # Enable Twitter Cards if true
readmore = true # Show "Read more" button in list if true
authorbox = true # Show authorbox at bottom of pages if true
toc = true # Enable Table of Contents
mainSections = ["post"] # the section pages to show on home page and the "Recent articles" widget
dateformat = "2006-01-02" # Change the format of dates
mathjax = true # Enable MathJax
mathjaxPath = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.6/MathJax.js" # Specify MathJax path
mathjaxConfig = "TeX-AMS-MML_HTMLorMML" # Specify MathJax config
highlightColor = "#2DA230" # Override highlight color
customCSS = ["css/custom.css"] # Include custom CSS files
# customJS = ["js/custom.js"] # Include custom JS files
[Params.logo]
image = "img/squirrel.png"
[Params.sidebar]
home = "right" # Configure layout for home page
list = "left" # Configure layout for list pages
single = false # Configure layout for single pages
# Enable widgets in given order
widgets = ["search", "recent", "taglist", "social", "languages"]
[Params.widgets]
recent_num = 5 # Set the number of articles in the "Recent articles" widget
tags_counter = false # Enable counter for each tag in "Tags" widget (disabled by default)
[Params.widgets.social]
# Enable parts of social widget
facebook = "bpcreech"
instagram = "bencreech"
linkedin = "bpcreech"
github = "bpcreech"
email = "[email protected]"
[Params.widgets.search]
url = "https://google.com/search"
[Params.widgets.search.input]
name = "sitesearch"
pre = "bpcreech.com"