This repository was archived by the owner on Nov 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
40 lines (34 loc) · 1.94 KB
/
config.toml
File metadata and controls
40 lines (34 loc) · 1.94 KB
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
baseURL = "https://www.thebigbranchtheory.dev/"
languageCode = "es"
defaultContentLanguage = "es"
title = "The Big Branch Theory Podcast"
theme = "hugo-swift-theme"
enableEmoji = true
googleAnalytics = "UA-167571354-1"
author = "Equipo The Big Branch Theory"
copyright = "Esta obra está bajo una Licencia Creative Commons Atribución 4.0 Internacional."
canonifyurls = true
paginate = 10
# Enable syntax highlighting
# comment on delete the following lines 11 ~ 13
# pygmentsCodefences = true
# pygmentsCodefencesGuessSyntax = true
[params]
# ga_analytics = "" # google analytics ID e.g UA-116386578-1
# ga_verify = "" # google verification code e.g 5jb-rxeBfITeJQKOuUss3ud6FPGTxXkCho-ZN5qlrZg
# twitter = "" # twitter handle e.g @weru
logo = "https://s3-us-west-2.amazonaws.com/anchor-generated-image-bank/production/podcast_uploaded_nologo400/810990/810990-1587195045376-dc8abe3d7f706.jpg"
# author = "Weru" # default author
image = "https://s3-us-west-2.amazonaws.com/anchor-generated-image-bank/production/podcast_uploaded_nologo400/810990/810990-1587195045376-dc8abe3d7f706.jpg" # used whenever a page image is not set
# blogDir = "blogFolderName" # uncomment and edit to exclude normal pages ... see issue #57
# [params.staticman]
# endpoint = "" # URL of your own API deployment (without trailing slash), default: "https://staticman-frama.herokuapp.com"
# gitProvider = "github" # Either "github" or "gitlab"
# username = "username" # GitHub/GitLab user name
# repository = "repo" # GitHub/GitLab user name
# branch = "master" # Branch holding the source code for your site, should match the `branch` parameter in `staticman.yml`
#
# # If you use reCAPTCHA v2, you must also set these parameters in staticman.yml
# [Params.staticman.reCaptcha]
# siteKey = "" # Use your own site key, you need to apply for one on Google
# secret = "" # ENCRYPT your password by going to https://<staticman-endpoint>/v3/encrypt/<your-site-secret>