-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
93 lines (88 loc) · 2.12 KB
/
config.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
baseURL: 'https://iakunin.dev/'
languageCode: en-us
defaultContentLanguage: en
#theme:
# - github.com/Mitrichius/hugo-theme-anubis
pagination:
pagerSize: 10
enableRobotsTXT: true
services:
googleAnalytics:
ID: 'G-D1LWP5YCGC'
params:
authorEmail: &authorEmail '[email protected]'
dateFormat: '2006-01-02'
gitHubRepo: 'https://github.com/iakunin/blog'
paginationSinglePost: true
style: auto
readMore: true
utterancesRepo: ''
utterancesTheme: ''
utterancesIssue: ''
utterancesLabel: ''
social:
- id: github
name: iakunin
- id: linkedin
name: iakunin
- id: email
name: *authorEmail
customCSS: # relative path to "assets" directory
- 'css/custom.css'
- 'css/copy-button.css'
customJS: # relative path to "assets" directory
- 'js/copy-button.js'
languages:
en:
languageName: English
title: Maksim Yakunin's blog
params:
author: Maksim Yakunin
description: Maksim Yakunin blogging about software development.
services:
disqus:
shortname: 'iakunin-dev-en'
menu:
main:
- identifier: about
name: About
url: about/
weight: 1
- identifier: tags
name: Tags
url: tags/
weight: 2
- identifier: posts
name: All posts
url: posts/
weight: 3
# ru:
# languageName: Русский
# title: Блог Максима Якунина
# params:
# author: Максим Якунин
# description: Максим Якунин ведет блог о разработке программного обеспечения.
# services:
# disqus:
# shortname: 'iakunin-dev-ru'
# menu:
# main:
# - identifier: about
# name: Обо мне
# url: about/
# weight: 1
# - identifier: tags
# name: Теги
# url: tags/
# weight: 2
# - identifier: posts
# name: Все статьи
# url: posts/
# weight: 3
taxonomies:
category: categories
tag: tags
markup:
goldmark:
renderer:
unsafe: true