-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
31 lines (24 loc) · 910 Bytes
/
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
# Publicacion en GitHub Pages
baseurl = "https://onthedock.github.io/"
# Publicacion en RPi
#baseurl = "http://192.168.1.9:8000/"
title = "On The Dock"
theme = "aglaus-custom"
copyright = "Handmade with ♥ by Xavi Aznar"
googleAnalytics = "" # Optional
[params]
dateformat = "2 Jan 2006" # Optional
latestSize = 4 # Optional
ampscripts = """
<script async custom-element="amp-twitter" src="https://cdn.ampproject.org/v0/amp-twitter-0.1.js"></script>
<script async custom-element="amp-iframe" src="https://cdn.ampproject.org/v0/amp-iframe-0.1.js"></script>
<script async custom-element="amp-ad" src="https://cdn.ampproject.org/v0/amp-ad-0.1.js"></script>
"""
details = "Un blog sobre Kubernetes, Cloud, DevOps, Raspberry Pi ..."
author = "Xavi Aznar"
[markup]
defaultMarkdownHandler = "goldmark"
[markup.highlight]
codeFences = true
style = "solarized-dark"
tabWidth = 2