Skip to content

Commit ba71363

Browse files
committed
Add theme-specific config
1 parent b0ee787 commit ba71363

1 file changed

Lines changed: 306 additions & 3 deletions

File tree

_config.yaml

Lines changed: 306 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,307 @@
1-
title: "IEA Wind Systems"
1+
22
remote_theme: daattali/beautiful-jekyll
3-
color_scheme: "dark"
4-
search_enabled: false
3+
4+
5+
###########################################################
6+
### Welcome to Beautiful Jekyll!
7+
### This config file is meant for settings that affect your entire website. When you first
8+
### set up your website you should go through all these settings and edit them, but after
9+
### the initial set up you won't need to come back to this file often.
10+
###########################################################
11+
12+
############################
13+
# --- Required options --- #
14+
############################
15+
16+
# Name of website
17+
title: IEA Wind Systems
18+
19+
# Your name to show in the footer
20+
author: IEA Wind Task 37
21+
22+
###############################################
23+
# --- List of links in the navigation bar --- #
24+
###############################################
25+
26+
navbar-links:
27+
About Me: "aboutme"
28+
Resources:
29+
- Beautiful Jekyll: "https://beautifuljekyll.com"
30+
- Learn markdown: "https://www.markdowntutorial.com/"
31+
Author's home: "https://deanattali.com"
32+
33+
################
34+
# --- Logo --- #
35+
################
36+
37+
# Image to show in the navigation bar - works best with a square image
38+
# Remove this parameter if you don't want an image in the navbar
39+
avatar: "/assets/img/avatar-icon.png"
40+
41+
# By default, the image is cut into a circle. You can disable this behaviour by setting 'round-avatar: false'
42+
round-avatar: true
43+
44+
# If you want to have an image logo in the top-left corner instead of having the title of the website,
45+
# then specify the following parameter
46+
#title-img: /path/to/image
47+
48+
49+
#####################################
50+
# --- Footer social media links --- #
51+
#####################################
52+
53+
# Select the social network links that you want to show in the footer.
54+
# You can change the order that they show up on the page by changing the order here.
55+
# Uncomment the links you want to show and add your information to each one.
56+
social-network-links:
57+
email: "pietro.bortolotti@nrel.gov"
58+
# rss: true # remove this line if you don't want to show an RSS link at the bottom
59+
# facebook: deanattali
60+
github: IEAWindSystems
61+
# twitter: daattali
62+
# patreon: DeanAttali
63+
# youtube: "@daattali"
64+
# whatsapp: 15551212
65+
# medium: yourname
66+
# reddit: yourname or r/yoursubreddit
67+
linkedin: daattali
68+
# xing: yourname
69+
# stackoverflow: "3943160/daattali"
70+
# snapchat: deanat78
71+
# instagram: deanat78
72+
# spotify: yourname
73+
# telephone: +14159998888
74+
# steam: deanat78
75+
# twitch: yourname
76+
# yelp: yourname
77+
# telegram: yourname
78+
# calendly: yourname
79+
# mastodon: instance.url/@username
80+
# bluesky: yourname
81+
# ORCID: your ORCID ID
82+
# google-scholar: your google scholar
83+
# discord: "invite_code" or "users/userid" or "invite/invite_code"
84+
# kaggle: yourname
85+
# hackerrank: yourname
86+
# gitlab: yourname
87+
# itchio: yourname
88+
# untappd: yourname
89+
90+
# If you want your website to generate an RSS feed, provide a description
91+
# The URL for the feed will be https://<your_website>/feed.xml
92+
# rss-description: This website is a virtual proof that I'm awesome
93+
94+
###########################
95+
# --- General options --- #
96+
###########################
97+
98+
# Select which social network share links to show in posts
99+
# share-links-active:
100+
# twitter: true
101+
# facebook: true
102+
# linkedin: true
103+
# vk: false
104+
# github: true
105+
106+
# How to display the link to your website in the footer
107+
# Remove this if you don't want a link in the footer
108+
url-pretty: "ieawindsystems.github.io"
109+
110+
# Add the website title to the title of every page
111+
title-on-all-pages: true
112+
113+
# Excerpt word length - Truncate the excerpt of each post on the feed page to the specified number of words
114+
excerpt_length: 50
115+
116+
# Whether or not to show an excerpt for every blog post in the feed page
117+
feed_show_excerpt: false
118+
119+
# Whether or not to show a list of tags below each post preview in the feed page
120+
feed_show_tags: false
121+
122+
# Add a search button to the navbar
123+
post_search: false
124+
125+
# Add a button in the footer to edit the current page. Only works if your website is hosted on GitHub
126+
edit_page_button: true
127+
128+
# Allow sub-menu items (second-level navigation menu items) to be longer than the top-level menu
129+
# If this setting is off, then long sub-menu words might get cut off
130+
# See https://github.com/daattali/beautiful-jekyll/issues/765 to understand the issue this setting can solve
131+
navbar-var-length: false
132+
133+
# The keywords to associate with your website, for SEO purposes
134+
keywords: "wind energy, data, digitilization, IEA Wind, Task 37"
135+
136+
######################################
137+
# --- Colours / background image --- #
138+
######################################
139+
140+
# Personalize the colours in your website. Colour values can be any valid CSS colour
141+
142+
page-col: "#FFFFFF"
143+
text-col: "#404040"
144+
link-col: "#008AFF"
145+
hover-col: "#0085A1"
146+
navbar-col: "#EAEAEA"
147+
navbar-text-col: "#404040"
148+
navbar-border-col: "#DDDDDD"
149+
footer-col: "#EAEAEA"
150+
footer-text-col: "#777777"
151+
footer-link-col: "#404040"
152+
footer-hover-col: "#0085A1"
153+
154+
# Alternatively, the navbar, footer, and page background can be set to an image
155+
# instead of colour
156+
157+
#navbar-img: "/assets/img/bgimage.png"
158+
#footer-img: "/assets/img/bgimage.png"
159+
#page-img: "/assets/img/bgimage.png"
160+
161+
# Suggest a colour for mobile browsers to use as the browser's theme. This is only supported by a few mobile browsers.
162+
#mobile-theme-col: "#0085A1"
163+
164+
# For any extra visual customization, you can include additional CSS files in every page on your site. List any custom CSS files here
165+
#site-css:
166+
# - "/assets/css/custom-styles.css"
167+
168+
# If you have common JavaScript files that should be included in every page, list them here
169+
#site-js:
170+
# - "/assets/js/custom-script.js"
171+
172+
#################################
173+
# --- Web Analytics Section --- #
174+
#################################
175+
176+
# Fill in your Google Analytics tag ID (or "Measurement ID") to track your website usage
177+
gtag: "G-XXXXXXXXXX"
178+
179+
# Fill in your Cloudflare Analytics beacon token to track your website using Cloudflare Analytics
180+
#cloudflare_analytics: ""
181+
182+
# Google Tag Manager ID
183+
#gtm: ""
184+
185+
# Matomo (aka Piwik) Web statistics
186+
# Uncomment the following section to enable Matomo. The opt-out parameter controls
187+
# whether or not you want to allow users to opt out of tracking.
188+
#matomo:
189+
# site_id: "9"
190+
# uri: "demo.wiki.pro"
191+
# opt-out: true
192+
193+
# Google Universal Analytics ID -- deprecated
194+
# As of July 2023 this is no longer supported by Google! If you are still using `google_analytics`,
195+
# you should switch to using the `gtag` field above instead.
196+
#google_analytics: "UA-XXXXXXXX-X"
197+
198+
####################
199+
# --- Comments --- #
200+
####################
201+
202+
# To use Disqus comments, sign up to https://disqus.com and fill in your Disqus shortname (NOT the userid)
203+
#disqus: ""
204+
205+
# To use Facebook Comments, create a Facebook app and fill in the Facebook App ID
206+
#fb_comment_id: ""
207+
208+
# To use CommentBox, sign up for a Project ID on https://commentbox.io
209+
#commentbox: "" # Project ID, e.g. "5694267682979840-proj"
210+
211+
# To use Utterances comments: (0) uncomment the following section, (1) fill in
212+
# "repository" (make sure the repository is public), (2) Enable Issues in your repository,
213+
# (3) Install the Utterances app in your repository https://github.com/apps/utterances
214+
# See more details about the parameters below at https://utteranc.es/
215+
#utterances:
216+
# repository: # GitHub username/repository eg. "daattali/beautiful-jekyll"
217+
# issue-term: title # Mapping between blog posts and GitHub issues
218+
# theme: github-light # Utterances theme
219+
# label: blog-comments # Label that will be assigned to GitHub Issues created by Utterances
220+
221+
# To use Staticman comments, uncomment the following section. You may leave the reCaptcha
222+
# section commented if you aren't using reCaptcha for spam protection.
223+
# Using Staticman requires advanced knowledge, please consult
224+
# https://github.com/eduardoboucas/staticman/ and https://staticman.net/ for further
225+
# instructions. For any support with staticman please direct questions to staticman and
226+
# not to BeautifulJekyll.
227+
#staticman:
228+
# repository : # GitHub username/repository eg. "daattali/beautiful-jekyll"
229+
# branch : master # If you're not using `master` branch, then you also need to update the `branch` parameter in `staticman.yml`
230+
# endpoint : # URL of your deployment, with a trailing slash eg. "https://<your-api>/v3/entry/github/"
231+
# reCaptcha: # (optional, set these parameters in `staticman.yml` as well)
232+
# siteKey : # You need to apply for a site key on Google
233+
# secret : # Encrypt your password by going to https://<your-own-api>/v3/encrypt/<your-site-secret>
234+
235+
# To use giscus comments:
236+
# (0) Uncomment the following giscus section, (1) Enable Discussions in your GitHub repository,
237+
# (2) Install the giscus app in your repository (details at https://giscus.app),
238+
# (3) Fill in *all* the parameters below
239+
# See more details about giscus and each of the following parameters at https://giscus.app
240+
#giscus:
241+
# hostname: giscus.app # Replace with your giscus instance's hostname if self-hosting
242+
# repository: # GitHub username/repository eg. "daattali/beautiful-jekyll"
243+
# repository-id: # ID of your repository, retrieve this info from https://giscus.app
244+
# category: Announcements # Category name of your GitHub Discussion posts
245+
# category-id: # ID of your category, retrieve this info from https://giscus.app
246+
# mapping: pathname
247+
# reactions-enabled: 1
248+
# emit-metadata: 0
249+
# theme: light
250+
251+
################
252+
# --- Misc --- #
253+
################
254+
255+
# Ruby Date Format to show dates of posts
256+
date_format: "%B %-d, %Y"
257+
258+
# Facebook App ID
259+
#fb_app_id: ""
260+
261+
#################################################################################
262+
# --- You don't need to touch anything below here (but you can if you want) --- #
263+
#################################################################################
264+
265+
# Output options (more information on Jekyll's site)
266+
timezone: "America/Toronto"
267+
markdown: kramdown
268+
highlighter: rouge
269+
permalink: /:year-:month-:day-:title/
270+
paginate: 5
271+
272+
kramdown:
273+
input: GFM
274+
275+
# Default YAML values (more information on Jekyll's site)
276+
defaults:
277+
-
278+
scope:
279+
path: ""
280+
type: "posts"
281+
values:
282+
layout: "post"
283+
comments: true # add comments to all blog posts
284+
social-share: true # add social media sharing buttons to all blog posts
285+
-
286+
scope:
287+
path: "" # any file that's not a post will be a "page" layout by default
288+
values:
289+
layout: "page"
290+
291+
# Exclude these files from production site
292+
exclude:
293+
- CHANGELOG.md
294+
- CNAME
295+
- Gemfile
296+
- Gemfile.lock
297+
- LICENSE
298+
- README.md
299+
- screenshot.png
300+
- docs/
301+
302+
plugins:
303+
- jekyll-paginate
304+
- jekyll-sitemap
305+
306+
# Beautiful Jekyll / Dean Attali
307+
# 2fc73a3a967e97599c9763d05e564189

0 commit comments

Comments
 (0)