generated from peterdesmet/petridish
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
88 lines (76 loc) · 3.5 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
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
# SITE SETTINGS
title: echinopscis # Title in top navigation bar (navbar) and <head>
description: An extensible notebook for open science on specimens # Site description in <head>
author: Nicky Nicolson # Used for copyright statement in footer
#url: ""
#baseurl: "/petri-dish" # 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)
# A baseurl affects internal links, see http://peterdesmet.github.io/petridish/markdown/#links
repository: echinopscis/echinopscis.github.io
theme: jekyll-theme-petridish
#remote_theme: peterdesmet/petridish@2.0
# SOCIAL PROFILES
email: n.nicolson@kew.org # Social icon in footer
twitter_username: nickynicolson # Social icon in footer
twitter_image: /assets/images/twitter_card.png
github_username: nickynicolson # Social icon in footer
# THEME SETTINGS (ALL OPTIONAL)
posts_on_home: 4 # Show x number of latest posts on homepage, can be 0
tweets_on_home: false # 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
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
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/echinopscis-favicon.png # Logo in navbar, will be displayed with 30px height
# 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
exclude:
- README.md
- Gemfile
- Gemfile.lock
- node_modules
- LICENSE
- package-lock.json
- package.json
- petridish.gemspec
exclude: [vendor]
# FRONTMATTER DEFAULTS
defaults:
-
scope:
path: ""
type: "posts"
values:
permalink: "/blog/:year/:slug/" # Use /blog/yyyy/{filename}/ as permalink for all posts
background: "/assets/backgrounds/Echinopsis_calochlora_2019-12-13_6735.jpg"
background_alt: "Image credit: https://commons.wikimedia.org/wiki/User:Salicyna (CC-BY-SA4)"
echinopscis_version: "0.1.7"
comments: true
-
scope:
path: ""
values:
layout: "default" # Only required for Petridish website, implied for sites using a theme
background: "/assets/backgrounds/Echinopsis_calochlora_2019-12-13_6735.jpg"
background_alt: "Image credit: https://commons.wikimedia.org/wiki/User:Salicyna (CC-BY-SA4)"
echinopscis_version: "0.1.7"
scholar:
style: elsevier-harvard
locale: en
sort_by: year
order: descending
source: ./_bibliography
bibliography: references.bib
details_dir: bibliography
details_layout: bibtex.html
details_link: Details
reference_tagname: div
bibliography_list_tag: ul
bibliography_template: bib
query: "@*"