-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
54 lines (51 loc) · 2.37 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
45
46
47
48
49
50
51
52
53
54
# SITE SETTINGS
# title: # Title in top navigation bar (navbar) and <head>
# description: Jekyll theme for research project websites # Site description in <head>
# author: Carsten Ditzel # Used for copyright statement in footer
# url: "https://peterdesmet.github.io" # No slash at the end
# baseurl: # Only required if your site is on a subdomain e.g. https://username.github.io/sitename
# which has url: "https://username.github.io" (no slash) and baseurl: "/sitename" (leading slash)
# A baseurl affects internal links
# SOCIAL PROFILES
email: [email protected] # Social icon in footer
twitter_username: CarstenDitzel # Social icon in footer
github_username: CDitzel # Social icon in footer
linkedin_username: carsten-ditzel
# THEME SETTINGS (ALL OPTIONAL)
posts_on_home: 6 # Show x number of latest posts on homepage, can be 0
tweets_on_home: true # Show Twitter feed of twitter_username on homepage
archive_permalink: /blog/ # Permalink of page using archive.html layout, required when using post categories
colors:
# links: "#007bff" # Color for links: use a readable color that contrasts well with dark text
links: "#00A5C6" # Color for links: use a readable color that contrasts well with dark text
banner: "#007bff" # Background color for page banners: use color that contrasts well with white
footer: "#6c757d" # Background color for footer: use color that contrasts well with white
rounded_corners: true # Enable (default) rounded corners on boxes and buttons
# 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-gist
exclude:
- README.md
- Gemfile
- Gemfile.lock
- node_modules
- LICENSE
- package-lock.json
- package.json
- petridish.gemspec
# FRONTMATTER DEFAULTS
defaults:
-
scope:
path: ""
type: "posts"
values:
permalink: "/blog/:year/:slug/" # Use /blog/yyyy/{filename}/ as permalink for all posts
-
scope:
path: ""
values:
layout: "default"