@@ -64,7 +64,7 @@ social-network-links:
6464# whatsapp: 15551212
6565# medium: yourname
6666# reddit: yourname or r/yoursubreddit
67- linkedin : iea-wind
67+ linkedin : company/ iea-wind/
6868# xing: yourname
6969# stackoverflow: "3943160/daattali"
7070# snapchat: deanat78
@@ -133,175 +133,175 @@ title-on-all-pages: true
133133# The keywords to associate with your website, for SEO purposes
134134keywords : " wind energy, data, digitilization, IEA Wind, Task 37"
135135
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
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