-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
config.yaml
155 lines (144 loc) · 4.95 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
baseurl: "/" # Controls base URL
languageCode: "cn" # Controls html lang attribute
title: "《星际移民之书》" # Homepage title and page title suffix
paginate: 12 # Number of posts to show before paginating
theme: "interimm" # to use as default theme
IsMultiLingual: true
DefaultContentLanguage: "cn"
enableRobotsTXT: true # Suggested, it generates a robots.txt
googleAnalytics: "UA-50146153-3" # Optional, add tracking Id for analytics
disqusShortname: "" # Optional, add Disqus shortname for comments
# SectionPagesMenu: "main" # Enable menu system for lazy bloggers
taxonomies:
category: categories
keyword: keywords
menu:
main:
- name: more
weight: 1
identifier: more
url: "#"
children:
- name: 机构
url: http://interimm.org/institutes/
languages:
en:
title: The InterImm Book
contentDir: content/en
params:
description: "The Book of Interplanetary Immigration tells the history of human explorations of the solar system."
splash: "/images/home/undraw_moonlight_5ksn.svg"
home:
primary_button:
title: Read Now
link: /intro
tags:
- "History"
- "Technology"
menu:
topleft:
- name: InterImm
url: http://interimm.org/
- name: Archives
url: http://interimm.org/en/archives/
children:
- name: The Book of Interplanetary Civilization
url: http://book.interimm.org/
- name: The Book of Exoplanets
url: http://exoplanets.interimm.org/
- name: Space Yellow Page
url: http://interimm.org/hub/
- name: More
url: http://interimm.org/en/archives
- name: Planetary University
url: http://planiversity.interimm.org/
topright:
- name:
icon: fa fa-calendar-check
url: "http://interimm.org/en/activities"
- name:
url: http://interimm.org/mars-map/
icon: fa fa-map-marked-alt
- name:
icon: fas fa-th
url: "#"
children:
- name: Institutes
url: http://interimm.org/en/institutes/
- name: Timeline
url: http://timeline.interimm.org/
- name: Magazine
url: http://magazine.interimm.org/
listings:
title: "Archives"
github: "interimm/InterImmBook"
editURL: "https://github.com/InterImm/hugo-interimm-template/edit/master/content/"
cn:
contentDir: content/cn
params:
theme_variant: "superhero" # possible value for the theme_variant `cerulean,cosmo,cyborg,darkly,flatly,journal,litera,lumen,lux,materia,minty,pulse,sandstone,simplex,slate,solar,spacelab,superhero,united,yeti`
description: "星际移民之书是由星际移民中心维护的一本关于人类太空文明历史的开源书籍,本书涵盖了了星际移民的历史、科技和人文等各个方面。"
splash: "/images/home/undraw_moonlight_5ksn.svg"
home:
primary_button:
title: 开始阅读
link: /intro
tags:
- "历史"
- "科技"
- "人文"
menu:
topleft:
- name: 星际移民中心
url: http://interimm.org/
- name: 档案馆
url: http://interimm.org/archives/
children:
- name: 星际移民之书
url: http://book.interimm.org/
- name: 系外行星文档
url: http://exoplanets.interimm.org/
- name: 太空企业
url: http://interimm.org/hub/
- name: 更多
url: http://interimm.org/archives
- name: 行星大学
url: http://planiversity.interimm.org/
topright:
- name:
icon: fa fa-calendar-check
url: "http://interimm.org/activities"
- name:
url: http://interimm.org/mars-map/
icon: fa fa-map-marked-alt
- name:
icon: fas fa-th
url: "#"
children:
- name: 机构
url: http://interimm.org/institutes/
- name: 时间线
url: http://timeline.interimm.org/
- name: 星海航纪
url: http://magazine.interimm.org/
listings:
title: "档案馆"
powered_by: "love" # Optional, controls name display on footer
hide_author: false # Optional, set true to hide author name on posts
images: # Suggested, controls default OpenGraph images controls author name display on meta tag
github: "interimm/InterImmBook" # Optional, to display link to github account in menu bar
twitter: "" # Optional, to display link to twitter account in menu bar
author: "InterImm"
editURL: "https://github.com/InterImm/InterImmBook/edit/master/content/"
feedback: "https://github.com/InterImm/InterImmBook/issues"
outputFormats:
Data:
baseName: "data"
isPlainText: true
mediaType: "application/json"
notAlternative: true
outputs:
home:
- "HTML"
- "RSS"
- "Data"