forked from Green-Phys/green-phys.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.yaml
More file actions
78 lines (71 loc) · 1.48 KB
/
hugo.yaml
File metadata and controls
78 lines (71 loc) · 1.48 KB
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
# Configuration
baseURL: 'https://green-phys.org/'
title: 'Green Software Package'
enableRobotsTXT: true
enableGitInfo: true
enableEmoji: true
hasCJKLanguage: true
enableInlineShortcodes: true
copyright: University of Michigan
outputs:
home: [HTML]
page: [HTML]
section: [HTML, RSS]
defaultContentLanguage: en
module:
hugoVersion:
extended: true
min: "0.112.0"
imports:
- path: github.com/imfing/hextra
markup:
goldmark:
renderer:
unsafe: true
highlight:
noClasses: false
params:
description: "Many-body framework for real materials simulation"
headTitle: "Green - Green's Function Based Ab Initio Simulation Package"
theme:
# light | dark | system
default: system
displayToggle: true
page:
width: normal
editURL:
enable: true
base: "https://github.com/Green-Phys/green-phys.github.io/edit/main/content"
navbar:
displayLogo: true
logo:
path: logo/rosetta.png
dark: logo/rosetta.png
width: 36px
footer:
displayCopyright: true
menu:
main:
- identifier: about
name: About
pageRef: /about
weight: 4
- name: Search
weight: 5
params:
type: search
- name: GitHub
weight: 6
url: "https://github.com/Green-Phys"
params:
icon: github
- name: Discord
weight: 7
url: "https://discord.gg/ty9FE6u3mg"
params:
icon: discord
- name: Toggle
weight: 8
params:
type: toggle
icon: sun