-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
111 lines (95 loc) · 3.97 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
theme: jekyll-theme-minimal
title: Georgios Giasemidis' homepage
author: Georgios Giasemidis
description: My personal web-space, keep an eye for updates
remote_theme: daattali/beautiful-jekyll
navbar-links:
About Me: "aboutme"
# Author's home: "https://giasemidis.github.io/"
CV: "https://giasemidis.github.io/docs/GeorgiosGiasemidis-CV.pdf"
Publications: "publications"
Medium Articles:
- Demonstrating the “Data Analysis” GPT: "https://g-giasemidis.medium.com/demonstrating-the-data-analysis-gpt-7586f0ed2b76"
- Chat with and visualise your data — Part II: "https://g-giasemidis.medium.com/chat-with-and-visualise-your-data-part-ii-c01896d4da57"
- Chat with and visualise your data — Part I: "https://g-giasemidis.medium.com/chat-with-and-visualise-your-data-part-i-40b7272a16d1"
- Good and Bad Practices and Habits in Data Science: "https://medium.com/@g-giasemidis/good-and-bad-practices-and-habits-in-data-science-dc169830092"
- LV forecasting literature review: "https://g-giasemidis.medium.com/lessons-from-a-review-of-low-voltage-load-forecasting-methods-1379627e8f0c"
- Euroleague shot charts: "https://g-giasemidis.medium.com/create-euroleague-shot-charts-in-python-7ba4aa574644"
- ESPN NBA Fantasy: "https://g-giasemidis.medium.com/nba-fantasy-analytics-with-python-on-epsn-f03f10a60187"
Web Apps:
- ESPN NBA Fantasy (Post-round): "https://espn-nba-fantasy-post-round-analysis.streamlit.app/"
- ESPN NBA Fantasy (H2H pre-round): "https://espn-nba-fantasy-head-to-head-analysis.streamlit.app/"
- ChatGPT Basketball Assistant: "https://giasemidis-openai-basketball-assistant-srcmain-jcc4xt.streamlit.app/"
# avatar: photos/lego-scientist.jpg
# round-avatar: True
title-img: photos/Georgios.jpg
# --- Footer social media links --- #
social-network-links:
email: [email protected]
github: giasemidis
medium: g-giasemidis
linkedin: ggiasemidis
google-scholar: citations?user=vVyWiE8AAAAJ
twitter: g_giase
instagram: g.giase
youtube: channel/UCr7vIbsZST1LoOfx736iiGg
# Select which social network share links to show in posts
share-links-active:
twitter: true
facebook: true
linkedin: true
instagram: true
medium: true
# 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: true
# Use giscus comments:
giscus:
hostname: giscus.app # Replace with your giscus instance's hostname if self-hosting
repository: giasemidis/giasemidis.github.io # GitHub username/repository eg. "daattali/beautiful-jekyll"
repository-id: MDEwOlJlcG9zaXRvcnkzMTk0NTk2MDk= # ID of your repository, retrieve this info from https://giscus.app
category: Q&A # Category name of your GitHub Discussion posts
category-id: DIC_kwDOEwqRGc4CPOI5 # ID of your category, retrieve this info from https://giscus.app
mapping: pathname
reactions-enabled: 1
emit-metadata: 0
theme: light
lang: en
input-position: bottom
# Ruby Date Format to show dates of posts
date_format: "%B %-d, %Y"
# Default YAML values (more information on Jekyll's site)
defaults:
-
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"
# Fill in your Google Analytics ID to track your website using Google Analytics
google_analytics: "UA-229643177-1"
# Exclude these files from production site
# exclude:
# - CHANGELOG.md
# - CNAME
# - Gemfile
# - Gemfile.lock
# - LICENSE
# - README.md
# - screenshot.png
# - docs/
plugins:
- jekyll-paginate
- jekyll-sitemap