Skip to content

Commit f4dee6a

Browse files
authored
Merge pull request #59 from openresearchcalendar/new-theme
Convert to new theme
2 parents 67af09c + 5d2cd2f commit f4dee6a

21 files changed

+355
-276
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Gemfile
2+
Gemfile.lock
3+
_site/
4+
.sass-cache
5+
.DS_Store
6+
Thumbs.db

_config.yml

Lines changed: 243 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,250 @@
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
211
title: Open Research Calendar
312
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)
11215
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
14235
values:
15236
sitemap: false
237+
238+
# Exclude these files from production site
16239
exclude:
240+
- CNAME
241+
- Gemfile
242+
- Gemfile.lock
243+
- LICENSE
244+
- README.md
17245
- Publicity/
246+
247+
plugins:
248+
- jekyll-sitemap
249+
- jemoji
250+
- jekyll-redirect-from

_includes/datause.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<a href="https://openresearchcalendar.org/datause" target="_blank" rel="noopener">Data Use</a>

_includes/favicon.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!-- Favicon files -->
2+
<link rel="apple-touch-icon" sizes="180x180" href="/Documents/icons/apple-touch-icon.png">
3+
<link rel="icon" type="image/png" sizes="32x32" href="/Documents/icons/favicon-32x32.png">
4+
<link rel="icon" type="image/png" sizes="16x16" href="/Documents/icons/favicon-16x16.png">
5+
<link rel="manifest" href="/Documents/icons/site.webmanifest">
6+
<link rel="mask-icon" href="/Documents/icons/safari-pinned-tab.svg" color="#ff7700">
7+
<link rel="shortcut icon" href="/Documents/icons/favicon.ico">
8+
<meta name="msapplication-TileColor" content="#da532c">
9+
<meta name="msapplication-config" content="/Documents/icons/browserconfig.xml">
10+
<meta name="theme-color" content="#ffffff">
11+
<meta name="google-site-verification" content="SK-ecbv89UqucKZNAHFJb7vf7_mGu6vpUgzL3WLaB2M" />
12+
<!-- Styling for Ext link icon -->
13+
<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>

_layouts/default.html

Lines changed: 0 additions & 64 deletions
This file was deleted.

0 commit comments

Comments
 (0)