-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.yaml
73 lines (73 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
baseURL: https://ngsanogo.rbind.io
title: Issa Sanogo
theme: hugo-coder
languageCode: en
defaultContentLanguage: en
enableEmoji: yes
pagination:
pagerSize: 6
services:
disqus:{ngsanogo}
markup:
goldmark:
renderer:
unsafe: yes
highlight:
noClasses: no
params:
author: Issa Sanogo
avatarURL: images/profile.jpg
colorScheme: auto
commit: https://github.com/ngsanogo/ngsanogo.rbind.io
customCSS: []
customJS: []
customRemoteJS: []
customSCSS: []
dateFormat: January 2, 2006
description: Issa Sanogo's personal website
hideColorSchemeToggle: no
info:
- Data Engineer / Data manager
- ISData consulting
keywords: blog,developer,personal
maxSeeAlsoItems: 5
rtl: no
since: 2018
social:
- icon: fa-brands fa-github fa-2x
name: Github
url: https://github.com/ngsanogo/
weight: 1
- icon: fa-brands fa-linkedin fa-2x
name: LinkedIn
url: https://www.linkedin.com/in/ngsanogo/
weight: 2
taxonomies:
author: authors
category: categories
series: series
tag: tags
languages:
en:
languageName: ':uk:'
menu:
main:
- name: About
url: about/
weight: 1
- name: Blog
url: posts/
weight: 2
- name: Projects
url: projects/
weight: 3
- name : CV
url: cv/
weight: 4
- name: Contact
url: contact/
weight: 5
ignoreFiles:
- \.Rmd$
- \.Rmarkdown$
- _cache$