Skip to content

Commit 119636a

Browse files
author
abhishek
committed
testing new blog
1 parent 79c65b3 commit 119636a

8 files changed

+89
-57
lines changed

_config.yml

+14-13
Original file line numberDiff line numberDiff line change
@@ -2,44 +2,45 @@
22

33
# Import the theme
44
theme: jekyll-theme-chirpy
5+
# theme: jekyll-shell-theme
56

67
# The language of the webpage › http://www.lingoes.net/en/translator/langcode.htm
78
# If it has the same name as one of the files in folder `_data/locales`, the layout language will also be changed,
89
# otherwise, the layout language will use the default value of 'en'.
910
lang: en
1011

1112
# Change to your timezone › https://kevinnovak.github.io/Time-Zone-Picker
12-
timezone: Asia/Shanghai
13+
timezone: Asia/Kuala_Lumpur
1314

1415
# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
1516
# ↓ --------------------------
1617

17-
title: Chirpy # the main title
18+
title: Abhishek Prasad # the main title
1819

19-
tagline: A text-focused Jekyll theme # it will display as the sub-title
20+
tagline: Senior engineer at Socar Mobility Malaysia # it will display as the sub-title
2021

2122
description: >- # used by seo meta and the atom feed
22-
A minimal, responsive and feature-rich Jekyll theme for technical writing.
23+
waaayyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy
2324
2425
# Fill in the protocol & hostname for your site.
2526
# e.g. 'https://username.github.io', note that it does not end with a '/'.
26-
url: ""
27+
url: "https://abhishek.github.io"
2728

2829
github:
29-
username: github_username # change to your github username
30+
username: abhishek71994 # change to your github username
3031

3132
twitter:
32-
username: twitter_username # change to your twitter username
33+
username: abhi_hk95 # change to your twitter username
3334

3435
social:
3536
# Change to your full name.
3637
# 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
38+
name: abhi_hk95
39+
email: abhishek71994@gmail.com # change to your email address
3940
links:
4041
# 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
42+
- https://twitter.com/abhi_hk95 # change to your twitter homepage
43+
- https://github.com/abhishek71994 # change to your github homepage
4344
# Uncomment below to add more social links
4445
# - https://www.facebook.com/username
4546
# - https://www.linkedin.com/in/username
@@ -73,10 +74,10 @@ theme_mode: # [light | dark]
7374
# will be added to all image (site avatar & posts' images) paths starting with '/'
7475
#
7576
# e.g. 'https://cdn.com'
76-
img_cdn: "https://chirpy-img.netlify.app"
77+
img_cdn: "https://media.licdn.com/dms/image/C5603AQHy40z55czv-g/profile-displayphoto-shrink_400_400/0/1619443908735?e=1713398400&v=beta&t=2juF7MhatBnta8Fl8AY4KHxe-2wWbVwSdv5c7LvtN7M"
7778

7879
# the avatar on sidebar, support local or CORS resources
79-
avatar: "/commons/avatar.jpg"
80+
avatar: "https://pbs.twimg.com/profile_images/1417806042780475396/oHj68PS8_400x400.jpg"
8081

8182
# The URL of the site-wide social preview image used in SEO `og:image` meta tag.
8283
# It can be overridden by a customized `page.image` in front matter.

_data/authors.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
# url: {homepage_of_author}
77
# -------------------------------------
88

9-
cotes:
10-
name: Cotes Chung
11-
twitter: cotes2020
12-
url: https://github.com/cotes2020/
9+
abhishek:
10+
name: Abhishek Prasad
11+
twitter: abhishek71994
12+
url: https://github.com/abhishek71994/
1313

1414
sille_bille:
1515
name: Dinesh Prasanth Moluguwan Krishnamoorthy

_posts/2019-08-08-text-and-typography.md

+22-17
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: Text and Typography
3-
author: cotes
4-
date: 2019-08-08 11:33:00 +0800
2+
title: Talking shit about infra
3+
author: Abhishek Prasad
4+
date: 2024-02-14 11:33:00 +0800
55
categories: [Blogging, Demo]
6-
tags: [typography]
6+
tags: [infrastructure, kubernets]
77
pin: true
88
math: true
99
mermaid: true
@@ -18,15 +18,19 @@ This post is to show Markdown syntax rendering on [**Chirpy**](https://github.co
1818
## Headings
1919

2020
# H1 - heading
21+
2122
{: .mt-4 .mb-0 }
2223

2324
## H2 - heading
25+
2426
{: data-toc-skip='' .mt-4 .mb-0 }
2527

2628
### H3 - heading
29+
2730
{: data-toc-skip='' .mt-4 .mb-0 }
2831

2932
#### H4 - heading
33+
3034
{: data-toc-skip='' .mt-4 }
3135

3236
## Paragraph
@@ -44,15 +48,15 @@ Quisque egestas convallis ipsum, ut sollicitudin risus tincidunt a. Maecenas int
4448
### Unordered list
4549

4650
- Chapter
47-
+ Section
48-
* Paragraph
51+
- Section
52+
- Paragraph
4953

5054
### ToDo list
5155

5256
- [ ] Job
53-
+ [x] Step 1
54-
+ [x] Step 2
55-
+ [ ] Step 3
57+
- [x] Step 1
58+
- [x] Step 2
59+
- [ ] Step 3
5660

5761
### Description list
5862

@@ -69,24 +73,24 @@ Moon
6973
## Prompts
7074

7175
> An example showing the `tip` type prompt.
72-
{: .prompt-tip }
76+
> {: .prompt-tip }
7377
7478
> An example showing the `info` type prompt.
75-
{: .prompt-info }
79+
> {: .prompt-info }
7680
7781
> An example showing the `warning` type prompt.
78-
{: .prompt-warning }
82+
> {: .prompt-warning }
7983
8084
> An example showing the `danger` type prompt.
81-
{: .prompt-danger }
85+
> {: .prompt-danger }
8286
8387
## Tables
8488

8589
| Company | Contact | Country |
86-
|:-----------------------------|:-----------------|--------:|
90+
| :--------------------------- | :--------------- | ------: |
8791
| Alfreds Futterkiste | Maria Anders | Germany |
88-
| Island Trading | Helen Bennett | UK |
89-
| Magazzini Alimentari Riuniti | Giovanni Rovelli | Italy |
92+
| Island Trading | Helen Bennett | UK |
93+
| Magazzini Alimentari Riuniti | Giovanni Rovelli | Italy |
9094

9195
## Links
9296

@@ -128,7 +132,8 @@ fi;
128132
"colors/light-typography",
129133
"colors/dark-typography";
130134
```
131-
{: file='_sass/jekyll-theme-chirpy.scss'}
135+
136+
{: file='\_sass/jekyll-theme-chirpy.scss'}
132137

133138
## Mathematics
134139

_tabs/about.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ icon: fas fa-info-circle
44
order: 4
55
---
66

7-
> Add Markdown syntax content to file `_tabs/about.md`{: .filepath } and it will show up on this page.
8-
{: .prompt-tip }
7+
To be updated soon...

_tabs/resume.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
# the default layout is 'page'
3+
icon: fas fa-info-circle
4+
order: 4
5+
---

0 commit comments

Comments
 (0)