From 119636a8ad985f21beb4e157e3893e20aa30a58d Mon Sep 17 00:00:00 2001 From: abhishek Date: Sat, 23 Nov 2024 18:29:42 +0800 Subject: [PATCH] testing new blog --- _config.yml | 27 +++++------ _data/authors.yml | 8 ++-- _posts/2019-08-08-text-and-typography.md | 39 +++++++++------- _tabs/about.md | 3 +- _tabs/resume.md | 5 ++ .../2019-08-08-write-a-new-post.md | 46 +++++++++++++------ .../2019-08-09-getting-started.md | 18 ++++---- .../2019-08-11-customize-the-favicon.md | 0 8 files changed, 89 insertions(+), 57 deletions(-) create mode 100644 _tabs/resume.md rename {_posts => storage}/2019-08-08-write-a-new-post.md (96%) rename {_posts => storage}/2019-08-09-getting-started.md (95%) rename {_posts => storage}/2019-08-11-customize-the-favicon.md (100%) diff --git a/_config.yml b/_config.yml index 79d451f..15d962a 100644 --- a/_config.yml +++ b/_config.yml @@ -2,6 +2,7 @@ # 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, @@ -9,37 +10,37 @@ theme: jekyll-theme-chirpy 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 @@ -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. diff --git a/_data/authors.yml b/_data/authors.yml index f012012..d654a83 100644 --- a/_data/authors.yml +++ b/_data/authors.yml @@ -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 diff --git a/_posts/2019-08-08-text-and-typography.md b/_posts/2019-08-08-text-and-typography.md index 7bf569d..bdc50bd 100644 --- a/_posts/2019-08-08-text-and-typography.md +++ b/_posts/2019-08-08-text-and-typography.md @@ -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 @@ -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 @@ -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 @@ -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 @@ -128,7 +132,8 @@ fi; "colors/light-typography", "colors/dark-typography"; ``` -{: file='_sass/jekyll-theme-chirpy.scss'} + +{: file='\_sass/jekyll-theme-chirpy.scss'} ## Mathematics diff --git a/_tabs/about.md b/_tabs/about.md index ddb2bc4..d2e816d 100644 --- a/_tabs/about.md +++ b/_tabs/about.md @@ -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... diff --git a/_tabs/resume.md b/_tabs/resume.md new file mode 100644 index 0000000..02d241f --- /dev/null +++ b/_tabs/resume.md @@ -0,0 +1,5 @@ +--- +# the default layout is 'page' +icon: fas fa-info-circle +order: 4 +--- diff --git a/_posts/2019-08-08-write-a-new-post.md b/storage/2019-08-08-write-a-new-post.md similarity index 96% rename from _posts/2019-08-08-write-a-new-post.md rename to storage/2019-08-08-write-a-new-post.md index 86194ed..2f9d9b2 100644 --- a/_posts/2019-08-08-write-a-new-post.md +++ b/storage/2019-08-08-write-a-new-post.md @@ -1,4 +1,4 @@ ---- + diff --git a/_posts/2019-08-09-getting-started.md b/storage/2019-08-09-getting-started.md similarity index 95% rename from _posts/2019-08-09-getting-started.md rename to storage/2019-08-09-getting-started.md index a411dbc..86455bb 100644 --- a/_posts/2019-08-09-getting-started.md +++ b/storage/2019-08-09-getting-started.md @@ -1,20 +1,22 @@ --- -title: Getting Started -author: cotes +title: What to do if you find yourself here +author: abhishek date: 2019-08-09 20:55:00 +0800 categories: [Blogging, Tutorial] tags: [getting started] pin: true -img_path: '/posts/20180809' +img_path: "/posts/20180809" --- ## Prerequisites Follow the instructions in the [Jekyll Docs](https://jekyllrb.com/docs/installation/) to complete the installation of the basic environment. [Git](https://git-scm.com/) also needs to be installed. -## Installation +## Get to know me -### Creating a New Site +## Read about my other articles + +## There are two ways to create a new repository for this theme: @@ -36,7 +38,7 @@ $ bash tools/init ``` > If you don't want to deploy your site on GitHub Pages, append option `--no-gh` at the end of the above command. -{: .prompt-info } +> {: .prompt-info } The above command will: @@ -110,8 +112,8 @@ There are a few things to get ready for. Next, configure the _Pages_ service. 1. Browse to your repository on GitHub. Select the tab _Settings_, then click _Pages_ in the left navigation bar. Then, in the **Source** section (under _Build and deployment_), select [**GitHub Actions**][pages-workflow-src] from the dropdown menu. -![Build source](pages-source-light.png){: .light .border .normal w='375' h='140' } -![Build source](pages-source-dark.png){: .dark .normal w='375' h='140' } + ![Build source](pages-source-light.png){: .light .border .normal w='375' h='140' } + ![Build source](pages-source-dark.png){: .dark .normal w='375' h='140' } 2. Push any commits to GitHub to trigger the _Actions_ workflow. In the _Actions_ tab of your repository, you should see the workflow _Build and Deploy_ running. Once the build is complete and successful, the site will be deployed automatically. diff --git a/_posts/2019-08-11-customize-the-favicon.md b/storage/2019-08-11-customize-the-favicon.md similarity index 100% rename from _posts/2019-08-11-customize-the-favicon.md rename to storage/2019-08-11-customize-the-favicon.md