-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path_config.yml
55 lines (52 loc) · 992 Bytes
/
_config.yml
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
# site settings
title: Artic
subtitle: Network
email:
description: Real-time molecular epidemiology for outbreak response
url: "https://artic-network.github.io/website" # the base hostname & protocol for your site # https://artic.network/
author:
street_address:
city:
state:
zip_code:
country:
phone:
# social settings
500px_url:
facebook_url:
github_url: https://github.com/artic-network
gitlab_url:
googleplus_url:
instagram_url:
linkedin_url:
pinterest_url:
slack_url:
twitter_url:
bsky_url: https://bsky.app/profile/articnetwork.bsky.social
# homepage tiles
tiles-source: pages # accepts "posts" or "pages"
tiles-count: 5
# build settings
markdown: kramdown
sass:
sass_dir: _sass
style: compressed
include:
[
"_activities",
"_news",
"_protocols",
"_people",
"_resources",
"_resources/ebov",
"_resources/ncov",
"_resources/mpxv",
"_software",
]
collections:
- activities
- news
- protocols
- people
- resources
- software