-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
43 lines (43 loc) · 985 Bytes
/
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
baseURL: 'https://michaelvaldron.ca/'
languageCode: en-us
title: Michael Valdron
module:
imports:
- path: github.com/michael-valdron/hugo-theme-nix
ignoreFiles:
- \.Rmd$
- \.Rmarkdown$
- _cache$
- \.knit\.md$
- \.utf8\.md$
params:
Name: Michael Valdron
Title: Software Engineer
HeaderUsername: michael
HeaderHostname: homepage
ProfilePicture: /img/self.jpg
BackgroundImage: /img/bg.png
GithubID: michael-valdron
GitlabID: mvaldron
LinkedInID: michael-valdron-3b8614a5
BitbucketID: mvaldron/workspace/projects/PROJ
GnuPGFingerprint: F8193F446E4075EE59826A50CDFF1776617540F8
markup:
defaultMarkdownHandler: goldmark
goldmark:
renderer:
unsafe: true
menu:
header:
- identifier: projects
name: projects
url: /projects
weight: 1
- identifier: publications
name: publications
url: /publications
weight: 2
- identifier: interests
name: interests
url: /interests
weight: 3