-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #59 from openresearchcalendar/new-theme
Convert to new theme
- Loading branch information
Showing
21 changed files
with
355 additions
and
276 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Gemfile | ||
Gemfile.lock | ||
_site/ | ||
.sass-cache | ||
.DS_Store | ||
Thumbs.db |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,250 @@ | ||
theme: jekyll-theme-cayman | ||
remote_theme: daattali/beautiful-jekyll | ||
|
||
# Welcome to Beautiful Jekyll! | ||
# This config file is meant for settings that affect your entire website. When you first | ||
# set up your website you should go through all these settings and edit them, but after | ||
# the initial set up you won't need to come back to this file often. | ||
|
||
# --- Required options --- # | ||
|
||
# Name of website | ||
title: Open Research Calendar | ||
description: A community tool to gather all Open Research events in one place | ||
google_analytics: UA-119326789-4 | ||
github: | ||
is_project_page: true | ||
plugins: | ||
- jemoji | ||
- jekyll-sitemap | ||
- jekyll-redirect-from | ||
|
||
# Your name to show in the footer | ||
author: Open Research Calendar | ||
|
||
# --- List of links in the navigation bar --- # | ||
|
||
navbar-links: | ||
Calendar: | ||
- View Calendar: "calendar" | ||
- Add Event: "add-event" | ||
- Report Event: "report" | ||
- Bug Report & Feature Request: "bug-feature" | ||
Email Newsletter: | ||
- Subscribe: "email-subscribe" | ||
- Unsubscribe: "email-unsubscribe" | ||
- Newsletter Archive: "email-newsletter/archive" | ||
Request Sticker: "sticker" | ||
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" | ||
|
||
# --- Logo --- # | ||
|
||
# Image to show in the navigation bar - works best with a square image | ||
# Remove this parameter if you don't want an image in the navbar | ||
# avatar: "/assets/img/avatar-icon.png" | ||
|
||
# By default, the image is cut into a circle. You can disable this behaviour by setting 'round-avatar: false' | ||
round-avatar: true | ||
|
||
# If you want to have an image logo in the top-left corner instead of having the title of the website, | ||
# then specify the following parameter | ||
# title-img: path/to/file | ||
|
||
|
||
# --- Footer social media links --- # | ||
|
||
# Select the social network links that you want to show in the footer. | ||
# Uncomment the links you want to show and add your information to each one. | ||
social-network-links: | ||
# email: "[email protected]" | ||
# facebook: deanattali | ||
github: openresearchcalendar/openresearchcalendar.github.io | ||
twitter: OpenResearchCal | ||
# patreon: DeanAttali | ||
# youtube: c/daattali | ||
# medium: yourname | ||
# reddit: yourname | ||
# linkedin: daattali | ||
# xing: yourname | ||
# stackoverflow: "3943160/daattali" | ||
# snapchat: deanat78 | ||
# instagram: deanat78 | ||
# spotify: yourname | ||
# telephone: +14159998888 | ||
# steam: deanat78 | ||
# twitch: yourname | ||
# yelp: yourname | ||
# telegram: yourname | ||
# calendly: yourname | ||
# mastodon: instance.url/@username | ||
# ORCID: your ORCID ID | ||
# google-scholar: your google scholar | ||
|
||
# If you want to show a link to an RSS in the footer, add the site description here. | ||
# If you don't want to show an RSS link, remove the following line. | ||
# rss-description: A community tool to gather all Open Research events in one place | ||
|
||
# --- General options --- # | ||
|
||
# Select which social network share links to show in posts | ||
share-links-active: | ||
twitter: true | ||
facebook: true | ||
linkedin: true | ||
vk: false | ||
|
||
# How to display the link to your website in the footer | ||
# Remove this if you don't want a link in the footer | ||
url-pretty: "openresearchcalendar.org" | ||
|
||
# Excerpt word length - Truncate the excerpt of each post on the feed page to the specified number of words | ||
excerpt_length: 50 | ||
|
||
# Whether or not to show an excerpt for every blog post in the feed page | ||
feed_show_excerpt: true | ||
|
||
# Whether or not to show a list of tags below each post preview in the feed page | ||
feed_show_tags: true | ||
|
||
# Add a search button to the navbar | ||
post_search: false | ||
|
||
# The keywords to associate with your website, for SEO purposes | ||
#keywords: "my,list,of,keywords" | ||
|
||
# --- Colours / background image --- # | ||
|
||
# Personalize the colours in your website. Colour values can be any valid CSS colour | ||
|
||
navbar-col: "#ff7700" | ||
navbar-text-col: "#fff" | ||
navbar-border-col: "#fff" | ||
page-col: "#FFFFFF" | ||
text-col: "#404040" | ||
link-col: "#008AFF" | ||
hover-col: "#000000" | ||
footer-col: "#EAEAEA" | ||
footer-text-col: "#777777" | ||
footer-link-col: "#404040" | ||
|
||
# Alternatively, the navbar, footer, and page background can be set to an image | ||
# instead of colour | ||
|
||
#navbar-img: "/assets/img/bgimage.png" | ||
#footer-img: "/assets/img/bgimage.png" | ||
#page-img: "/assets/img/bgimage.png" | ||
|
||
# Suggest a colour for mobile browsers to use as the browser's theme. This is only supported by a few mobile browsers. | ||
mobile-theme-col: "#ff7700" | ||
|
||
# For any extra visual customization, you can include additional CSS files in every page on your site. List any custom CSS files here | ||
#site-css: | ||
# - "/assets/css/custom-styles.css" | ||
|
||
# If you have common JavaScript files that should be included in every page, list them here | ||
#site-js: | ||
# - "/assets/js/custom-script.js" | ||
|
||
# --- Web Analytics Section --- # | ||
|
||
# Fill in your Google Analytics gtag.js ID to track your website using gtag | ||
#gtag: "" | ||
|
||
# Fill in your Google Analytics ID to track your website using Google Analytics | ||
google_analytics: "UA-119326789-4" | ||
|
||
# Fill in your Cloudflare Analytics beacon token to track your website using Cloudflare Analytics | ||
#cloudflare_analytics: "" | ||
|
||
# Google Tag Manager ID | ||
#gtm: "" | ||
|
||
# Matomo (aka Piwik) Web statistics | ||
# Uncomment the following section to enable Matomo. The opt-out parameter controls | ||
# whether or not you want to allow users to opt out of tracking. | ||
#matomo: | ||
# site_id: "9" | ||
# uri: "demo.wiki.pro" | ||
# opt-out: true | ||
|
||
# --- Comments --- # | ||
|
||
# To use Disqus comments, sign up to https://disqus.com and fill in your Disqus shortname (NOT the userid) | ||
#disqus: "" | ||
|
||
# To use Facebook Comments, create a Facebook app and fill in the Facebook App ID | ||
#fb_comment_id: "" | ||
|
||
# To use Utterances comments: (0) uncomment the following section, (1) fill in | ||
# "repository" (make sure the repository is public), (2) Enable Issues in your repository, | ||
# (3) Install the Utterances app in your repository https://github.com/apps/utterances | ||
# See more details about the parameters below at https://utteranc.es/ | ||
#utterances: | ||
# repository: # GitHub username/repository eg. "daattali/beautiful-jekyll" | ||
# issue-term: title # Mapping between blog posts and GitHub issues | ||
# theme: github-light # Utterances theme | ||
# label: blog-comments # Label that will be assigned to GitHub Issues created by Utterances | ||
|
||
# To use Staticman comments, uncomment the following section. You may leave the reCaptcha | ||
# section commented if you aren't using reCaptcha for spam protection. | ||
# Using Staticman requires advanced knowledge, please consult | ||
# https://github.com/eduardoboucas/staticman/ and https://staticman.net/ for further | ||
# instructions. For any support with staticman please direct questions to staticman and | ||
# not to BeautifulJekyll. | ||
#staticman: | ||
# repository : # GitHub username/repository eg. "daattali/beautiful-jekyll" | ||
# branch : master # If you're not using `master` branch, then you also need to update the `branch` parameter in `staticman.yml` | ||
# endpoint : # URL of your deployment, with a trailing slash eg. "https://<your-api>/v3/entry/github/" | ||
# reCaptcha: # (optional, set these parameters in `staticman.yml` as well) | ||
# siteKey : # You need to apply for a site key on Google | ||
# secret : # Encrypt your password by going to https://<your-own-api>/v3/encrypt/<your-site-secret> | ||
|
||
# --- Misc --- # | ||
|
||
# Ruby Date Format to show dates of posts | ||
date_format: "%B %-d, %Y" | ||
|
||
# Facebook App ID | ||
#fb_app_id: "" | ||
|
||
# --- You don't need to touch anything below here (but you can if you want) --- # | ||
|
||
# Output options (more information on Jekyll's site) | ||
timezone: "Europe/London" | ||
markdown: kramdown | ||
highlighter: rouge | ||
permalink: /:year-:month-:day-:title/ | ||
# paginate: 5 | ||
|
||
kramdown: | ||
input: GFM | ||
|
||
# Default YAML values (more information on Jekyll's site) | ||
defaults: | ||
- scope: | ||
path: "Documents/**" | ||
- | ||
scope: | ||
path: "" | ||
type: "posts" | ||
values: | ||
layout: "post" | ||
comments: true # add comments to all blog posts | ||
social-share: true # add social media sharing buttons to all blog posts | ||
- | ||
scope: | ||
path: "" # any file that's not a post will be a "page" layout by default | ||
values: | ||
layout: "page" | ||
head-extra: favicon.html # add favicon files to all pages | ||
footer-extra: datause.html # include data use policy in footer all pages | ||
css: /assets/css/headingcolour.css | ||
- | ||
scope: | ||
path: "Documents/**" # any file in documents, don't include in the sitemap | ||
values: | ||
sitemap: false | ||
|
||
# Exclude these files from production site | ||
exclude: | ||
- CNAME | ||
- Gemfile | ||
- Gemfile.lock | ||
- LICENSE | ||
- README.md | ||
- Publicity/ | ||
|
||
plugins: | ||
- jekyll-sitemap | ||
- jemoji | ||
- jekyll-redirect-from |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<a href="https://openresearchcalendar.org/datause" target="_blank" rel="noopener">Data Use</a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!-- Favicon files --> | ||
<link rel="apple-touch-icon" sizes="180x180" href="/Documents/icons/apple-touch-icon.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/Documents/icons/favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/Documents/icons/favicon-16x16.png"> | ||
<link rel="manifest" href="/Documents/icons/site.webmanifest"> | ||
<link rel="mask-icon" href="/Documents/icons/safari-pinned-tab.svg" color="#ff7700"> | ||
<link rel="shortcut icon" href="/Documents/icons/favicon.ico"> | ||
<meta name="msapplication-TileColor" content="#da532c"> | ||
<meta name="msapplication-config" content="/Documents/icons/browserconfig.xml"> | ||
<meta name="theme-color" content="#ffffff"> | ||
<meta name="google-site-verification" content="SK-ecbv89UqucKZNAHFJb7vf7_mGu6vpUgzL3WLaB2M" /> | ||
<!-- Styling for Ext link icon --> | ||
<style type="text/css">svg:not(:root).svg-inline--fa{overflow:visible}.svg-inline--fa{display:inline-block;font-size:inherit;height:1em;overflow:visible;vertical-align:-.125em}.svg-inline--fa.svg-inline--fa.fa-w-1{width:.0625em}.svg-inline--fa.fa-w-2{width:.125em}.svg-inline--fa.fa-w-3{width:.1875em}.svg-inline--fa.fa-w-4{width:.25em}.svg-inline--fa.fa-w-5{width:.3125em}.svg-inline--fa.fa-w-6{width:.375em}.svg-inline--fa.fa-w-7{width:.4375em}.svg-inline--fa.fa-w-8{width:.5em}.svg-inline--fa.fa-w-9{width:.5625em}.svg-inline--fa.fa-w-10{width:.625em}.svg-inline--fa.fa-w-11{width:.6875em}.svg-inline--fa.fa-w-12{width:.75em}.svg-inline--fa.fa-w-13{width:.8125em}.svg-inline--fa.fa-w-14{width:.875em}.svg-inline--fa.fa-w-15{width:.9375em}.svg-inline--fa.fa-w-16{width:1em}.svg-inline--fa.fa-w-17{width:1.0625em}.svg-inline--fa.fa-w-18{width:1.125em}.svg-inline--fa.fa-w-19{width:1.1875em}.svg-inline--fa.fa-w-20{width:1.25em}.svg-inline--fa.fa-pull-left{margin-right:.3em;width:auto}.svg-inline--fa.fa-pull-right{margin-left:.3em;width:auto}.svg-inline--fa.fa-border{height:1.5em}.svg-inline--fa.fa-li{width:2em}.svg-inline--fa.fa-fw{width:1.25em}.fa-layers svg.svg-inline--fa{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.fa-layers{display:inline-block;height:1em;position:relative;text-align:center;vertical-align:-.125em;width:1em}.fa-layers svg.svg-inline--fa{-webkit-transform-origin:center center;transform-origin:center center}.fa-layers-counter,.fa-layers-text{display:inline-block;position:absolute;text-align:center}.fa-layers-text{left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transform-origin:center center;transform-origin:center center}.fa-layers-counter{background-color:#ff253a;border-radius:1em;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;height:1.5em;line-height:1;max-width:5em;min-width:1.5em;overflow:hidden;padding:.25em;right:0;text-overflow:ellipsis;top:0;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:top right;transform-origin:top right}.fa-layers-bottom-right{bottom:0;right:0;top:auto;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:bottom right;transform-origin:bottom right}.fa-layers-bottom-left{bottom:0;left:0;right:auto;top:auto;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:bottom left;transform-origin:bottom left}.fa-layers-top-right{right:0;top:0;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:top right;transform-origin:top right}.fa-layers-top-left{left:0;right:auto;top:0;-webkit-transform:scale(.25);transform:scale(.25);-webkit-transform-origin:top left;transform-origin:top left}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right</style> |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.