Skip to content

Commit f1b1b67

Browse files
committed
set configs and socials
- also moved templete posts to seperate folders
1 parent 643fe58 commit f1b1b67

56 files changed

Lines changed: 108 additions & 107 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

_config.yml

Lines changed: 97 additions & 96 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
# Site settings
33
# -----------------------------------------------------------------------------
44

5-
title: blank # the website title (if blank, full name will be used instead)
6-
first_name: You
7-
middle_name: R.
8-
last_name: Name
9-
contact_note: >
10-
You can even add a little note about which of these is the best way to reach you.
11-
description: > # the ">" symbol means to ignore newlines until "footer_text:"
12-
A simple, whitespace theme for academics. Based on [*folio](https://github.com/bogoli/-folio) design.
13-
footer_text: >
14-
Powered by <a href="https://jekyllrb.com/" target="_blank">Jekyll</a> with <a href="https://github.com/alshedivat/al-folio">al-folio</a> theme.
15-
Hosted by <a href="https://pages.github.com/" target="_blank">GitHub Pages</a>.
16-
Photos from <a href="https://unsplash.com" target="_blank">Unsplash</a>.
17-
keywords: jekyll, jekyll-theme, academic-website, portfolio-website # add your own keywords or leave empty
5+
title: سالک شب # the website title (if blank, full name will be used instead)
6+
first_name: Mohammad Yasin
7+
# middle_name: R.
8+
last_name: Habibzade
9+
# contact_note: >
10+
# You can even add a little note about which of these is the best way to reach you.
11+
# description: > # the ">" symbol means to ignore newlines until "footer_text:"
12+
# A simple, whitespace theme for academics. Based on [*folio](https://github.com/bogoli/-folio) design.
13+
# footer_text: >
14+
# Powered by <a href="https://jekyllrb.com/" target="_blank">Jekyll</a> with <a href="https://github.com/alshedivat/al-folio">al-folio</a> theme.
15+
# Hosted by <a href="https://pages.github.com/" target="_blank">GitHub Pages</a>.
16+
# Photos from <a href="https://unsplash.com" target="_blank">Unsplash</a>.
17+
# keywords: jekyll, jekyll-theme, academic-website, portfolio-website # add your own keywords or leave empty
1818
lang: fa # the language of your site (for example: en, fr, cn, ru, etc.)
19-
icon: ⚛️ # the emoji used as the favicon (alternatively, provide image name in /assets/img/)
19+
# icon: ⚛️ # the emoji used as the favicon (alternatively, provide image name in /assets/img/)
2020

2121
url: https://myhz79.github.io # the base hostname & protocol for your site
2222
baseurl: # the subpath of your site, e.g. /blog/. Leave blank for root
@@ -71,15 +71,15 @@ og_image: # The site-wide (default for all links) Open Graph preview image
7171
# Social integration
7272
# -----------------------------------------------------------------------------
7373

74-
github_username: # your GitHub user name
74+
github_username: myhz79 # your GitHub user name
7575
gitlab_username: # your GitLab user name
7676
twitter_username: # your Twitter handle
7777
mastodon_username: # your mastodon instance+username in the format instance.tld/@username
78-
linkedin_username: # your LinkedIn user name
79-
telegram_username: # your Telegram user name
78+
linkedin_username: myhz79 # your LinkedIn user name
79+
telegram_username: myhz79 # your Telegram user name
8080
scholar_userid: # your Google Scholar ID
8181
semanticscholar_id: # your Semantic Scholar ID
82-
whatsapp_number: # your WhatsApp number (full phone number in international format. Omit any zeroes, brackets, or dashes when adding the phone number in international format.)
82+
whatsapp_number: +989332267353 # your WhatsApp number (full phone number in international format. Omit any zeroes, brackets, or dashes when adding the phone number in international format.)
8383
orcid_id: # your ORCID ID
8484
medium_username: # your Medium username
8585
quora_username: # your Quora username
@@ -96,7 +96,7 @@ dblp_url: # your DBLP profile url
9696
stackoverflow_id: # your stackoverflow id
9797
kaggle_id: # your kaggle id
9898
lastfm_id: # your lastfm id
99-
spotify_id: # your spotify id
99+
spotify_id: 31p5kry5zvfwjgaig6byorzgbeh4 # your spotify id
100100
pinterest_id: # your pinterest id
101101
unsplash_id: # your unsplash id
102102
instagram_id: # your instagram id
@@ -128,7 +128,7 @@ bing_site_verification: # out your bing-site-verification ID (Bing Webmaster)
128128
# Blog
129129
# -----------------------------------------------------------------------------
130130

131-
blog_name: al-folio # blog_name will be displayed in your blog page
131+
blog_name: # blog_name will be displayed in your blog page
132132
blog_description: a simple whitespace theme for academics
133133
permalink: /blog/:year/:title/
134134
lsi: false # produce an index for related posts
@@ -158,19 +158,19 @@ giscus:
158158
lang: en
159159

160160
# Disqus comments (DEPRECATED)
161-
disqus_shortname: al-folio # put your disqus shortname
161+
# disqus_shortname: al-folio # put your disqus shortname
162162
# https://help.disqus.com/en/articles/1717111-what-s-a-shortname
163163

164164
# External sources.
165165
# If you have blog posts published on medium.com or other external sources,
166166
# you can display them in your blog by adding a link to the RSS feed.
167-
external_sources:
168-
- name: medium.com
169-
rss_url: https://medium.com/@al-folio/feed
170-
- name: Google Blog
171-
posts:
172-
- url: https://blog.google/technology/ai/google-gemini-update-flash-ai-assistant-io-2024/
173-
published_date: 2024-05-14
167+
# external_sources:
168+
# - name: medium.com
169+
# rss_url: https://medium.com/@al-folio/feed
170+
# - name: Google Blog
171+
# posts:
172+
# - url: https://blog.google/technology/ai/google-gemini-update-flash-ai-assistant-io-2024/
173+
# published_date: 2024-05-14
174174

175175
# -----------------------------------------------------------------------------
176176
# Newsletter
@@ -234,6 +234,7 @@ exclude:
234234
- README.md
235235
- readme_preview/
236236
- vendor
237+
- _posts/examples
237238
keep_files:
238239
- CNAME
239240
- .nojekyll
@@ -298,79 +299,79 @@ jekyll-archives:
298299
books:
299300
enabled: [year, tags, categories] # enables year, tag and category archives (remove if you need to disable one of them).
300301

301-
display_tags: ["formatting", "images", "links", "math", "code", "blockquotes", "internationalization"] # these tags will be displayed on the front page of your blog
302-
display_categories: ["external-services"] # these categories will be displayed on the front page of your blog
302+
# display_tags: ["formatting", "images", "links", "math", "code", "blockquotes", "internationalization"] # these tags will be displayed on the front page of your blog
303+
# display_categories: ["external-services"] # these categories will be displayed on the front page of your blog
303304

304305
# -----------------------------------------------------------------------------
305306
# Jekyll Scholar
306307
# -----------------------------------------------------------------------------
307308

308-
scholar:
309-
last_name: [Einstein]
310-
first_name: [Albert, A.]
311-
312-
style: apa
313-
locale: en
314-
315-
source: /_bibliography/
316-
bibliography: papers.bib
317-
bibliography_template: bib
318-
# Note: if you have latex math in your bibtex, the latex filter
319-
# preprocessing may conflict with MathJAX if the latter is enabled.
320-
# See https://github.com/alshedivat/al-folio/issues/357.
321-
bibtex_filters: [latex, smallcaps, superscript]
322-
323-
replace_strings: true
324-
join_strings: true
325-
326-
details_dir: bibliography
327-
details_link: Details
328-
329-
query: "@*"
330-
group_by: year
331-
group_order: descending
332-
333-
# Display different badges withs stats for your publications
334-
# Customize badge behavior in _layouts/bib.liquid
335-
enable_publication_badges:
336-
altmetric: true # Altmetric badge (Customization options: https://badge-docs.altmetric.com/index.html)
337-
dimensions: true # Dimensions badge (Customization options: https://badge.dimensions.ai/)
338-
google_scholar: true # Google Scholar badge (https://scholar.google.com/intl/en/scholar/citations.html)
339-
inspirehep: true # Inspire HEP badge (https://help.inspirehep.net/knowledge-base/citation-metrics/)
340-
341-
# Filter out certain bibtex entry keywords used internally from the bib output
342-
filtered_bibtex_keywords:
343-
[
344-
abbr,
345-
abstract,
346-
additional_info,
347-
altmetric,
348-
annotation,
349-
arxiv,
350-
award,
351-
award_name,
352-
bibtex_show,
353-
blog,
354-
code,
355-
google_scholar_id,
356-
html,
357-
inspirehep_id,
358-
pdf,
359-
poster,
360-
preview,
361-
selected,
362-
slides,
363-
supp,
364-
video,
365-
website,
366-
]
367-
368-
# Maximum number of authors to be shown for each publication (more authors are visible on click)
369-
max_author_limit: 3 # leave blank to always show all authors
370-
more_authors_animation_delay: 10 # more authors are revealed on click using animation; smaller delay means faster animation
371-
372-
# Enables publication thumbnails. If disabled, none of the publications will display thumbnails, even if specified in the bib entry.
373-
enable_publication_thumbnails: true
309+
# scholar:
310+
# last_name: [Einstein]
311+
# first_name: [Albert, A.]
312+
313+
# style: apa
314+
# locale: en
315+
316+
# source: /_bibliography/
317+
# bibliography: papers.bib
318+
# bibliography_template: bib
319+
# # Note: if you have latex math in your bibtex, the latex filter
320+
# # preprocessing may conflict with MathJAX if the latter is enabled.
321+
# # See https://github.com/alshedivat/al-folio/issues/357.
322+
# bibtex_filters: [latex, smallcaps, superscript]
323+
324+
# replace_strings: true
325+
# join_strings: true
326+
327+
# details_dir: bibliography
328+
# details_link: Details
329+
330+
# query: "@*"
331+
# group_by: year
332+
# group_order: descending
333+
334+
# # Display different badges withs stats for your publications
335+
# # Customize badge behavior in _layouts/bib.liquid
336+
# enable_publication_badges:
337+
# altmetric: true # Altmetric badge (Customization options: https://badge-docs.altmetric.com/index.html)
338+
# dimensions: true # Dimensions badge (Customization options: https://badge.dimensions.ai/)
339+
# google_scholar: true # Google Scholar badge (https://scholar.google.com/intl/en/scholar/citations.html)
340+
# inspirehep: true # Inspire HEP badge (https://help.inspirehep.net/knowledge-base/citation-metrics/)
341+
342+
# # Filter out certain bibtex entry keywords used internally from the bib output
343+
# filtered_bibtex_keywords:
344+
# [
345+
# abbr,
346+
# abstract,
347+
# additional_info,
348+
# altmetric,
349+
# annotation,
350+
# arxiv,
351+
# award,
352+
# award_name,
353+
# bibtex_show,
354+
# blog,
355+
# code,
356+
# google_scholar_id,
357+
# html,
358+
# inspirehep_id,
359+
# pdf,
360+
# poster,
361+
# preview,
362+
# selected,
363+
# slides,
364+
# supp,
365+
# video,
366+
# website,
367+
# ]
368+
369+
# # Maximum number of authors to be shown for each publication (more authors are visible on click)
370+
# max_author_limit: 3 # leave blank to always show all authors
371+
# more_authors_animation_delay: 10 # more authors are revealed on click using animation; smaller delay means faster animation
372+
373+
# # Enables publication thumbnails. If disabled, none of the publications will display thumbnails, even if specified in the bib entry.
374+
# enable_publication_thumbnails: true
374375

375376
# -----------------------------------------------------------------------------
376377
# Jekyll Link Attributes

_data/socials.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@
1010
# bluesky_url: # your bluesky URL
1111
# dblp_url: # your DBLP profile url
1212
# discord_id: # your discord id (18-digit unique numerical identifier)
13-
email: you@example.com # your email address
13+
email: mohammad.yasin.hz@gmail.com # your email address
1414
# facebook_id: # your facebook id
1515
# flickr_id: # your flickr id
16-
# github_username: # your GitHub user name
16+
github_username: myhz79 # your GitHub user name
1717
# gitlab_username: # your GitLab user name
1818
# hal_id: # your HAL id (https://hal.science/)
1919
# ieee_id: # your ieeexplore.ieee.org/author/id
20-
inspirehep_id: 1010907 # Inspire HEP author ID
20+
# inspirehep_id: 1010907 # Inspire HEP author ID
2121
# instagram_id: # your instagram id
2222
# kaggle_id: # your kaggle id
2323
# keybase_username: # your keybase user name
2424
# lastfm_id: # your lastfm id
2525
# lattes_id: # your ID on Lattes (Brazilian Lattes CV)
2626
# leetcode_id: # your LeetCode id
27-
# linkedin_username: # your LinkedIn user name
27+
linkedin_username: myhz79 # your LinkedIn user name
2828
# mastodon_username: # your mastodon instance+username in the format instance.tld/@username
2929
# medium_username: # your Medium username
3030
# orcid_id: # your ORCID ID
@@ -37,20 +37,20 @@ rss_icon: true # comment this line to hide the RSS icon
3737
scholar_userid: qc6CJjYAAAAJ # your Google Scholar ID
3838
# scopus_id: # your profile on Scopus
3939
# semanticscholar_id: # your Semantic Scholar ID
40-
# spotify_id: # your spotify id
40+
spotify_id: 31p5kry5zvfwjgaig6byorzgbeh4 # your spotify id
4141
# stackoverflow_id: # your stackoverflow id
4242
# strava_userid: # your strava user id
43-
# telegram_username: # your Telegram user name
43+
telegram_username: myhz79 # your Telegram user name
4444
# unsplash_id: # your unsplash id
4545
# wechat_qr: # filename of your wechat qr-code saved as an image (e.g., wechat-qr.png if saved to assets/img/wechat-qr.png)
46-
# whatsapp_number: # your WhatsApp number (full phone number in international format. Omit any zeroes, brackets, or dashes when adding the phone number in international format.)
46+
whatsapp_number: +989332267353 # your WhatsApp number (full phone number in international format. Omit any zeroes, brackets, or dashes when adding the phone number in international format.)
4747
# wikidata_id: # your wikidata id
4848
# wikipedia_id: # your wikipedia id (Case sensitive)
4949
# work_url: # work page URL
5050
# x_username: # your X handle
5151
# youtube_id: # your youtube channel id (youtube.com/@<youtube_id>)
5252
# zotero_username: # your zotero username
53-
custom_social: # can be any name here other than the ones already defined above
54-
logo: https://www.alberteinstein.com/wp-content/uploads/2024/03/cropped-favicon-192x192.png # can be png, svg, jpg
55-
title: Custom Social
56-
url: https://www.alberteinstein.com/
53+
# custom_social: # can be any name here other than the ones already defined above
54+
# logo: https://www.alberteinstein.com/wp-content/uploads/2024/03/cropped-favicon-192x192.png # can be png, svg, jpg
55+
# title: Custom Social
56+
# url: https://www.alberteinstein.com/

0 commit comments

Comments
 (0)