Skip to content

Commit

Permalink
testing new blog
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek committed Nov 23, 2024
1 parent 79c65b3 commit 119636a
Show file tree
Hide file tree
Showing 8 changed files with 89 additions and 57 deletions.
27 changes: 14 additions & 13 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,44 +2,45 @@

# Import the theme
theme: jekyll-theme-chirpy
# theme: jekyll-shell-theme

# 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: Asia/Shanghai
timezone: Asia/Kuala_Lumpur

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

title: Chirpy # the main title
title: Abhishek Prasad # the main title

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

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

github:
username: github_username # change to your github username
username: abhishek71994 # change to your github username

twitter:
username: twitter_username # change to your twitter username
username: abhi_hk95 # change to your twitter username

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: your_full_name
email: example@domain.com # change to your email address
name: abhi_hk95
email: abhishek71994@gmail.com # change to your email address
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
- https://twitter.com/abhi_hk95 # change to your twitter homepage
- https://github.com/abhishek71994 # change to your github homepage
# Uncomment below to add more social links
# - https://www.facebook.com/username
# - https://www.linkedin.com/in/username
Expand Down Expand Up @@ -73,10 +74,10 @@ theme_mode: # [light | dark]
# will be added to all image (site avatar & posts' images) paths starting with '/'
#
# e.g. 'https://cdn.com'
img_cdn: "https://chirpy-img.netlify.app"
img_cdn: "https://media.licdn.com/dms/image/C5603AQHy40z55czv-g/profile-displayphoto-shrink_400_400/0/1619443908735?e=1713398400&v=beta&t=2juF7MhatBnta8Fl8AY4KHxe-2wWbVwSdv5c7LvtN7M"

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

# 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.
Expand Down
8 changes: 4 additions & 4 deletions _data/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
# url: {homepage_of_author}
# -------------------------------------

cotes:
name: Cotes Chung
twitter: cotes2020
url: https://github.com/cotes2020/
abhishek:
name: Abhishek Prasad
twitter: abhishek71994
url: https://github.com/abhishek71994/

sille_bille:
name: Dinesh Prasanth Moluguwan Krishnamoorthy
Expand Down
39 changes: 22 additions & 17 deletions _posts/2019-08-08-text-and-typography.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Text and Typography
author: cotes
date: 2019-08-08 11:33:00 +0800
title: Talking shit about infra
author: Abhishek Prasad
date: 2024-02-14 11:33:00 +0800
categories: [Blogging, Demo]
tags: [typography]
tags: [infrastructure, kubernets]
pin: true
math: true
mermaid: true
Expand All @@ -18,15 +18,19 @@ This post is to show Markdown syntax rendering on [**Chirpy**](https://github.co
## Headings

# H1 - heading

{: .mt-4 .mb-0 }

## H2 - heading

{: data-toc-skip='' .mt-4 .mb-0 }

### H3 - heading

{: data-toc-skip='' .mt-4 .mb-0 }

#### H4 - heading

{: data-toc-skip='' .mt-4 }

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

- Chapter
+ Section
* Paragraph
- Section
- Paragraph

### ToDo list

- [ ] Job
+ [x] Step 1
+ [x] Step 2
+ [ ] Step 3
- [x] Step 1
- [x] Step 2
- [ ] Step 3

### Description list

Expand All @@ -69,24 +73,24 @@ Moon
## Prompts

> An example showing the `tip` type prompt.
{: .prompt-tip }
> {: .prompt-tip }
> An example showing the `info` type prompt.
{: .prompt-info }
> {: .prompt-info }
> An example showing the `warning` type prompt.
{: .prompt-warning }
> {: .prompt-warning }
> An example showing the `danger` type prompt.
{: .prompt-danger }
> {: .prompt-danger }
## Tables

| Company | Contact | Country |
|:-----------------------------|:-----------------|--------:|
| :--------------------------- | :--------------- | ------: |
| Alfreds Futterkiste | Maria Anders | Germany |
| Island Trading | Helen Bennett | UK |
| Magazzini Alimentari Riuniti | Giovanni Rovelli | Italy |
| Island Trading | Helen Bennett | UK |
| Magazzini Alimentari Riuniti | Giovanni Rovelli | Italy |

## Links

Expand Down Expand Up @@ -128,7 +132,8 @@ fi;
"colors/light-typography",
"colors/dark-typography";
```
{: file='_sass/jekyll-theme-chirpy.scss'}

{: file='\_sass/jekyll-theme-chirpy.scss'}

## Mathematics

Expand Down
3 changes: 1 addition & 2 deletions _tabs/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ icon: fas fa-info-circle
order: 4
---

> Add Markdown syntax content to file `_tabs/about.md`{: .filepath } and it will show up on this page.
{: .prompt-tip }
To be updated soon...
5 changes: 5 additions & 0 deletions _tabs/resume.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
# the default layout is 'page'
icon: fas fa-info-circle
order: 4
---
Loading

0 comments on commit 119636a

Please sign in to comment.