|
1 |
| -theme: jekyll-theme-cayman |
| 1 | +remote_theme: daattali/beautiful-jekyll |
| 2 | + |
| 3 | +# Welcome to Beautiful Jekyll! |
| 4 | +# This config file is meant for settings that affect your entire website. When you first |
| 5 | +# set up your website you should go through all these settings and edit them, but after |
| 6 | +# the initial set up you won't need to come back to this file often. |
| 7 | + |
| 8 | +# --- Required options --- # |
| 9 | + |
| 10 | +# Name of website |
2 | 11 | title: Open Research Calendar
|
3 | 12 | description: A community tool to gather all Open Research events in one place
|
4 |
| -google_analytics: UA-119326789-4 |
5 |
| -github: |
6 |
| - is_project_page: true |
7 |
| -plugins: |
8 |
| - - jemoji |
9 |
| - - jekyll-sitemap |
10 |
| - - jekyll-redirect-from |
| 13 | + |
| 14 | +# Your name to show in the footer |
| 15 | +author: Open Research Calendar |
| 16 | + |
| 17 | +# --- List of links in the navigation bar --- # |
| 18 | + |
| 19 | +navbar-links: |
| 20 | + Calendar: |
| 21 | + - View Calendar: "calendar" |
| 22 | + - Add Event: "add-event" |
| 23 | + - Report Event: "report" |
| 24 | + - Bug Report & Feature Request: "bug-feature" |
| 25 | + Email Newsletter: |
| 26 | + - Subscribe: "email-subscribe" |
| 27 | + - Unsubscribe: "email-unsubscribe" |
| 28 | + - Newsletter Archive: "email-newsletter/archive" |
| 29 | + Request Sticker: "sticker" |
| 30 | + Sponsor <sup><svg class="svg-inline--fa fa-external-link-square-alt fa-w-14" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="external-link-square-alt" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" data-fa-i2svg=""><path fill="currentColor" d="M448 80v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48zm-88 16H248.029c-21.313 0-32.08 25.861-16.971 40.971l31.984 31.987L67.515 364.485c-4.686 4.686-4.686 12.284 0 16.971l31.029 31.029c4.687 4.686 12.285 4.686 16.971 0l195.526-195.526 31.988 31.991C358.058 263.977 384 253.425 384 231.979V120c0-13.255-10.745-24-24-24z"></path></svg><!-- <i class="fas fa-external-link-square-alt"></i> --></sup>: "https://www.paypal.com/pools/c/8t2P69oRXQ" |
| 31 | + |
| 32 | +# --- Logo --- # |
| 33 | + |
| 34 | +# Image to show in the navigation bar - works best with a square image |
| 35 | +# Remove this parameter if you don't want an image in the navbar |
| 36 | +# avatar: "/assets/img/avatar-icon.png" |
| 37 | + |
| 38 | +# By default, the image is cut into a circle. You can disable this behaviour by setting 'round-avatar: false' |
| 39 | +round-avatar: true |
| 40 | + |
| 41 | +# If you want to have an image logo in the top-left corner instead of having the title of the website, |
| 42 | +# then specify the following parameter |
| 43 | +# title-img: path/to/file |
| 44 | + |
| 45 | + |
| 46 | +# --- Footer social media links --- # |
| 47 | + |
| 48 | +# Select the social network links that you want to show in the footer. |
| 49 | +# Uncomment the links you want to show and add your information to each one. |
| 50 | +social-network-links: |
| 51 | +# email: "someone@example.com" |
| 52 | +# facebook: deanattali |
| 53 | + github: openresearchcalendar/openresearchcalendar.github.io |
| 54 | + twitter: OpenResearchCal |
| 55 | +# patreon: DeanAttali |
| 56 | +# youtube: c/daattali |
| 57 | +# medium: yourname |
| 58 | +# reddit: yourname |
| 59 | +# linkedin: daattali |
| 60 | +# xing: yourname |
| 61 | +# stackoverflow: "3943160/daattali" |
| 62 | +# snapchat: deanat78 |
| 63 | +# instagram: deanat78 |
| 64 | +# spotify: yourname |
| 65 | +# telephone: +14159998888 |
| 66 | +# steam: deanat78 |
| 67 | +# twitch: yourname |
| 68 | +# yelp: yourname |
| 69 | +# telegram: yourname |
| 70 | +# calendly: yourname |
| 71 | +# mastodon: instance.url/@username |
| 72 | +# ORCID: your ORCID ID |
| 73 | +# google-scholar: your google scholar |
| 74 | + |
| 75 | +# If you want to show a link to an RSS in the footer, add the site description here. |
| 76 | +# If you don't want to show an RSS link, remove the following line. |
| 77 | +# rss-description: A community tool to gather all Open Research events in one place |
| 78 | + |
| 79 | +# --- General options --- # |
| 80 | + |
| 81 | +# Select which social network share links to show in posts |
| 82 | +share-links-active: |
| 83 | + twitter: true |
| 84 | + facebook: true |
| 85 | + linkedin: true |
| 86 | + vk: false |
| 87 | + |
| 88 | +# How to display the link to your website in the footer |
| 89 | +# Remove this if you don't want a link in the footer |
| 90 | +url-pretty: "openresearchcalendar.org" |
| 91 | + |
| 92 | +# Excerpt word length - Truncate the excerpt of each post on the feed page to the specified number of words |
| 93 | +excerpt_length: 50 |
| 94 | + |
| 95 | +# Whether or not to show an excerpt for every blog post in the feed page |
| 96 | +feed_show_excerpt: true |
| 97 | + |
| 98 | +# Whether or not to show a list of tags below each post preview in the feed page |
| 99 | +feed_show_tags: true |
| 100 | + |
| 101 | +# Add a search button to the navbar |
| 102 | +post_search: false |
| 103 | + |
| 104 | +# The keywords to associate with your website, for SEO purposes |
| 105 | +#keywords: "my,list,of,keywords" |
| 106 | + |
| 107 | +# --- Colours / background image --- # |
| 108 | + |
| 109 | +# Personalize the colours in your website. Colour values can be any valid CSS colour |
| 110 | + |
| 111 | +navbar-col: "#ff7700" |
| 112 | +navbar-text-col: "#fff" |
| 113 | +navbar-border-col: "#fff" |
| 114 | +page-col: "#FFFFFF" |
| 115 | +text-col: "#404040" |
| 116 | +link-col: "#008AFF" |
| 117 | +hover-col: "#000000" |
| 118 | +footer-col: "#EAEAEA" |
| 119 | +footer-text-col: "#777777" |
| 120 | +footer-link-col: "#404040" |
| 121 | + |
| 122 | +# Alternatively, the navbar, footer, and page background can be set to an image |
| 123 | +# instead of colour |
| 124 | + |
| 125 | +#navbar-img: "/assets/img/bgimage.png" |
| 126 | +#footer-img: "/assets/img/bgimage.png" |
| 127 | +#page-img: "/assets/img/bgimage.png" |
| 128 | + |
| 129 | +# Suggest a colour for mobile browsers to use as the browser's theme. This is only supported by a few mobile browsers. |
| 130 | +mobile-theme-col: "#ff7700" |
| 131 | + |
| 132 | +# For any extra visual customization, you can include additional CSS files in every page on your site. List any custom CSS files here |
| 133 | +#site-css: |
| 134 | +# - "/assets/css/custom-styles.css" |
| 135 | + |
| 136 | +# If you have common JavaScript files that should be included in every page, list them here |
| 137 | +#site-js: |
| 138 | +# - "/assets/js/custom-script.js" |
| 139 | + |
| 140 | +# --- Web Analytics Section --- # |
| 141 | + |
| 142 | +# Fill in your Google Analytics gtag.js ID to track your website using gtag |
| 143 | +#gtag: "" |
| 144 | + |
| 145 | +# Fill in your Google Analytics ID to track your website using Google Analytics |
| 146 | +google_analytics: "UA-119326789-4" |
| 147 | + |
| 148 | +# Fill in your Cloudflare Analytics beacon token to track your website using Cloudflare Analytics |
| 149 | +#cloudflare_analytics: "" |
| 150 | + |
| 151 | +# Google Tag Manager ID |
| 152 | +#gtm: "" |
| 153 | + |
| 154 | +# Matomo (aka Piwik) Web statistics |
| 155 | +# Uncomment the following section to enable Matomo. The opt-out parameter controls |
| 156 | +# whether or not you want to allow users to opt out of tracking. |
| 157 | +#matomo: |
| 158 | +# site_id: "9" |
| 159 | +# uri: "demo.wiki.pro" |
| 160 | +# opt-out: true |
| 161 | + |
| 162 | +# --- Comments --- # |
| 163 | + |
| 164 | +# To use Disqus comments, sign up to https://disqus.com and fill in your Disqus shortname (NOT the userid) |
| 165 | +#disqus: "" |
| 166 | + |
| 167 | +# To use Facebook Comments, create a Facebook app and fill in the Facebook App ID |
| 168 | +#fb_comment_id: "" |
| 169 | + |
| 170 | +# To use Utterances comments: (0) uncomment the following section, (1) fill in |
| 171 | +# "repository" (make sure the repository is public), (2) Enable Issues in your repository, |
| 172 | +# (3) Install the Utterances app in your repository https://github.com/apps/utterances |
| 173 | +# See more details about the parameters below at https://utteranc.es/ |
| 174 | +#utterances: |
| 175 | +# repository: # GitHub username/repository eg. "daattali/beautiful-jekyll" |
| 176 | +# issue-term: title # Mapping between blog posts and GitHub issues |
| 177 | +# theme: github-light # Utterances theme |
| 178 | +# label: blog-comments # Label that will be assigned to GitHub Issues created by Utterances |
| 179 | + |
| 180 | +# To use Staticman comments, uncomment the following section. You may leave the reCaptcha |
| 181 | +# section commented if you aren't using reCaptcha for spam protection. |
| 182 | +# Using Staticman requires advanced knowledge, please consult |
| 183 | +# https://github.com/eduardoboucas/staticman/ and https://staticman.net/ for further |
| 184 | +# instructions. For any support with staticman please direct questions to staticman and |
| 185 | +# not to BeautifulJekyll. |
| 186 | +#staticman: |
| 187 | +# repository : # GitHub username/repository eg. "daattali/beautiful-jekyll" |
| 188 | +# branch : master # If you're not using `master` branch, then you also need to update the `branch` parameter in `staticman.yml` |
| 189 | +# endpoint : # URL of your deployment, with a trailing slash eg. "https://<your-api>/v3/entry/github/" |
| 190 | +# reCaptcha: # (optional, set these parameters in `staticman.yml` as well) |
| 191 | +# siteKey : # You need to apply for a site key on Google |
| 192 | +# secret : # Encrypt your password by going to https://<your-own-api>/v3/encrypt/<your-site-secret> |
| 193 | + |
| 194 | +# --- Misc --- # |
| 195 | + |
| 196 | +# Ruby Date Format to show dates of posts |
| 197 | +date_format: "%B %-d, %Y" |
| 198 | + |
| 199 | +# Facebook App ID |
| 200 | +#fb_app_id: "" |
| 201 | + |
| 202 | +# --- You don't need to touch anything below here (but you can if you want) --- # |
| 203 | + |
| 204 | +# Output options (more information on Jekyll's site) |
| 205 | +timezone: "Europe/London" |
| 206 | +markdown: kramdown |
| 207 | +highlighter: rouge |
| 208 | +permalink: /:year-:month-:day-:title/ |
| 209 | +# paginate: 5 |
| 210 | + |
| 211 | +kramdown: |
| 212 | + input: GFM |
| 213 | + |
| 214 | +# Default YAML values (more information on Jekyll's site) |
11 | 215 | defaults:
|
12 |
| - - scope: |
13 |
| - path: "Documents/**" |
| 216 | + - |
| 217 | + scope: |
| 218 | + path: "" |
| 219 | + type: "posts" |
| 220 | + values: |
| 221 | + layout: "post" |
| 222 | + comments: true # add comments to all blog posts |
| 223 | + social-share: true # add social media sharing buttons to all blog posts |
| 224 | + - |
| 225 | + scope: |
| 226 | + path: "" # any file that's not a post will be a "page" layout by default |
| 227 | + values: |
| 228 | + layout: "page" |
| 229 | + head-extra: favicon.html # add favicon files to all pages |
| 230 | + footer-extra: datause.html # include data use policy in footer all pages |
| 231 | + css: /assets/css/headingcolour.css |
| 232 | + - |
| 233 | + scope: |
| 234 | + path: "Documents/**" # any file in documents, don't include in the sitemap |
14 | 235 | values:
|
15 | 236 | sitemap: false
|
| 237 | + |
| 238 | +# Exclude these files from production site |
16 | 239 | exclude:
|
| 240 | + - CNAME |
| 241 | + - Gemfile |
| 242 | + - Gemfile.lock |
| 243 | + - LICENSE |
| 244 | + - README.md |
17 | 245 | - Publicity/
|
| 246 | + |
| 247 | +plugins: |
| 248 | + - jekyll-sitemap |
| 249 | + - jemoji |
| 250 | + - jekyll-redirect-from |
0 commit comments