-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
44 lines (40 loc) · 1.16 KB
/
_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
# SITE SETTINGS
title: Open science lab for biodiversity
author: oscibio team members
url: "https://oscibio.inbo.be" # Custom domain is not set via CNAME, so url and baseurl need to be indicated
baseurl: "" # Otherwise GitHub Pages will set this to "/oscibio"
# SOCIAL PROFILES
social:
email: [email protected]
bluesky: oscibio.inbo.be
mastodon: https://fosstodon.org/@oscibio
github: inbo/oscibio
disqus: oscibio
# THEME SETTINGS (ALL OPTIONAL)
theme: minima
remote_theme: peterdesmet/[email protected]
posts_on_home: 2
archive_permalink: /blog/
github_edit: true
colors:
links: "#c04384" # INBO fuchsia
banner: "#356196" # INBO blue
footer: "#3c3c3c" # INBO gray
rounded_corners: true
# BUILD SETTINGS
markdown: kramdown
plugins: # If you build your site on gh-pages, only use these plugins: https://pages.github.com/versions/
- jekyll-feed # Create RSS feed for posts
- jekyll-sitemap # Create sitemap
exclude:
- README.md
- Gemfile
- Gemfile.lock
- LICENSE
# FRONTMATTER DEFAULTS
defaults:
- scope:
type: posts
values:
permalink: "/blog/:slug/"
comments: true