-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
57 lines (53 loc) · 2.4 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
baseurl = "https://blog.project-legionos.org/" # Include trailing slash
title = "LegionOS Blog"
theme = "hugo-swift-theme"
# theme = "swift"
author = "Steve Francia"
copyright = "Copyright © 2008–2018, Steve Francia and the Hugo Authors; all rights reserved."
canonifyurls = true
paginate = 4
# Enable syntax highlighting
# comment on delete the following lines 11 ~ 13
pygmentsCodefences = true
pygmentsCodefencesGuessSyntax = true
[params]
[params.designer]
name = "Weru"
url = "https://www.linkedin.com/in/dan-weru-profile/"
[[params.authors]]
name = "yourName" # can be nickname # if fullName 👇🏻 isn't set, name will be displayed on author card
fullName = "Your Full Name" # optional. If set, it will display on author card
bio = "It's time to flex. Write a short or not-so-short summary about yourself."
photo = "myPhotoFile.jpg"
url = "https://myURLofChoice.domain"
# 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 = "logo.png"
# author = "Weru" # default author
# image = "placeholder-image.png" # used whenever a page image is not set
blogDir = "new"
# 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>
[menu]
[[menu.main]]
name = "Home"
url = "https://project-legionos.org"
weight = 2
[[menu.main]]
name = "Download"
url = "https://project-legionos.org/download"
weight = 3
[params.adsense]
client = "ca-pub-1677966849218512"
inArticleSlot = "4860713669"