Skip to content

Commit c25859b

Browse files
committed
Modify to fit me
1 parent 8187114 commit c25859b

File tree

62 files changed

+52
-22186
lines changed

Some content is hidden

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

62 files changed

+52
-22186
lines changed

_config.yml

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -13,41 +13,39 @@ baseurl: ''
1313
lang: en
1414

1515
# Change to your timezone › http://www.timezoneconverter.com/cgi-bin/findzone/findzone
16-
timezone: Europe/Moscow
16+
timezone: Asia/Calcutta
1717

1818
# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
1919
# ↓ --------------------------
2020

21-
title: AstraBlog # the main title
21+
title: Datta's Blog # the main title
2222

23-
tagline: A place to learn and share knowledge about AI-related things # it will display as the sub-title
23+
tagline: A place where I share my thoughts, findings and learnings
2424

25-
description: >- # used by seo meta and the atom feed
26-
A minimal, portfolio, sidebar,
27-
bootstrap Jekyll theme with responsive web design
28-
and focuses on text presentation.
25+
description: >-
26+
A minimal, responsive and feature-rich Jekyll Chirpy theme for technical writing.
2927
3028
# fill in the protocol & hostname for your site, e.g., 'https://username.github.io'
31-
url: 'https://astralord.github.io'
29+
url: 'https://datta0.github.io'
3230

3331
github:
34-
username: astralord # change to your github username
32+
username: datta0 # change to your github username
3533

3634
social:
3735
# Change to your full name.
3836
# It will be displayed as the default author of the posts and the copyright owner in the Footer
39-
name: Aleksandr Samarin
40-
email: [email protected] # change to your email address
37+
name: Datta Nimmaturi
38+
email: [email protected] # change to your email address
4139
links:
4240
# The first element serves as the copyright owner's link
43-
- https://github.com/astralord # change to your github homepage
44-
# Uncomment below to add more social links
45-
# - https://www.facebook.com/username
46-
- https://www.linkedin.com/in/aleksandr-samarin-b8a35496/
41+
- https://twitter.com/im_datta0
42+
- https://github.com/datta0
43+
- https://www.linkedin.com/in/datta0
44+
- https://datta0.substack.com
4745

4846
author:
49-
name: Aleksandr Samarin
50-
url: https://astralord.github.io/
47+
name: Datta Nimmaturi
48+
url: https://datta0.github.io/
5149

5250
google_site_verification: google_meta_tag_verification # change to your verification string
5351

@@ -82,7 +80,7 @@ theme_mode: # [light|dark]
8280
img_cdn: ''
8381

8482
# the avatar on sidebar, support local or CORS resources
85-
avatar: "/assets/img/marvel-icon.jpg"
83+
avatar: "/assets/img/zoozoo.jpg"
8684

8785
# boolean type, the global switch for ToC in posts.
8886
toc: true

_data/authors.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ sille_bille:
1616
twitter: dinesh_MKD
1717
url: https://github.com/SilleBille/
1818

19-
astralord:
20-
name: Aleksandr Samarin
21-
twitter: cotes2020
22-
url: https://astralord.github.io/
19+
datta0:
20+
name: Datta Nimmaturi
21+
twitter: im_datta0
22+
url: https://datta0.github.io/

_data/contact.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,8 @@
88
noblank: true # open link in current tab
99

1010
- type: linkedin
11-
icon: 'fab fa-linkedin' # icons powered by <https://fontawesome.com/>
12-
url: 'https://www.linkedin.com/in/aleksandr-samarin-b8a35496/' # Fill with your Linkedin homepage
13-
14-
- type: telegram
15-
icon: 'fab fa-telegram'
16-
url: 'https://t.me/astrlrd'
11+
icon: 'fab fa-linkedin'
12+
url: 'https://linkedin.com/in/datta0' # Fill with your Linkedin homepage
1713

1814
# Uncomment and complete the url below to enable more contact options
1915
#

_data/share.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,9 @@ platforms:
66
icon: "fa-brands fa-square-x-twitter"
77
link: "https://twitter.com/intent/tweet?text=TITLE&url=URL"
88

9-
- type: Facebook
10-
icon: "fab fa-facebook-square"
11-
link: "https://www.facebook.com/sharer/sharer.php?title=TITLE&u=URL"
12-
13-
- type: Telegram
14-
icon: "fab fa-telegram"
15-
link: "https://t.me/share/url?url=URL&text=TITLE"
9+
- type: Linkedin
10+
icon: "fab fa-linkedin"
11+
link: "https://www.linkedin.com/shareArticle?mini=true&url=URL"
1612

1713
# Uncomment below if you need to.
1814
#

0 commit comments

Comments
 (0)