-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
38 lines (34 loc) · 1.56 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
baseURL = "/"
languageCode = "en-us"
title = "Ani Writes"
theme = "hugo-swift-theme"
author = "Ani"
copyright = "Kumar Anirudha"
canonifyurls = true
paginate = 6
# Enable syntax highlighting
# comment on delete the following lines 11 ~ 13
pygmentsCodefences = true
pygmentsCodefencesGuessSyntax = true
disqusShortname = "blog-anirudha"
[params]
subtitle = "Solitary pursuits of a curious geek"
description = "Tech Scribblings and Tinkerings"
ga_analytics = "UA-66400830-3"
# ga_verify = "" # google verification code e.g 5jb-rxeBfITeJQKOuUss3ud6FPGTxXkCho-ZN5qlrZg
twitter = "kranirudha" # twitter handle e.g @weru
# logo = "logo.png"
author = "Ani" # default author
# image = "placeholder-image.png" # 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 = "anistark" # GitHub/GitLab user name
repository = "blog" # 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>