diff --git a/_config.yml b/_config.yml
index f61aa6f..537eb25 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,68 +1,34 @@
# The Site Configuration
-
-# Import the theme
theme: jekyll-theme-chirpy
-
-# The language of the webpage › http://www.lingoes.net/en/translator/langcode.htm
-# If it has the same name as one of the files in folder `_data/locales`, the layout language will also be changed,
-# otherwise, the layout language will use the default value of 'en'.
lang: en
-
-# Change to your timezone › https://kevinnovak.github.io/Time-Zone-Picker
timezone: Europe/Istanbul
-# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
-# ↓ --------------------------
+# See for Jekyll SEO Tag Settings: https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
-title: Aliberk Sandıkçı # the main title
-
-tagline: Personal Website & Blog # it will display as the sub-title
-
-description: >- # used by seo meta and the atom feed
+title: Aliberk Sandıkçı
+tagline: Personal Website & Blog
+description: >-
Personal Website & Blog of Aliberk Sandıkçı
-# Fill in the protocol & hostname for your site.
-# e.g. 'https://username.github.io', note that it does not end with a '/'.
url: "https://asandikci.com"
+baseurl:
-github:
- username: github_username # change to your github username
-
-twitter:
- username: twitter_username # change to your twitter username
+forgejo:
+ username: asandikci
+ domain: 'git.aliberksandikci.com.tr'
social:
- # Change to your full name.
- # It will be displayed as the default author of the posts and the copyright owner in the Footer
name: Aliberk Sandıkçı
- email: contact@aliberksandikci.com.tr # change to your email address
+ email: contact@aliberksandikci.com.tr
links:
- # The first element serves as the copyright owner's link
- - https://twitter.com/username # change to your twitter homepage
- - https://github.com/username # change to your github homepage
- # Uncomment below to add more social links
- # - https://www.facebook.com/username
- # - https://www.linkedin.com/in/username
+ - https://git.aliberksandikci.com.tr/asandikci
+ - https://mastodon.social/@asandikci
+ - https://www.linkedin.com/in/asandikci
-# ↑ --------------------------
-# The end of `jekyll-seo-tag` settings
-
-# Prefer color scheme setting.
-#
-# Note: Keep empty will follow the system prefer color by default,
-# and there will be a toggle to switch the theme between dark and light
-# on the bottom left of the sidebar.
-#
-# Available options:
-#
-# light - Use the light color scheme
-# dark - Use the dark color scheme
-#
theme_mode: # [light | dark]
-
# the avatar on sidebar, support local or CORS resources
-avatar: https://secure.gravatar.com/avatar/9e6d3b45325892e77d8d4e3758ae9977?d=identicon
+avatar: /assets/img/pp.png
# The URL of the site-wide social preview image used in SEO `og:image` meta tag.
# It can be overridden by a customized `page.image` in front matter.
@@ -111,9 +77,6 @@ pwa:
paginate: 10
-# The base URL of your site
-baseurl:
-
# ------------ The following options are not recommended to be modified ------------------
kramdown:
diff --git a/_data/authors.yml b/_data/authors.yml
index f012012..8d76222 100644
--- a/_data/authors.yml
+++ b/_data/authors.yml
@@ -6,12 +6,6 @@
# url: {homepage_of_author}
# -------------------------------------
-cotes:
- name: Cotes Chung
- twitter: cotes2020
- url: https://github.com/cotes2020/
-
-sille_bille:
- name: Dinesh Prasanth Moluguwan Krishnamoorthy
- twitter: dinesh_MKD
- url: https://github.com/SilleBille/
+asandikci:
+ name: Aliberk Sandıkçı
+ url: https://mastodon.social/@asandikci
diff --git a/_data/contact.yml b/_data/contact.yml
index 1ed228a..317906f 100644
--- a/_data/contact.yml
+++ b/_data/contact.yml
@@ -1,28 +1,37 @@
# The contact options.
-- type: github
- icon: "fab fa-github"
+- type: forgejo
+ icon: "fa-solid fa-code-branch"
+ url: 'https://git.aliberksandikci.com.tr/'
-- type: twitter
- icon: "fa-brands fa-x-twitter"
+- type: xmpp
+ icon: 'fa fa-xmpp'
+ url: 'xmpp:asandikci@aliberksandikci.com.tr'
- type: email
icon: "fas fa-envelope"
- noblank: true # open link in current tab
+ noblank: false
+
+- type: mastodon
+ icon: 'fa fa-mastodon'
+ url: 'https://mastodon.social/@asandikci/'
+
+- type: linkedin
+ icon: 'fab fa-linkedin'
+ url: 'https://linkedin.com/in/asandikci'
+
+- type: discord
+ icon: 'fa fa-discord'
+ url: 'https://discord.com/users/987999573479944222'
+
+- type: instagram
+ icon: 'fa fa-instagram'
+ url: 'https://instagram.com/aliberksandikci'
+
+- type: codeberg
+ icon: 'fl-codeberg'
+ url: 'https://codeberg.org/asandikci'
- type: rss
icon: "fas fa-rss"
- noblank: true
-# Uncomment and complete the url below to enable more contact options
-#
-# - type: mastodon
-# icon: 'fab fa-mastodon' # icons powered by
-# url: '' # Fill with your Mastodon account page, rel="me" will be applied for verification
-#
-# - type: linkedin
-# icon: 'fab fa-linkedin' # icons powered by
-# url: '' # Fill with your Linkedin homepage
-#
-# - type: stack-overflow
-# icon: 'fab fa-stack-overflow'
-# url: '' # Fill with your stackoverflow homepage
+ noblank: true
\ No newline at end of file
diff --git a/_data/origin/cors.yml b/_data/origin/cors.yml
index b6c8674..c319411 100644
--- a/_data/origin/cors.yml
+++ b/_data/origin/cors.yml
@@ -28,8 +28,17 @@ toc:
css: https://cdn.jsdelivr.net/npm/tocbot@4.25.0/dist/tocbot.min.css
js: https://cdn.jsdelivr.net/npm/tocbot@4.25.0/dist/tocbot.min.js
+fontlogos:
+ css: https://cdn.jsdelivr.net/npm/font-logos@1/assets/font-logos.css
+
+forkawesome:
+ css: https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css
+
fontawesome:
- css: https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.5.1/css/all.min.css
+ css: https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.5.2/css/all.min.css
+
+ballooncss:
+ css: https://unpkg.com/balloon-css/balloon.min.css
search:
js: https://cdn.jsdelivr.net/npm/simple-jekyll-search@1.10.0/dest/simple-jekyll-search.min.js
diff --git a/_data/share.yml b/_data/share.yml
index d572e6d..ee73bec 100644
--- a/_data/share.yml
+++ b/_data/share.yml
@@ -1,7 +1,22 @@
-# Sharing options at the bottom of the post.
-# Icons from
-
platforms:
+
+ - type: Linkedin
+ icon: "fab fa-linkedin"
+ link: "https://www.linkedin.com/sharing/share-offsite/?url=URL"
+
+ - type: Mastodon
+ icon: "fa fa-mastodon"
+ # See: https://github.com/justinribeiro/share-to-mastodon#properties
+ instances:
+ - label: mastodon.social
+ link: "https://mastodon.social/"
+ - label: mastodon.online
+ link: "https://mastodon.online/"
+ - label: fosstodon.org
+ link: "https://fosstodon.org/"
+ - label: mastodon.com.tr
+ link: "https://mastodon.com.tr/"
+
- type: Twitter
icon: "fa-brands fa-square-x-twitter"
link: "https://twitter.com/intent/tweet?text=TITLE&url=URL"
@@ -13,26 +28,3 @@ platforms:
- type: Telegram
icon: "fab fa-telegram"
link: "https://t.me/share/url?url=URL&text=TITLE"
-
- # Uncomment below if you need to.
- #
- # - type: Linkedin
- # icon: "fab fa-linkedin"
- # link: "https://www.linkedin.com/sharing/share-offsite/?url=URL"
- #
- # - type: Weibo
- # icon: "fab fa-weibo"
- # link: "http://service.weibo.com/share/share.php?title=TITLE&url=URL"
- #
- # - type: Mastodon
- # icon: "fa-brands fa-mastodon"
- # # See: https://github.com/justinribeiro/share-to-mastodon#properties
- # instances:
- # - label: mastodon.social
- # link: "https://mastodon.social/"
- # - label: mastodon.online
- # link: "https://mastodon.online/"
- # - label: fosstodon.org
- # link: "https://fosstodon.org/"
- # - label: photog.social
- # link: "https://photog.social/"
diff --git a/_includes/head.html b/_includes/head.html
index c9187a3..3d743cd 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -83,9 +83,18 @@
+
+
+
+
+
+
+
+
+
{% if site.toc and page.toc %}
diff --git a/_includes/js-selector.html b/_includes/js-selector.html
index 1fd408a..22eee81 100644
--- a/_includes/js-selector.html
+++ b/_includes/js-selector.html
@@ -1,6 +1,7 @@
+
{% assign urls = site.data.origin[type].jquery.js
| append: ','
diff --git a/_includes/sidebar.html b/_includes/sidebar.html
index b8f92e3..2a09794 100644
--- a/_includes/sidebar.html
+++ b/_includes/sidebar.html
@@ -21,12 +21,12 @@