@@ -9,37 +9,37 @@ theme: jekyll-theme-chirpy
9
9
lang : en
10
10
11
11
# Change to your timezone › https://kevinnovak.github.io/Time-Zone-Picker
12
- timezone :
12
+ timezone : Asia/Calcutta
13
13
14
14
# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
15
15
# ↓ --------------------------
16
16
17
- title : Chirpy # the main title
17
+ title : Ankith's blog # the main title
18
18
19
- tagline : A text-focused Jekyll theme # it will display as the subtitle
19
+ tagline : Some of my CTF writeups (cryptography) # it will display as the subtitle
20
20
21
21
description : >- # used by seo meta and the atom feed
22
- A minimal, responsive and feature-rich Jekyll theme for technical writing .
22
+ Ankith Abhayan's blog. Showcases cryptography challenge writeups from various CTFs that I've played .
23
23
24
24
# Fill in the protocol & hostname for your site.
25
25
# E.g. 'https://username.github.io', note that it does not end with a '/'.
26
- url : " "
26
+ url : " https://AnkithAbhayan.github.io "
27
27
28
28
github :
29
- username : github_username # change to your GitHub username
29
+ username : AnkithAbhayan # change to your GitHub username
30
30
31
31
twitter :
32
- username : twitter_username # change to your Twitter username
32
+ username : ankith101ii # change to your Twitter username
33
33
34
34
social :
35
35
# Change to your full name.
36
36
# It will be displayed as the default author of the posts and the copyright owner in the Footer
37
- name : your_full_name
38
- email : example@domain .com # change to your email address
37
+ name : Ankith Abhayan
38
+ email : ankithabhayan@gmail .com # change to your email address
39
39
links :
40
40
# The first element serves as the copyright owner's link
41
- - https://twitter.com/username # change to your Twitter homepage
42
- - https://github.com/username # change to your GitHub homepage
41
+ - https://twitter.com/ankith101ii # change to your Twitter homepage
42
+ - https://github.com/AnkithAbhayan # change to your GitHub homepage
43
43
# Uncomment below to add more social links
44
44
# - https://www.facebook.com/username
45
45
# - https://www.linkedin.com/in/username
@@ -98,7 +98,7 @@ theme_mode: # [light | dark]
98
98
cdn :
99
99
100
100
# the avatar on sidebar, support local or CORS resources
101
- avatar :
101
+ avatar : https://pbs.twimg.com/profile_images/1744384275284430849/66xsOqMR_400x400.jpg
102
102
103
103
# The URL of the site-wide social preview image used in SEO `og:image` meta tag.
104
104
# It can be overridden by a customized `page.image` in front matter.
0 commit comments