-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_config.yml
More file actions
67 lines (62 loc) · 2.68 KB
/
_config.yml
File metadata and controls
67 lines (62 loc) · 2.68 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
# SITE SETTINGS
title: DINA # Title in top navigation bar (navbar) and <head>
author: DINA Consortium # Used for copyright statement in footer
baseurl: "/" # Only required if your site is in a directory e.g. https://username.github.io/sitename
# which has url: "https://username.github.io" (no slash) and baseurl: "/sitename" (leading slash)
url: https://www.dina-project.net
repository: DINA-Web/DINA-Web.github.io
# SOCIAL PROFILES
social:
email: info@dina-project.net
github: DINA-Web # Can also be a github_username/repository
# THEME SETTINGS (ALL OPTIONAL)
posts_on_home: 3 # Show x number of latest posts on homepage, can be 0
tweets_on_home: false # Show Twitter feed of social.twitter on homepage
archive_permalink: /blog/ # Permalink of page using the archive.html layout, required when using post tags
theme: minima
remote_theme: peterdesmet/petridish@3.0
github_edit: "master" # Show an "edit this page" link in the footer, can also be name of branch (default: main)
colors:
links: "#00934a" # Color for links: use a readable color that contrasts well with dark text
banner: "#00934a" # Background color for page banners: use color that contrasts well with white
footer: "#006038" # Background color for footer: use color that contrasts well with white
font_serif: true # Font type for page content: serif (default) or slightly smaller sans-serif
rounded_corners: true # Enable (default) rounded corners on boxes and buttons
logo: /assets/theme/images/logo.png # Logo in navbar, will be displayed with 30px height
languages:
en: "English"
fr: "Français"
de: "Deutsch"
# BUILD SETTINGS
markdown: kramdown
plugins: # If you build your site on gh-pages, only use these plugins: https://pages.github.com/versions/
- jekyll-feed
- jekyll-sitemap
- jekyll-redirect-from
exclude:
- README.md
- Gemfile
- Gemfile.lock
- node_modules
- LICENSE
- package-lock.json
- package.json
- petridish.gemspec
- .ruby-gemset
- .ruby-version
- collection-specs/
- "_site/collection-specs/"
keep_files:
- collection-specs/
# FRONTMATTER DEFAULTS
defaults:
- scope:
path: "pages/en"
values:
lang: en
permalink: /:basename/
layout: default # Use default.html layout by default for all files
# - scope:
# type: posts
# values:
# permalink: "/blog/:year/:slug/" # Use /blog/yyyy/{filename}/ as permalink for all postsi