-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
78 lines (72 loc) · 1.51 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
baseURL: https://shunsukematsuno.github.io/
theme: hugo-sleek
publishDir: docs
defaultContentLanguage: en
defaultContentLanguageInSubdir: false
languages:
en:
languageCode: en-US
languageDirection: ltr
languageName: English
weight: 0
ja:
languageCode: ja
languageDirection: ltr
languageName: Japanese
weight: 1
title: 松野舜介 - Personal Website | CBS
title: Shunsuke Matsuno - Personal Website | CBS
enableRobotsTXT: yes
module:
hugoVersion:
extended: true
min: 0.55.0
summaryLength: 30
imports:
- path: github.com/hugomods/images
menu:
main:
- name: About
url: /
weight: 1
- name: Research
url: /research
weight: 2
# services:
# googleAnalytics:
params:
author:
email: [email protected]
name: Shunsuke Matsuno
dateFormat: '2006-01-02'
description: Personal Website of Shunsuke Matsuno (松野 舜介)
favicon: favicon
title: Personal Website of Shunsuke Matsuno (松野 舜介)
header: "Shunsuke Matsuno"
github: "ShunsukeMatsuno"
googleScholar: "p4Qxc5YAAAAJ&hl"
affiliation: "Columbia Business School, Columbia University"
markup:
goldmark:
renderer:
unsafe: yes
renderHooks:
link:
enableDefault: false
frontmatter:
date:
- myDate
- :default
lastmod:
- :fileModTime
security:
funcs:
getenv:
- ^HUGO_
- ^CI$
- ^USER$
- ^HOME$
- ^GOOGLE_ANALYTICS_ID$
pygmentsCodeFences: true
pygmentsCodefencesGuessSyntax: true
pygmentsUseClasses: true