-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
81 lines (68 loc) · 2.14 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
publishDir = "public"
baseurl = "https://sherlockes.github.io"
title = "Sherblog"
languageCode = "es"
DefaultContentLanguage = "es"
rssLimit = "10"
theme = "mainroad"
disqusShortname = "" # Enable comments by entering your Disqus shortname
ignoreLogs = ['warning-goldmark-raw-html']
[Author] # Used in authorbox
name = "Sherlockes"
bio = "Solo un discípulo de San Google..."
avatar = "img/avatar.png"
[permalinks]
post = "/:title/"
[pagination]
pagerSize = 9
[related]
includeNewer = true
threshold = 85
toLower = false
[[related.indices]]
name = "tags"
weight = 80
[[related.indices]]
name = "categories"
weight = 70
[[related.indices]]
name = "keywords"
weight = 40
[[related.indices]]
name = "date"
weight = 10
[Params]
subtitle = "Sólo mi forma de hacer las cosas..."
description = "Un poco de informática, bricolaje, bicicleta y todos los problemas que se me ponen delante en el día a día no está de más documentarlos, a alguien le puede ayudar..."
copyright = "Sherlockes" #
opengraph = true
twitter_cards = true
readmore = false
authorbox = false
disable_comments = true
toc = true
pager = true
post_navigation = true
post_meta = ["date", "categories", "translations"] # Order of post meta information
mainSections = ["post"]
dateformat = "2006-01-02"
customCSS = ["css/custom.css"] # Include custom CSS files
customJS = ["js/custom.js"] # Include custom JS files
[Params.sidebar]
home = "right" # Configure layout for home page
list = "right" # Configure layout for list pages
single = false # Configure layout for single pages
# Enable widgets in given order
# widgets = ["social", "recent", "categories", "taglist"]
widgets = ["social", "categories", "taglist"]
[Params.widgets]
recent_num = 10 # Set the number of articles in the "Recent articles" widget
tags_counter = true # Enable counter for each tag in "Tags" widget (disabled by default)
[Params.widgets.social]
# Enable parts of social widget
mastodon = "@sherlockes"
twitter = "sherblogpro"
telegram = "sherlockes"
github = "sherlockes"
youtube = "UCkx4Zgs1ujSuVsxcOFuGCoQ"
strava = "11156844"