-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
39 lines (30 loc) · 837 Bytes
/
hugo.toml
File metadata and controls
39 lines (30 loc) · 837 Bytes
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
baseurl = "http://www.piperift.com"
title = "Piperift"
theme = "hugo-coder"
languagecode = "en"
defaultcontentlanguage = "en"
paginate = 20
[markup.highlight]
style = "github-dark"
[params]
author = "Piperift"
info = ""
description = "Game technology since 2015"
keywords = "GameDev,Games,Programming,Code,UnrealEngine,Rift,Antier"
avatarurl = "/img/logo_title_light_xl.png"
faviconSVG = "/img/favicon.svg"
favicon_32 = "/img/icon-32x32.png"
favicon_16 = "/img/icon-16x16.png"
since = 2015
enableTwemoji = true
colorScheme = "dark"
hidecolorschemetoggle = true
# customCSS = ["css/custom.css"]
customSCSS = ["scss/custom.scss"]
# customJS = ["js/custom.js"]
# Social links
[[params.social]]
name = "Github"
icon = "fa-brands fa-github fa-2x"
weight = 1
url = "https://github.com/Piperift/"