-
Notifications
You must be signed in to change notification settings - Fork 6
/
config-github-docs.toml
87 lines (70 loc) · 2.23 KB
/
config-github-docs.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
82
83
84
85
86
87
baseURL = "https://marcanuy.github.io/simpleit-hugo-theme/"
languageCode = "en-us"
title = "SimpleIT Demo Website"
theme = 'simpleit-hugo-theme'
disqusShortname = "simpleit-hugo-theme"
googleAnalytics = "UA-64047109-4"
canonifyURLs = true
# Build robots.txt file
enableRobotsTXT = true
enableGitInfo = true #makes .Lastmod (on Page) to be fetched from Git
# syntax highlighting
pygmentsCodeFences = true
pygmentsCodefencesGuessSyntax = true
[languages]
[languages.en]
contentDir = "content/en"
languageName = "English"
weight = 10
bio = "OSS enthusiast."
page_about_me_relurl = "/about/"
[languages.en.taxonomies]
category = "categories" # default
tag = "tags" # default
[languages.es]
title = "Demo SimpleIT Hugo"
contentDir = "content/es"
languageName = "Español"
weight = 20
bio = "Entusiasta OSS."
page_about_me_relurl = "/es/acerca/"
[languages.es.taxonomies]
category = "categorías" # default
tag = "etiquetas" # default
# Theme variables
#
[params]
# Description/subtitle for homepage (can be Markdown)
description = "SimpleIT is a Hugo theme with mobile-first design."
# Render Share buttons static or with javascript
shareButtonsType = "static" #<static|javascript>
# Format dates with Go's time formatting
date_format = "Mon Jan 02, 2006"
# Your copyright notice - appears in site footer.
# To display a copyright symbol, type `©`.
copyright = "<small>© 2018</small>"
# used in page level ads in head
#google_adsense_id = "ca-pub-1234567890"
# verification string for Google Webmaster Tools
#google_verify_meta = "1234567890"
# verification string for Bing Webmaster Tools
#bing_verify_meta = "1234567890"
# verification string for Yandex Webmaster Tools
#yandex_verify_meta = "1234568790"
# site handler
twitter = "marcanuy"
# Buymeacoffe id (https://buymeacoffee.com)
buymeacoffe = "marcanuy"
[params.author]
name = "Marcelo Canina"
country = "Uruguay"
twitter = 'marcanuy'
website = 'https://marcanuy.com'
gravatar = "2ebdffd5ddb4a98b0cc77117503d2711"
linkedin = "marcelocanina"
mail = "[email protected]"
github = "marcanuy"
gitlab = "marcanuy"
stackexchange = "1193189"
[markup.goldmark.renderer]
unsafe= true