-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhugo.yaml
58 lines (49 loc) · 1.47 KB
/
hugo.yaml
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
# Base information, generated by the Hugo conversion
baseURL: https://giovanni.is-a.dev
disablePathToLower: true
languageCode: en-us
title: Giovanni's dev blog
# Enable emoji support without shortcode
enableEmoji: true
# Use Lanyon theme
theme: lanyon
# Set the pagination level to the same size of the old website
pagination:
pagerSize: 5
# All other site configuration sit here.
# Most of them will be moved to the theme, while keeping here our own.
params:
tagline:
AKA the place where I write about my cool stuff.
description:
A blog made from an IT lover about IT and other stuff (insert madness here).
Based on the awesome <a href="https://github.com/poole/lanyon" target="_blank">Lanyon</a> theme,
made by <a href="https://twitter.com/mdo" target="_blank">@mdo</a>.
author:
name: Giovanni Santini
url: https://www.linkedin.com/in/giovanni-santini
email: [email protected]
theme:
# Use yellow
color: 0a
# Overlay the sidebar.
overlay: false
github:
repo: https://github.com/ItachiSan/itachisan.github.io
version: 2.0.0
# Allow AddToAny integration.
addtoany: true
# Enable Google Analytics and Disqus via Hugo templates rather than custom partials.
services:
# Provided directly from Hugo.
disqus:
shortname: giovannisantini
googleAnalytics:
ID: G-GVMQM4NQY2
# Enable default injection of pictures.
markup:
_merge: shallow
goldmark:
renderHooks:
image:
enableDefault: true