From c9286b232e5228487f109757de8a6009b3de010c Mon Sep 17 00:00:00 2001 From: harshityadav95 Date: Sat, 22 Jul 2023 23:25:13 +0530 Subject: [PATCH 1/7] v6 upgrade --- CNAME | 1 - Gemfile | 18 ++-- README.md | 44 ++++++---- _config.yml | 78 ++++++++--------- _data/assets/cross_origin.yml | 62 ------------- _data/assets/self_host.yml | 51 ----------- _data/contact.yml | 51 +++++------ _data/locales/en.yml | 83 ------------------ _data/locales/es-ES.yml | 79 ----------------- _data/locales/fr-FR.yml | 79 ----------------- _data/locales/id-ID.yml | 79 ----------------- _data/locales/ko-KR.yml | 79 ----------------- _data/locales/my-MM.yml | 79 ----------------- _data/locales/pt-BR.yml | 79 ----------------- _data/locales/ru-RU.yml | 79 ----------------- _data/locales/uk-UA.yml | 79 ----------------- _data/locales/vi-VN.yml | 77 ---------------- _data/locales/zh-CN.yml | 78 ----------------- _data/share.yml | 26 +++--- _tabs/about.md | 22 +---- _tabs/archives.md | 2 - _tabs/categories.md | 1 - _tabs/tags.md | 3 +- tools/deploy.sh | 160 ---------------------------------- 24 files changed, 117 insertions(+), 1272 deletions(-) delete mode 100644 CNAME delete mode 100644 _data/assets/cross_origin.yml delete mode 100644 _data/assets/self_host.yml delete mode 100644 _data/locales/en.yml delete mode 100644 _data/locales/es-ES.yml delete mode 100644 _data/locales/fr-FR.yml delete mode 100644 _data/locales/id-ID.yml delete mode 100644 _data/locales/ko-KR.yml delete mode 100644 _data/locales/my-MM.yml delete mode 100644 _data/locales/pt-BR.yml delete mode 100644 _data/locales/ru-RU.yml delete mode 100644 _data/locales/uk-UA.yml delete mode 100644 _data/locales/vi-VN.yml delete mode 100644 _data/locales/zh-CN.yml delete mode 100755 tools/deploy.sh diff --git a/CNAME b/CNAME deleted file mode 100644 index 33a79977..00000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -harshityadav.in \ No newline at end of file diff --git a/Gemfile b/Gemfile index ffeda041..7685079b 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" -gem "jekyll-theme-chirpy", "~> 5.5.2", ">= 5.4.0" +gem "jekyll-theme-chirpy", "~> 6.0", ">= 6.0.1" group :test do gem "html-proofer", "~> 3.18" @@ -10,13 +10,19 @@ end # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem # and associated library. -install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do - gem "tzinfo", "~> 1.2" +platforms :mingw, :x64_mingw, :mswin, :jruby do + gem "tzinfo", ">= 1", "< 3" gem "tzinfo-data" end # Performance-booster for watching directories on Windows -gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform? +gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] -# Jekyll <= 4.2.0 compatibility with Ruby 3.0 -gem "webrick", "~> 1.7" +# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem +# do not have a Java counterpart. +gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby] + +# Lock jekyll-sass-converter to 2.x on Linux-musl +if RUBY_PLATFORM =~ /linux-musl/ + gem "jekyll-sass-converter", "~> 2.0" +end diff --git a/README.md b/README.md index 5350be79..9b4e987d 100644 --- a/README.md +++ b/README.md @@ -1,28 +1,38 @@ -# Hey there +# Chirpy Starter [![Gem Version](https://img.shields.io/gem/v/jekyll-theme-chirpy)](https://rubygems.org/gems/jekyll-theme-chirpy) [![GitHub license](https://img.shields.io/github/license/cotes2020/chirpy-starter.svg?color=blue)][mit] -### Hello World 👋 It's me [Harshit Yadav!](https://github.com/harshityadav95) +When installing the [**Chirpy**][chirpy] theme through [RubyGems.org][gem], Jekyll can only read files in the folders `/_data`, `/_layouts`, `/_includes`, `/_sass` and `/assets`, as well as a small part of options of the `/_config.yml` file from the theme's gem. If you have ever installed this theme gem, you can use the command `bundle info --path jekyll-theme-chirpy` to locate these files. -

- -
+The Jekyll team claims that this is to leave the ball in the user’s court, but this also results in users not being able to enjoy the out-of-the-box experience when using feature-rich themes. -[![Linkedin Badge](https://img.shields.io/badge/-Harshit_Yadav-blue?style=flat&logo=Linkedin&logoColor=white&link=https://www.linkedin.com/in/harshityadav95/)](https://www.linkedin.com/in/harshityadav95/) -[![Website Badge](https://img.shields.io/badge/-resume-site?style=flat&logo=Google-Chrome&logoColor=white&link=https:https://harshityadav.in)](https://harshityadav.in/) -[![Twitter Badge](https://img.shields.io/badge/-@harshityadav95-blue?style=flat&labelColor=1ca0f1&logo=twitter&logoColor=white&link=https:https://twitter.com/harshityadav95)](https://twitter.com/harshityadav95) -[![Gmail Badge](https://img.shields.io/badge/-mail_me-blue?style=flat&logo=Gmail&logoColor=white&link=mailto:harshityadav95@gmail.com)](mailto:harshityadav95@gmail.com) -
+To fully use all the features of **Chirpy**, you need to copy the other critical files from the theme's gem to your Jekyll site. The following is a list of targets: -Hi,I'm Harshit Yadav ! I'm a Software Engineer interested in working on everything from Skynet to cross platform development and Dev-Ops,and I'm an hobbiyist electronics guy too. Glad that you visited my profile! +```shell +. +├── _config.yml +├── _plugins +├── _tabs +└── index.html +``` + +To save you time, and also in case you lose some files while copying, we extract those files/configurations of the latest version of the **Chirpy** theme and the [CD][CD] workflow to here, so that you can start writing in minutes. + +## 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. -### Upgrading +## Installation -First, please modify the target version number of `jekyll-theme-chirpy` in the `Gemfile` (e.g., `gem "jekyll-theme-chirpy", "~> 4.0", ">= 4.0.1"`). In addition, if the major version number is updated, you need to update the critical files to keep them the same as this project. +Sign in to GitHub and [**use this template**][use-template] to generate a brand new repository and name it `USERNAME.github.io`, where `USERNAME` represents your GitHub username. -After that, execute the following command: +Then clone it to your local machine and run: -```console -$ bundle update jekyll-theme-chirpy ``` +$ bundle +``` + +## Usage + +Please see the [theme's docs](https://github.com/cotes2020/jekyll-theme-chirpy#documentation). ## License @@ -30,4 +40,6 @@ This work is published under [MIT][mit] License. [gem]: https://rubygems.org/gems/jekyll-theme-chirpy [chirpy]: https://github.com/cotes2020/jekyll-theme-chirpy/ +[use-template]: https://github.com/cotes2020/chirpy-starter/generate +[CD]: https://en.wikipedia.org/wiki/Continuous_deployment [mit]: https://github.com/cotes2020/chirpy-starter/blob/master/LICENSE diff --git a/_config.yml b/_config.yml index 261cddbb..06faea35 100644 --- a/_config.yml +++ b/_config.yml @@ -5,25 +5,22 @@ theme: jekyll-theme-chirpy # Change the following value to '/PROJECT_NAME' ONLY IF your site type is GitHub Pages Project sites # and doesn't have a custom domain. -baseurl: '' +baseurl: "" # 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 -# Additional parameters for datetime localization, optional. › https://github.com/iamkun/dayjs/tree/dev/src/locale -prefer_datetime_locale: - # Change to your timezone › http://www.timezoneconverter.com/cgi-bin/findzone/findzone timezone: Asia/Shanghai # jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md # ↓ -------------------------- -title: Harshit Yadav # the main title +title: Harshit Yadav # the main title -tagline: End of Line # it will display as the sub-title +tagline: End of Line # it will display as the sub-title description: >- # used by seo meta and the atom feed anything and everything from machine learning @@ -33,35 +30,35 @@ description: >- # used by seo meta and the atom feed url: 'https://harshityadav95.github.io' github: - username: harshityadav95 # change to your github username + username: harshityadav95 # change to your github username twitter: - username: harshityadav95 # change to your twitter username + username: harshityadav95 # 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: Harshit Yadav - email: harshityadav@outlook.com # change to your email address + email: harshityadav@outlook.com # change to your email address links: # The first element serves as the copyright owner's link - - https://twitter.com/harshityadav95 # change to your twitter homepage - - https://github.com/harshityadav95 # change to your github homepage + - https://twitter.com/harshityadav95 # change to your twitter homepage + - https://github.com/harshityadav95 # change to your github homepage # Uncomment below to add more social links - - https://www.facebook.com/harshityadav95 - - https://www.linkedin.com/in/harshityadav95 + # - https://www.facebook.com/username + # - https://www.linkedin.com/in/username -google_site_verification: google_meta_tag_verification # fill in to your verification string +google_site_verification: google_meta_tag_verification # fill in to your verification string # ↑ -------------------------- # The end of `jekyll-seo-tag` settings google_analytics: - id: 'G-7RS3HK09CR' # fill in your Google Analytics ID + id: # fill in your Google Analytics ID # Google Analytics pageviews report settings pv: - proxy_endpoint: # fill in the Google Analytics superProxy endpoint of Google App Engine - cache_path: # the local PV cache data, friendly to visitors from GFW region + proxy_endpoint: # fill in the Google Analytics superProxy endpoint of Google App Engine + cache_path: # the local PV cache data, friendly to visitors from GFW region # Prefer color scheme setting. # @@ -74,7 +71,7 @@ google_analytics: # light - Use the light color scheme # dark - Use the dark color scheme # -theme_mode: light # [light|dark] +theme_mode: light # [light|dark] # The CDN endpoint for images. # Notice that once it is assigned, the CDN url @@ -86,38 +83,39 @@ img_cdn: # the avatar on sidebar, support local or CORS resources avatar: https://avatars.githubusercontent.com/u/14792490?v=4 -# boolean type, the global switch for ToC in posts. +# boolean type, the global switch for TOC in posts. toc: true comments: - active: 'disqus' # The global switch for posts comments, e.g., 'disqus'. Keep it empty means disable + active: # The global switch for posts comments, e.g., 'disqus'. Keep it empty means disable # The active options are as follows: - disqus: - shortname: 'harshityadav95' # fill with the Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname + disqus: 'disqus' + shortname: 'harshityadav95' # fill with the Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname # utterances settings › https://utteranc.es/ utterances: - repo: # / - issue_term: # < url | pathname | title | ...> + repo: # / + issue_term: # < url | pathname | title | ...> # Giscus options › https://giscus.app giscus: - repo: # / + repo: # / repo_id: category: category_id: - mapping: # optional, default to 'pathname' - input_position: # optional, default to 'bottom' - lang: # optional, default to the value of `site.lang` + mapping: # optional, default to 'pathname' + input_position: # optional, default to 'bottom' + lang: # optional, default to the value of `site.lang` + reactions_enabled: # optional, default to the value of `1` # Self-hosted static assets, optional › https://github.com/cotes2020/chirpy-static-assets assets: self_host: - enabled: # boolean, keep empty means false + enabled: # boolean, keep empty means false # specify the Jekyll environment, empty means both # only works if `assets.self_host.enabled` is 'true' - env: # [development|production] + env: # [development|production] pwa: - enabled: true # the option for PWA feature + enabled: true # the option for PWA feature paginate: 10 @@ -125,7 +123,7 @@ paginate: 10 kramdown: syntax_highlighter: rouge - syntax_highlighter_opts: # Rouge Options › https://github.com/jneen/rouge#full-options + syntax_highlighter_opts: # Rouge Options › https://github.com/jneen/rouge#full-options css_class: highlight # default_lang: console span: @@ -141,12 +139,12 @@ collections: defaults: - scope: - path: '' # An empty string here means all files in the project + path: "" # An empty string here means all files in the project type: posts values: layout: post - comments: true # Enable comments in posts. - toc: true # Display TOC column in posts. + comments: true # Enable comments in posts. + toc: true # Display TOC column in posts. # DO NOT modify the following parameter unless you are confident enough # to update the code of all other post links in this project. permalink: /posts/:title/ @@ -155,8 +153,8 @@ defaults: values: comments: false - scope: - path: '' - type: tabs # see `site.collections` + path: "" + type: tabs # see `site.collections` values: layout: page permalink: /:title/ @@ -182,13 +180,13 @@ compress_html: envs: [development] exclude: - - '*.gem' - - '*.gemspec' + - "*.gem" + - "*.gemspec" - tools - README.md - CHANGELOG.md - LICENSE - - gulpfile.js + - rollup.config.js - node_modules - package*.json diff --git a/_data/assets/cross_origin.yml b/_data/assets/cross_origin.yml deleted file mode 100644 index 13e37cf9..00000000 --- a/_data/assets/cross_origin.yml +++ /dev/null @@ -1,62 +0,0 @@ -# CDNs - -cdns: - # Google Fonts - - url: https://fonts.googleapis.com - - url: https://fonts.gstatic.com - args: crossorigin - - url: https://fonts.googleapis.com - # jsDelivr CDN - - url: https://cdn.jsdelivr.net - -# fonts - -webfonts: https://fonts.googleapis.com/css2?family=Lato&family=Source+Sans+Pro:wght@400;600;700;900&display=swap - -# Libraries - -jquery: - js: https://cdn.jsdelivr.net/npm/jquery@3/dist/jquery.min.js - -bootstrap: - css: https://cdn.jsdelivr.net/npm/bootstrap@4/dist/css/bootstrap.min.css - js: https://cdn.jsdelivr.net/npm/bootstrap@4/dist/js/bootstrap.bundle.min.js - -bootstrap-toc: - css: https://cdn.jsdelivr.net/gh/afeld/bootstrap-toc@1.0.1/dist/bootstrap-toc.min.css - js: https://cdn.jsdelivr.net/gh/afeld/bootstrap-toc@1.0.1/dist/bootstrap-toc.min.js - -fontawesome: - css: https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.11.2/css/all.min.css - -search: - js: https://cdn.jsdelivr.net/npm/simple-jekyll-search@1.10.0/dest/simple-jekyll-search.min.js - -mermaid: - js: https://cdn.jsdelivr.net/npm/mermaid@8/dist/mermaid.min.js - -dayjs: - js: - common: https://cdn.jsdelivr.net/npm/dayjs@1/dayjs.min.js - locale: https://cdn.jsdelivr.net/npm/dayjs@1/locale/:LOCALE.min.js - relativeTime: https://cdn.jsdelivr.net/npm/dayjs@1/plugin/relativeTime.min.js - localizedFormat: https://cdn.jsdelivr.net/npm/dayjs@1/plugin/localizedFormat.min.js - -countup: - js: https://cdn.jsdelivr.net/npm/countup.js@1.9.3/dist/countUp.min.js - -magnific-popup: - css: https://cdn.jsdelivr.net/npm/magnific-popup@1/dist/magnific-popup.min.css - js: https://cdn.jsdelivr.net/npm/magnific-popup@1/dist/jquery.magnific-popup.min.js - -lozad: - js: https://cdn.jsdelivr.net/npm/lozad/dist/lozad.min.js - -clipboard: - js: https://cdn.jsdelivr.net/npm/clipboard@2/dist/clipboard.min.js - -polyfill: - js: https://polyfill.io/v3/polyfill.min.js?features=es6 - -mathjax: - js: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js diff --git a/_data/assets/self_host.yml b/_data/assets/self_host.yml deleted file mode 100644 index ae5a399c..00000000 --- a/_data/assets/self_host.yml +++ /dev/null @@ -1,51 +0,0 @@ -# fonts - -webfonts: /assets/lib/fonts/main.css - -# Libraries - -jquery: - js: /assets/lib/jquery-3.6.0/jquery.min.js - -bootstrap: - css: /assets/lib/bootstrap-4.6.1/bootstrap.min.css - js: /assets/lib/bootstrap-4.6.1/bootstrap.bundle.min.js - -bootstrap-toc: - css: /assets/lib/bootstrap-toc-1.0.1/bootstrap-toc.min.css - js: /assets/lib/bootstrap-toc-1.0.1/bootstrap-toc.min.js - -fontawesome: - css: /assets/lib/fontawesome-free-5.15.4/css/all.min.css - -search: - js: /assets/lib/simple-jekyll-search-1.10.0/simple-jekyll-search.min.js - -mermaid: - js: /assets/lib/mermaid-8.13.10/mermaid.min.js - -dayjs: - js: - common: /assets/lib/dayjs-1.10.7/dayjs.min.js - locale: /assets/lib/dayjs-1.10.7/locale/en.min.js - relativeTime: /assets/lib/dayjs-1.10.7/plugin/relativeTime.min.js - localizedFormat: /assets/lib/dayjs-1.10.7/plugin/localizedFormat.min.js - -countup: - js: /assets/lib/countup.js-1.9.3/countUp.min.js - -magnific-popup: - css: /assets/lib/magnific-popup-1.1.0/magnific-popup.css - js: /assets/lib/magnific-popup-1.1.0/jquery.magnific-popup.min.js - -lozad: - js: /assets/lib/lozad-1.16.0/lozad.min.js - -clipboard: - js: /assets/lib/clipboard-2.0.9/clipboard.min.js - -polyfill: - js: /assets/lib/polyfill-v3-es6/polyfill.min.js - -mathjax: - js: /assets/lib/mathjax-3.2.0/tex-chtml.js diff --git a/_data/contact.yml b/_data/contact.yml index a4daa9a2..7bd51c1d 100644 --- a/_data/contact.yml +++ b/_data/contact.yml @@ -1,26 +1,31 @@ # The contact options. -- - type: github - icon: 'fab fa-github' -- - type: twitter - icon: 'fab fa-twitter' -- - type: email - icon: 'fas fa-envelope' - noblank: true # open link in current tab -- - type: rss - icon: 'fas fa-rss' - noblank: true +- type: github + icon: "fab fa-github" + +- type: twitter + icon: "fab fa-twitter" +- type: email + icon: "fas fa-envelope" + noblank: true # open link in current tab + +- type: rss + icon: "fas fa-rss" + noblank: true # Uncomment and complete the url below to enable more contact options -# - -# type: mastodon +# +# - type: mastodon # icon: 'fab fa-mastodon' # icons powered by -# url: '' # Fill with your mastodon account page -# - +# url: '' # Fill with your Mastodon account page, rel="me" will be applied for verification +# +# - type: linkedin +# icon: 'fab fa-linkedin' # icons powered by +# url: '' # Fill with your Linkedin homepage +# +# - type: stack-overflow +# icon: 'fab fa-stack-overflow' +# url: '' # Fill with your stackoverflow homepage type: linkedin icon: 'fab fa-linkedin' # icons powered by url: 'https://in.linkedin.com/in/harshityadav95' # Fill with your Linkedin homepage @@ -28,13 +33,3 @@ type: stack-overflow icon: 'fab fa-stack-overflow' url: 'https://stackoverflow.com/users/5006393/harshityadav95' # Fill with your stackoverflow homepage - -## Template › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/advanced-usage.md#setting-author-url -# ------------------------------------- -# {author_id}: -# name: {full name} -# twitter: {twitter_of_author} -# url: {homepage_of_author} -# ------------------------------------- - - diff --git a/_data/locales/en.yml b/_data/locales/en.yml deleted file mode 100644 index 14394a6a..00000000 --- a/_data/locales/en.yml +++ /dev/null @@ -1,83 +0,0 @@ -# The layout text of site - -# ----- Commons label ----- - -layout: - post: Post - category: Category - tag: Tag - -# The tabs of sidebar -tabs: - # format: : - home: Home - categories: Categories - tags: Tags - archives: Archives - about: About - -# the text displayed in the search bar & search results -search: - hint: search - cancel: Cancel - no_results: Oops! No results found. - -panel: - lastmod: Recently Updated - trending_tags: Trending Tags - toc: Contents - -copyright: - # Shown at the bottom of the post - license: - template: This post is licensed under :LICENSE_NAME by the author. - name: CC BY 4.0 - link: https://creativecommons.org/licenses/by/4.0/ - - # Displayed in the footer - brief: Some rights reserved. - verbose: >- - Except where otherwise noted, the blog posts on this site are licensed - under the Creative Commons Attribution 4.0 International (CC BY 4.0) License by the author. - -meta: Powered by :PLATFORM with :THEME theme. - -not_found: - statment: Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. - -notification: - update_found: A new version of content is available. - update: Update - -# ----- Posts related labels ----- - -post: - written_by: By - posted: Posted - updated: Updated - words: words - pageview_measure: views - read_time: - unit: min - prompt: read - relate_posts: Further Reading - share: Share - button: - next: Newer - previous: Older - copy_code: - succeed: Copied! - share_link: - title: Copy link - succeed: Link copied successfully! - # pinned prompt of posts list on homepage - pin_prompt: Pinned - -# categories page -categories: - category_measure: - singular: category - plural: categories - post_measure: - singular: post - plural: posts diff --git a/_data/locales/es-ES.yml b/_data/locales/es-ES.yml deleted file mode 100644 index ee3a20f9..00000000 --- a/_data/locales/es-ES.yml +++ /dev/null @@ -1,79 +0,0 @@ -# The layout text of site - -# ----- Commons label ----- - -layout: - post: Entrada - category: Categoría - tag: Etiqueta - -# The tabs of sidebar -tabs: - # format: : - home: Inicio - categories: Categorías - tags: Etiquetas - archives: Archivo - about: Acerca de - -# the text displayed in the search bar & search results -search: - hint: Buscar - cancel: Cancelar - no_results: ¡Oops! No se encuentran resultados. - -panel: - lastmod: Actualizado recientemente - trending_tags: Etiquetas populares - toc: Contenido - -copyright: - # Shown at the bottom of the post - license: - template: Esta entrada está licenciada bajo :LICENSE_NAME por el autor. - name: CC BY 4.0 - link: https://creativecommons.org/licenses/by/4.0/ - - # Displayed in the footer - brief: Algunos derechos reservados. - verbose: >- - Salvo que se indique explícitamente, las entradas de este blog están licenciadas - bajo la Creative Commons Attribution 4.0 International (CC BY 4.0) License por el autor. - -meta: Hecho con :PLATFORM usando el tema :THEME. - -not_found: - statment: Lo sentimos, hemos perdido esa URL o apunta a algo que no existe. - -notification: - update_found: Hay una nueva versión de contenido disponible. - update: Actualizar - -# ----- Posts related labels ----- - -post: - written_by: Por - posted: Publicado - updated: Actualizado - words: palabras - pageview_measure: visitas - read_time: - unit: min - prompt: ' de lectura' - relate_posts: Lecturas adicionales - share: Compartir - button: - next: Nuevo - previous: Anterior - copy_code: - succeed: ¡Copiado! - share_link: - title: Copiar enlace - succeed: ¡Enlace copiado! - # pinned prompt of posts list on homepage - pin_prompt: Fijado - -# categories page -categories: - category_measure: categorias - post_measure: entradas diff --git a/_data/locales/fr-FR.yml b/_data/locales/fr-FR.yml deleted file mode 100644 index 0d29a870..00000000 --- a/_data/locales/fr-FR.yml +++ /dev/null @@ -1,79 +0,0 @@ -# The layout text of site - -# ----- Commons label ----- - -layout: - post: Post - category: Catégorie - tag: Tag - -# The tabs of sidebar -tabs: - # format: : - home: Accueil - categories: Catégories - tags: Tags - archives: Archives - about: A propos de - -# the text displayed in the search bar & search results -search: - hint: recherche - cancel: Annuler - no_results: Oups ! Aucun résultat trouvé. - -panel: - lastmod: Récemment mis à jour - trending_tags: Tags tendance - toc: Contenu - -copyright: - # Shown at the bottom of the post - license: - template: Cet article est sous licence :LICENSE_NAME par l'auteur. - name: CC BY 4.0 - link: https://creativecommons.org/licenses/by/4.0/ - - # Displayed in the footer - brief: Certains droits réservés. - verbose: >- - Sauf mention contraire, les articles de ce site sont publiés sous licence - sous la licence Creative Commons Attribution 4.0 International (CC BY 4.0) par l'auteur. - -meta: Propulsé par :PLATFORM avec le thème :THEME - -not_found: - statment: Désolé, nous avons égaré cette URL ou elle pointe vers quelque chose qui n'existe pas. - -notification: - update_found: Une nouvelle version du contenu est disponible. - update: Mise à jour - -# ----- Posts related labels ----- - -post: - written_by: Par - posted: Posté - updated: Mis à jour - words: mots - pageview_measure: vues - read_time: - unit: min - prompt: lire - relate_posts: Autres lectures - share: Partager - button: - next: Plus récent - previous: Plus ancien - copy_code: - succeed: Copié ! - share_link: - title: Copier le lien - succeed: Lien copié avec succès ! - # pinned prompt of posts list on homepage - pin_prompt: Épinglé - -# categories page -categories: - category_measure: catégories - post_measure: posts diff --git a/_data/locales/id-ID.yml b/_data/locales/id-ID.yml deleted file mode 100644 index 59ec6617..00000000 --- a/_data/locales/id-ID.yml +++ /dev/null @@ -1,79 +0,0 @@ -# The layout text of site - -# ----- Commons label ----- - -layout: - post: Postingan - category: Kategori - tag: Tagar - -# The tabs of sidebar -tabs: - # format: : - home: Beranda - categories: Kategori - tags: Tagar - archives: Arsip - about: Tentang - -# the text displayed in the search bar & search results -search: - hint: Cari - cancel: Batal - no_results: Ups! Tidak ada hasil yang ditemukan. - -panel: - lastmod: Postingan Terbaru - trending_tags: Tagar Terpopuler - toc: Konten - -copyright: - # Shown at the bottom of the post - license: - template: Postingan ini dilisensikan di bawah :LICENSE_NAME oleh penulis. - name: CC BY 4.0 - link: https://creativecommons.org/licenses/by/4.0/ - - # Displayed in the footer - brief: Sebagian konten dilindungi. - verbose: >- - Kecuali jika dinyatakan, Postingan blog di situs ini dilisensikan - di bawah Lisensi Creative Commons Attribution 4.0 International (CC BY 4.0) oleh penulis. - -meta: Didukung oleh :PLATFORM dengan tema :THEME. - -not_found: - statment: Maaf, kami gagal menemukan URL itu atau memang mengarah ke sesuatu yang tidak ada. - -notification: - update_found: Versi konten baru tersedia. - update: Perbarui - -# ----- Posts related labels ----- - -post: - written_by: Oleh - posted: Diterbitkan - updated: Diperbarui - words: kata - pageview_measure: dilihat - read_time: - unit: menit - prompt: baca - relate_posts: Postingan Lainya - share: Bagikan - button: - next: Terbaru - previous: Terlama - copy_code: - succeed: Disalin! - share_link: - title: Salin tautan - succeed: Tautan berhasil disalin! - # pinned prompt of posts list on homepage - pin_prompt: Disematkan - -# categories page -categories: - category_measure: kategori - post_measure: Postingan diff --git a/_data/locales/ko-KR.yml b/_data/locales/ko-KR.yml deleted file mode 100644 index 2fb9391b..00000000 --- a/_data/locales/ko-KR.yml +++ /dev/null @@ -1,79 +0,0 @@ -# The layout text of site - -# ----- Commons label ----- - -layout: - post: 포스트 - category: 카테고리 - tag: 태그 - -# The tabs of sidebar -tabs: - # format: : - home: 홈 - categories: 카테고리 - tags: 태그 - archives: 아카이브 - about: 정보 - -# the text displayed in the search bar & search results -search: - hint: 검색 - cancel: 취소 - no_results: 검색 결과가 없습니다. - -panel: - lastmod: 최근 업데이트 - trending_tags: 인기 태그 - toc: 바로가기 - -copyright: - # Shown at the bottom of the post - license: - template: 이 기사는 저작권자의 :LICENSE_NAME 라이센스를 따릅니다. - name: CC BY 4.0 - link: https://creativecommons.org/licenses/by/4.0/ - - # Displayed in the footer - brief: 일부 권리 보유 - verbose: >- - 명시되지 않는 한 이 사이트의 블로그 게시물은 작성자의 - Creative Commons Attribution 4.0 International(CC BY 4.0) 라이선스에 따라 사용이 허가되었습니다. - -meta: Powered by :PLATFORM with :THEME theme. - -not_found: - statment: 해당 URL은 존재하지 않습니다. - -notification: - update_found: 새 버전의 콘텐츠를 사용할 수 있습니다. - update: 업데이트 - -# ----- Posts related labels ----- - -post: - written_by: By - posted: 게시 - updated: 업데이트 - words: 단어 - pageview_measure: 조회 - read_time: - unit: 분 - prompt: 읽는 시간 - relate_posts: 관련된 글 - share: 공유하기 - button: - next: 다음 글 - previous: 이전 글 - copy_code: - succeed: 복사되었습니다! - share_link: - title: 링크 복사하기 - succeed: 링크가 복사되었습니다! - # pinned prompt of posts list on homepage - pin_prompt: 핀 - -# categories page -categories: - category_measure: 카테고리 - post_measure: 포스트 diff --git a/_data/locales/my-MM.yml b/_data/locales/my-MM.yml deleted file mode 100644 index 9990c763..00000000 --- a/_data/locales/my-MM.yml +++ /dev/null @@ -1,79 +0,0 @@ -# The layout text of site - -# ----- Commons label ----- - -layout: - post: ပို့စ် - category: ကဏ္ဍ - tag: နာမ(တက်ဂ်) - -# The tabs of sidebar -tabs: - # format: : - home: အဓိကစာမျက်နှာ - categories: ကဏ္ဍများ - tags: နာမ(တက်ဂ်)များ - archives: မှတ်တမ်း​တိုက် - about: အကြောင်းအရာ - -# the text displayed in the search bar & search results -search: - hint: ရှာဖွေမည် - cancel: ဖျက်သိမ်းမည် - no_results: အိုး! ဘာမှမရှိပါ - -panel: - lastmod: မကြာသေးမီကမွမ်းမံထားသည် - trending_tags: ခေတ်စားနေသည့်တက်ဂ်များ - toc: အကြောင်းအရာများ - -copyright: - # Shown at the bottom of the post - license: - template: ဤပို့စ်သည်စာရေးသူ၏ :LICENSE_NAME လိုင်စင်ရထားသည်။ - name: CC BY 4.0 - link: https://creativecommons.org/licenses/by/4.0/ - - # Displayed in the footer - brief: မူပိုင်ခွင့်အချို့ကို လက်ဝယ်ထားသည်။ - verbose: >- - အခြားမှတ်သားထားချက်များမှလွဲ၍ ဤဆိုက်ရှိ ဘလော့ဂ်ပို့စ်များသည် စာရေးသူ၏ - Creative Commons Attribution 4.0 International (CC BY 4.0) အောက်တွင် လိုင်စင်ရထားပါသည်။ - -meta: Powered by :PLATFORM with :THEME theme. - -not_found: - statment: ဝမ်းနည်းပါသည်၊ ကျွန်ုပ်တို့သည် အဆိုပါ URL ကို မှားယွင်းစွာ နေရာချထားခြင်း သို့မဟုတ် ၎င်းသည် မရှိသောအရာကို ညွှန်ပြနေပါသည်။ - -notification: - update_found: အကြောင်းအရာဗားရှင်းအသစ်ကို ရနိုင်ပါပြီ။ - update: အပ်ဒိတ် - -# ----- Posts related labels ----- - -post: - written_by: ကရေးသားခဲ့သည်။ - posted: တင်ထားခဲ့သည်။ - updated: မွမ်းမံထားခဲ့သည်။ - words: စကားလုံးများ - pageview_measure: အမြင်များ - read_time: - unit: မိနစ် - prompt: ဖတ်ပါမည် - relate_posts: နောက်ထပ်ဖတ်ရန် - share: မျှဝေရန် - button: - next: အသစ်များ - previous: အဟောင်းများ - copy_code: - succeed: ကူးယူလိုက်ပြီ။ - share_link: - title: လင့်ခ်ကို ကူးယူရန် - succeed: လင့်ခ်ကို ကူးယူလိုက်ပြီ။ - # pinned prompt of posts list on homepage - pin_prompt: ချိတ်ထားသည်။ - -# categories page -categories: - category_measure: ကဏ္ဍများ - post_measure: ပို့စ်များ diff --git a/_data/locales/pt-BR.yml b/_data/locales/pt-BR.yml deleted file mode 100644 index 59209aee..00000000 --- a/_data/locales/pt-BR.yml +++ /dev/null @@ -1,79 +0,0 @@ -# The layout text of site - -# ----- Commons label ----- - -layout: - post: Post - category: Categoria - tag: Tag - -# The tabs of sidebar -tabs: - # format: : - home: Home - categories: Categorias - tags: Tags - archives: Arquivos - about: Sobre - -# the text displayed in the search bar & search results -search: - hint: Buscar - cancel: Cancelar - no_results: Oops! Nenhum resultado encontrado. - -panel: - lastmod: Atualizados recentemente - trending_tags: Trending Tags - toc: Conteúdo - -copyright: - # Shown at the bottom of the post - license: - template: Esta postagem está licenciada sob :LICENSE_NAME pelo autor. - name: CC BY 4.0 - link: https://creativecommons.org/licenses/by/4.0/ - - # Displayed in the footer - brief: Alguns direitos reservados. - verbose: >- - Exceto onde indicado de outra forma, as postagens do blog neste site são licenciadas sob a - Creative Commons Attribution 4.0 International (CC BY 4.0) License pelo autor. - -meta: Feito com :PLATFORM usando o tema :THEME. - -not_found: - statment: Desculpe, a página não foi encontrada. - -notification: - update_found: Uma nova versão do conteúdo está disponível. - update: atualização - -# ----- Posts related labels ----- - -post: - written_by: Por - posted: Postado em - updated: Atualizado - words: palavras - pageview_measure: visualizações - read_time: - unit: min - prompt: " de leitura" - relate_posts: Leia também - share: Compartilhar - button: - next: Próximo - previous: Anterior - copy_code: - succeed: Copiado! - share_link: - title: Copie o link - succeed: Link copiado com sucesso! - # pinned prompt of posts list on homepage - pin_prompt: Fixado - -# categories page -categories: - category_measure: categorias - post_measure: posts diff --git a/_data/locales/ru-RU.yml b/_data/locales/ru-RU.yml deleted file mode 100644 index 3cd937c6..00000000 --- a/_data/locales/ru-RU.yml +++ /dev/null @@ -1,79 +0,0 @@ -# The layout text of site - -# ----- Commons label ----- - -layout: - post: Публикация - category: Категория - tag: Тег - -# The tabs of sidebar -tabs: - # format: : - home: Домашняя страница - categories: Категории - tags: Теги - archives: Архив - about: О сайте - -# the text displayed in the search bar & search results -search: - hint: поиск - cancel: Отменить - no_results: Ох! Ничего не найдено. - -panel: - lastmod: Недавно обновлено - trending_tags: Популярные теги - toc: Содержание - -copyright: - # Shown at the bottom of the post - license: - template: Публикация защищена лицензией :LICENSE_NAME. - name: CC BY 4.0 - link: https://creativecommons.org/licenses/by/4.0/ - - # Displayed in the footer - brief: Некоторые права защищены. - verbose: >- - Публикации на сайте защищены лицензией Creative Commons Attribution 4.0 International (CC BY 4.0), - если в тексте публикации не указано иное. - -meta: Powered by :PLATFORM with :THEME theme. - -not_found: - statment: Извините, эта ссылка указывает на ресурс который не существует. - -notification: - update_found: Доступна новая версия контента. - update: Обновлять - -# ----- Posts related labels ----- - -post: - written_by: Автор - posted: Время публикации - updated: Обновлено - words: слов - pageview_measure: просмотров - read_time: - unit: минут - prompt: чтения - relate_posts: Вам также может быть интересно - share: Поделиться - button: - next: Предыдущая публикация - previous: Следующая публикация - copy_code: - succeed: Скопировано успешно! - share_link: - title: Скопировать ссылку - succeed: Ссылка успешно скопирована! - # pinned prompt of posts list on homepage - pin_prompt: Закреплено - -# categories page -categories: - category_measure: категории - post_measure: публикации diff --git a/_data/locales/uk-UA.yml b/_data/locales/uk-UA.yml deleted file mode 100644 index 6925e42a..00000000 --- a/_data/locales/uk-UA.yml +++ /dev/null @@ -1,79 +0,0 @@ -# The layout text of site - -# ----- Commons label ----- - -layout: - post: Публікація - category: Категорія - tag: Тег - -# The tabs of sidebar -tabs: - # format: : - home: Домашня сторінка - categories: Категорії - tags: Теги - archives: Архів - about: Про сайт - -# the text displayed in the search bar & search results -search: - hint: пошук - cancel: Скасувати - no_results: Ох! Нічого не знайдено. - -panel: - lastmod: Нещодавно оновлено - trending_tags: Популярні теги - toc: Зміст - -copyright: - # Shown at the bottom of the post - license: - template: Публікація захищена ліцензією :LICENSE_NAME. - name: CC BY 4.0 - link: https://creativecommons.org/licenses/by/4.0/ - - # Displayed in the footer - brief: Деякі права захищено. - verbose: >- - Публікації на сайті захищено ліцензією Creative Commons Attribution 4.0 International (CC BY 4.0), - якщо інше не вказано в тексті. - -meta: Powered by :PLATFORM with :THEME theme. - -not_found: - statment: Вибачте, це посилання вказує на ресурс, що не існує. - -notification: - update_found: Доступна нова версія вмісту. - update: Оновлення - -# ----- Posts related labels ----- - -post: - written_by: Автор - posted: Час публікації - updated: Оновлено - words: слів - pageview_measure: переглядів - read_time: - unit: хвилин - prompt: читання - relate_posts: Вас також може зацікавити - share: Поділитися - button: - next: Попередня публікація - previous: Наступна публікація - copy_code: - succeed: Успішно скопійовано! - share_link: - title: Скопіювати посилання - succeed: Посилання успішно скопійовано! - # pinned prompt of posts list on homepage - pin_prompt: Закріплено - -# categories page -categories: - category_measure: категорії - post_measure: публікації diff --git a/_data/locales/vi-VN.yml b/_data/locales/vi-VN.yml deleted file mode 100644 index 592000df..00000000 --- a/_data/locales/vi-VN.yml +++ /dev/null @@ -1,77 +0,0 @@ -# The layout text of site - -# ----- Commons label ----- - -layout: - post: Bài viết - category: Danh mục - tag: Thẻ - -# The tabs of sidebar -tabs: - # format: : - home: Trang chủ - categories: Các danh mục - tags: Các thẻ - archives: Lưu trữ - about: Giới thiệu - -# the text displayed in the search bar & search results -search: - hint: tìm kiếm - cancel: Hủy - no_results: Không có kết quả tìm kiếm. - -panel: - lastmod: Mới cập nhật - trending_tags: Các thẻ thịnh hành - toc: Mục lục - -copyright: - # Shown at the bottom of the post - license: - template: Bài viết này được cấp phép bởi tác giả theo giấy phép :LICENSE_NAME. - name: CC BY 4.0 - link: https://creativecommons.org/licenses/by/4.0/ - - # Displayed in the footer - brief: Một số quyền được bảo lưu. - verbose: >- - Trừ khi có ghi chú khác, các bài viết đăng trên trang này được cấp phép bởi tác giả theo giấy phép Creative Commons Attribution 4.0 International (CC BY 4.0). -meta: Trang web này được tạo bởi :PLATFORM với chủ đề :THEME. - -not_found: - statment: Xin lỗi, chúng tôi đã đặt nhầm URL hoặc đường dẫn trỏ đến một trang nào đó không tồn tại. - -notification: - update_found: Đã có phiên bản mới của nội dung. - update: Cập nhật - -# ----- Posts related labels ----- - -post: - written_by: Viết bởi - posted: Đăng lúc - updated: Cập nhật lúc - words: từ - pageview_measure: lượt xem - read_time: - unit: phút - prompt: đọc - relate_posts: Bài viết liên quan - share: Chia sẻ - button: - next: Mới hơn - previous: Cũ hơn - copy_code: - succeed: Đã sao chép! - share_link: - title: Sao chép đường dẫn - succeed: Đã sao chép đường dẫn thành công! - # pinned prompt of posts list on homepage - pin_prompt: Bài ghim - -# categories page -categories: - category_measure: danh mục - post_measure: bài viết diff --git a/_data/locales/zh-CN.yml b/_data/locales/zh-CN.yml deleted file mode 100644 index 42fcfbc8..00000000 --- a/_data/locales/zh-CN.yml +++ /dev/null @@ -1,78 +0,0 @@ -# The layout text of site - -# ----- Commons label ----- - -layout: - post: 文章 - category: 分类 - tag: 标签 - -# The tabs of sidebar -tabs: - # format: : - home: 首页 - categories: 分类 - tags: 标签 - archives: 归档 - about: 关于 - -# the text displayed in the search bar & search results -search: - hint: 搜索 - cancel: 取消 - no_results: 搜索结果为空 - -panel: - lastmod: 最近更新 - trending_tags: 热门标签 - toc: 文章内容 - -copyright: - # Shown at the bottom of the post - license: - template: 本文由作者按照 :LICENSE_NAME 进行授权 - name: CC BY 4.0 - link: https://creativecommons.org/licenses/by/4.0/ - - # Displayed in the footer - brief: 保留部分权利。 - verbose: >- - 除非另有说明,本网站上的博客文章均由作者按照知识共享署名 4.0 国际 (CC BY 4.0) 许可协议进行授权。 - -meta: 本站由 :PLATFORM 生成,采用 :THEME 主题。 - -not_found: - statment: 抱歉,我们放错了该 URL,或者它指向了不存在的内容。 - -notification: - update_found: 发现新版本的内容。 - update: 更新 - -# ----- Posts related labels ----- - -post: - written_by: 作者 - posted: 发表于 - updated: 更新于 - words: 字 - pageview_measure: 次浏览 - read_time: - unit: 分钟 - prompt: 阅读 - relate_posts: 相关文章 - share: 分享 - button: - next: 下一篇 - previous: 上一篇 - copy_code: - succeed: 已复制! - share_link: - title: 分享链接 - succeed: 链接已复制! - # pinned prompt of posts list on homepage - pin_prompt: 顶置 - -# categories page -categories: - category_measure: 个分类 - post_measure: 篇文章 diff --git a/_data/share.yml b/_data/share.yml index 1206f4d7..b76cc3b2 100644 --- a/_data/share.yml +++ b/_data/share.yml @@ -2,26 +2,24 @@ # Icons from platforms: - - - type: Twitter + - type: Twitter icon: "fab fa-twitter" link: "https://twitter.com/intent/tweet?text=TITLE&url=URL" - - - type: Facebook + + - type: Facebook icon: "fab fa-facebook-square" link: "https://www.facebook.com/sharer/sharer.php?title=TITLE&u=URL" - - - type: Telegram + + - type: Telegram icon: "fab fa-telegram" link: "https://t.me/share/url?url=URL&text=TITLE" # Uncomment below if you need to. - # - - # type: Linkedin - # icon: "fab fa-linkedin" - # link: "https://www.linkedin.com/sharing/share-offsite/?url=URL" # - # - - # type: Weibo - # icon: "fab fa-weibo" - # link: "http://service.weibo.com/share/share.php?title=TITLE&url=URL" + - type: Linkedin + icon: "fab fa-linkedin" + link: "https://www.linkedin.com/sharing/share-offsite/?url=URL" + # + - type: Weibo + icon: "fab fa-weibo" + link: "http://service.weibo.com/share/share.php?title=TITLE&url=URL" diff --git a/_tabs/about.md b/_tabs/about.md index 388a9fbd..ddb2bc4c 100644 --- a/_tabs/about.md +++ b/_tabs/about.md @@ -1,24 +1,8 @@ --- -title: About +# the default layout is 'page' icon: fas fa-info-circle order: 4 - - --- - -Hi , I am software developer from India. My interests range from Programming to Cooking. I have a insatiable thirst for learning new technologies , especially those that solve a real world problem. - -here i write about anything and everything from machine learning data sceince, projects & progress, SolvePao, -Tron Legacy ,system design and maybe food ? - -You can click the button above to visit my Project website. If you’d like to get in touch, feel free to say hello through any of the social links below. - -- [Facebook](https://www.facebook.com/harshityadav95) -- [Github](https://github.com/harshityadav95) -- [Instagram](https://instagram.com/harshityadav95) -- [LinkedIn](https://in.linkedin.com/in/harshityadav95) -- [Twitter](https://twitter.com/harshityadav95) -- [Medium](https://medium.com/@harshityadav95) -- [Solvepao](https://solvepao.com) -- [PeerList](https://peerlist.io/harshityadav95) +> Add Markdown syntax content to file `_tabs/about.md`{: .filepath } and it will show up on this page. +{: .prompt-tip } diff --git a/_tabs/archives.md b/_tabs/archives.md index f969f92f..c3abc594 100644 --- a/_tabs/archives.md +++ b/_tabs/archives.md @@ -1,7 +1,5 @@ --- layout: archives -title: Archives icon: fas fa-archive order: 3 --- - diff --git a/_tabs/categories.md b/_tabs/categories.md index 3a23c295..2d241be9 100644 --- a/_tabs/categories.md +++ b/_tabs/categories.md @@ -1,6 +1,5 @@ --- layout: categories -title: Categories icon: fas fa-stream order: 1 --- diff --git a/_tabs/tags.md b/_tabs/tags.md index 2108d24a..ded3adc1 100644 --- a/_tabs/tags.md +++ b/_tabs/tags.md @@ -1,6 +1,5 @@ --- layout: tags -title: Tags -icon: fas fa-tag +icon: fas fa-tags order: 2 --- diff --git a/tools/deploy.sh b/tools/deploy.sh deleted file mode 100755 index 5baba008..00000000 --- a/tools/deploy.sh +++ /dev/null @@ -1,160 +0,0 @@ -#!/usr/bin/env bash -# -# Build, test and then deploy the site content to 'origin/' -# -# Requirement: html-proofer, jekyll -# -# Usage: See help information - -set -eu - -PAGES_BRANCH="gh-pages" - -SITE_DIR="_site" - -_opt_dry_run=false - -_config="_config.yml" - -_no_pages_branch=false - -_backup_dir="$(mktemp -d)" - -_baseurl="" - -help() { - echo "Build, test and then deploy the site content to 'origin/'" - echo - echo "Usage:" - echo - echo " bash ./tools/deploy.sh [options]" - echo - echo "Options:" - echo ' -c, --config "" Specify config file(s)' - echo " --dry-run Build site and test, but not deploy" - echo " -h, --help Print this information." -} - -init() { - if [[ -z ${GITHUB_ACTION+x} && $_opt_dry_run == 'false' ]]; then - echo "ERROR: It is not allowed to deploy outside of the GitHub Action envrionment." - echo "Type option '-h' to see the help information." - exit -1 - fi - - _baseurl="$(grep '^baseurl:' _config.yml | sed "s/.*: *//;s/['\"]//g;s/#.*//")" -} - -build() { - # clean up - if [[ -d $SITE_DIR ]]; then - rm -rf "$SITE_DIR" - fi - - # build - JEKYLL_ENV=production bundle exec jekyll b -d "$SITE_DIR$_baseurl" --config "$_config" -} - -test() { - bundle exec htmlproofer \ - --disable-external \ - --check-html \ - --allow_hash_href \ - "$SITE_DIR" -} - -resume_site_dir() { - if [[ -n $_baseurl ]]; then - # Move the site file to the regular directory '_site' - mv "$SITE_DIR$_baseurl" "${SITE_DIR}-rename" - rm -rf "$SITE_DIR" - mv "${SITE_DIR}-rename" "$SITE_DIR" - fi -} - -setup_gh() { - if [[ -z $(git branch -av | grep "$PAGES_BRANCH") ]]; then - _no_pages_branch=true - git checkout -b "$PAGES_BRANCH" - else - git checkout -f "$PAGES_BRANCH" - fi -} - -backup() { - mv "$SITE_DIR"/* "$_backup_dir" - mv .git "$_backup_dir" - - # When adding custom domain from Github website, - # the CANME only exist on `gh-pages` branch - if [[ -f CNAME ]]; then - mv CNAME "$_backup_dir" - fi -} - -flush() { - rm -rf ./* - rm -rf .[^.] .??* - - shopt -s dotglob nullglob - mv "$_backup_dir"/* . - [[ -f ".nojekyll" ]] || echo "" >".nojekyll" -} - -deploy() { - git config --global user.name "GitHub Actions" - git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" - - git update-ref -d HEAD - git add -A - git commit -m "[Automation] Site update No.${GITHUB_RUN_NUMBER}" - - if $_no_pages_branch; then - git push -u origin "$PAGES_BRANCH" - else - git push -f - fi -} - -main() { - init - build - test - resume_site_dir - - if $_opt_dry_run; then - exit 0 - fi - - setup_gh - backup - flush - deploy -} - -while (($#)); do - opt="$1" - case $opt in - -c | --config) - _config="$2" - shift - shift - ;; - --dry-run) - # build & test, but not deploy - _opt_dry_run=true - shift - ;; - -h | --help) - help - exit 0 - ;; - *) - # unknown option - help - exit 1 - ;; - esac -done - -main From bdb2b24bbecad97a1c53d8e7931c7b9120fd3778 Mon Sep 17 00:00:00 2001 From: Harshit Yadav Date: Sat, 22 Jul 2023 18:13:57 +0000 Subject: [PATCH 2/7] _config.yml commend fix --- Gemfile.lock | 112 +++++++++++++++++++++++++++++++++++++++++++++++++++ _config.yml | 5 +-- 2 files changed, 114 insertions(+), 3 deletions(-) create mode 100644 Gemfile.lock diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 00000000..3dd1ac9a --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,112 @@ +GEM + remote: https://rubygems.org/ + specs: + addressable (2.8.4) + public_suffix (>= 2.0.2, < 6.0) + colorator (1.1.0) + concurrent-ruby (1.2.2) + em-websocket (0.5.3) + eventmachine (>= 0.12.9) + http_parser.rb (~> 0) + ethon (0.16.0) + ffi (>= 1.15.0) + eventmachine (1.2.7) + ffi (1.15.5) + forwardable-extended (2.6.0) + google-protobuf (3.23.4-x86_64-linux) + html-proofer (3.19.4) + addressable (~> 2.3) + mercenary (~> 0.3) + nokogiri (~> 1.13) + parallel (~> 1.10) + rainbow (~> 3.0) + typhoeus (~> 1.3) + yell (~> 2.0) + http_parser.rb (0.8.0) + i18n (1.14.1) + concurrent-ruby (~> 1.0) + jekyll (4.3.2) + addressable (~> 2.4) + colorator (~> 1.0) + em-websocket (~> 0.5) + i18n (~> 1.0) + jekyll-sass-converter (>= 2.0, < 4.0) + jekyll-watch (~> 2.0) + kramdown (~> 2.3, >= 2.3.1) + kramdown-parser-gfm (~> 1.0) + liquid (~> 4.0) + mercenary (>= 0.3.6, < 0.5) + pathutil (~> 0.9) + rouge (>= 3.0, < 5.0) + safe_yaml (~> 1.0) + terminal-table (>= 1.8, < 4.0) + webrick (~> 1.7) + jekyll-archives (2.2.1) + jekyll (>= 3.6, < 5.0) + jekyll-include-cache (0.2.1) + jekyll (>= 3.7, < 5.0) + jekyll-paginate (1.1.0) + jekyll-redirect-from (0.16.0) + jekyll (>= 3.3, < 5.0) + jekyll-sass-converter (3.0.0) + sass-embedded (~> 1.54) + jekyll-seo-tag (2.8.0) + jekyll (>= 3.8, < 5.0) + jekyll-sitemap (1.4.0) + jekyll (>= 3.7, < 5.0) + jekyll-theme-chirpy (6.1.0) + jekyll (~> 4.3) + jekyll-archives (~> 2.2) + jekyll-include-cache (~> 0.2) + jekyll-paginate (~> 1.1) + jekyll-redirect-from (~> 0.16) + jekyll-seo-tag (~> 2.7) + jekyll-sitemap (~> 1.4) + jekyll-watch (2.2.1) + listen (~> 3.0) + kramdown (2.4.0) + rexml + kramdown-parser-gfm (1.1.0) + kramdown (~> 2.0) + liquid (4.0.4) + listen (3.8.0) + rb-fsevent (~> 0.10, >= 0.10.3) + rb-inotify (~> 0.9, >= 0.9.10) + mercenary (0.4.0) + nokogiri (1.15.3-x86_64-linux) + racc (~> 1.4) + parallel (1.23.0) + pathutil (0.16.2) + forwardable-extended (~> 2.6) + public_suffix (5.0.3) + racc (1.7.1) + rainbow (3.1.1) + rb-fsevent (0.11.2) + rb-inotify (0.10.1) + ffi (~> 1.0) + rexml (3.2.5) + rouge (4.1.2) + safe_yaml (1.0.5) + sass-embedded (1.64.1-x86_64-linux-gnu) + google-protobuf (~> 3.23) + terminal-table (3.0.2) + unicode-display_width (>= 1.1.1, < 3) + typhoeus (1.4.0) + ethon (>= 0.9.0) + unicode-display_width (2.4.2) + webrick (1.8.1) + yell (2.2.2) + +PLATFORMS + x86_64-linux + +DEPENDENCIES + html-proofer (~> 3.18) + http_parser.rb (~> 0.6.0) + jekyll-theme-chirpy (~> 6.0, >= 6.0.1) + tzinfo (>= 1, < 3) + tzinfo-data + wdm (~> 0.1.1) + +BUNDLED WITH + 2.4.17 diff --git a/_config.yml b/_config.yml index 06faea35..ac358d52 100644 --- a/_config.yml +++ b/_config.yml @@ -89,8 +89,8 @@ toc: true comments: active: # The global switch for posts comments, e.g., 'disqus'. Keep it empty means disable # The active options are as follows: - disqus: 'disqus' - shortname: 'harshityadav95' # fill with the Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname + disqus: + shortname: # fill with the Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname # utterances settings › https://utteranc.es/ utterances: repo: # / @@ -105,7 +105,6 @@ comments: input_position: # optional, default to 'bottom' lang: # optional, default to the value of `site.lang` reactions_enabled: # optional, default to the value of `1` - # Self-hosted static assets, optional › https://github.com/cotes2020/chirpy-static-assets assets: self_host: From 5cca33811d11a662896e046f6099ac92a1e4328f Mon Sep 17 00:00:00 2001 From: harshityadav95 Date: Sun, 23 Jul 2023 15:31:48 +0530 Subject: [PATCH 3/7] Dockerfile added --- Dockerfile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 00000000..3db2eb00 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,14 @@ +# Use the official Jekyll Docker image as the base image +FROM jekyll/jekyll + +# Set the working directory inside the container +WORKDIR /srv/jekyll + +# Copy the contents of the current directory (where the Dockerfile is) into the container's working directory +COPY . /srv/jekyll + +# Expose port 4000, which is used by the Jekyll server +EXPOSE 4000 + +# Start the Jekyll server when the container is run +CMD ["jekyll", "serve"] From 7a8f99856e660a727387dae3c154f3edb5db33bf Mon Sep 17 00:00:00 2001 From: harshityadav95 Date: Sun, 23 Jul 2023 16:19:01 +0530 Subject: [PATCH 4/7] Attempt: permission fix --- Dockerfile | 3 +++ Gemfile.lock | 10 +++++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3db2eb00..e57cc684 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,9 @@ # Use the official Jekyll Docker image as the base image FROM jekyll/jekyll +# # Making user as the root user +# USER root + # Set the working directory inside the container WORKDIR /srv/jekyll diff --git a/Gemfile.lock b/Gemfile.lock index 3dd1ac9a..ce6f08e4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,7 +13,6 @@ GEM eventmachine (1.2.7) ffi (1.15.5) forwardable-extended (2.6.0) - google-protobuf (3.23.4-x86_64-linux) html-proofer (3.19.4) addressable (~> 2.3) mercenary (~> 0.3) @@ -48,8 +47,8 @@ GEM jekyll-paginate (1.1.0) jekyll-redirect-from (0.16.0) jekyll (>= 3.3, < 5.0) - jekyll-sass-converter (3.0.0) - sass-embedded (~> 1.54) + jekyll-sass-converter (2.2.0) + sassc (> 2.0.1, < 3.0) jekyll-seo-tag (2.8.0) jekyll (>= 3.8, < 5.0) jekyll-sitemap (1.4.0) @@ -87,8 +86,8 @@ GEM rexml (3.2.5) rouge (4.1.2) safe_yaml (1.0.5) - sass-embedded (1.64.1-x86_64-linux-gnu) - google-protobuf (~> 3.23) + sassc (2.4.0) + ffi (~> 1.9) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) typhoeus (1.4.0) @@ -103,6 +102,7 @@ PLATFORMS DEPENDENCIES html-proofer (~> 3.18) http_parser.rb (~> 0.6.0) + jekyll-sass-converter (~> 2.0) jekyll-theme-chirpy (~> 6.0, >= 6.0.1) tzinfo (>= 1, < 3) tzinfo-data From 1c3b695b63c5994fb9ee0d536bd9a46eb5696cde Mon Sep 17 00:00:00 2001 From: harshityadav95 Date: Sun, 23 Jul 2023 22:39:00 +0530 Subject: [PATCH 5/7] Dockerfile update --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index e57cc684..3db2eb00 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,6 @@ # Use the official Jekyll Docker image as the base image FROM jekyll/jekyll -# # Making user as the root user -# USER root - # Set the working directory inside the container WORKDIR /srv/jekyll From e35d3b243bcaaf4772fd51d6bad2439048df83a3 Mon Sep 17 00:00:00 2001 From: harshityadav95 Date: Mon, 24 Jul 2023 00:45:34 +0530 Subject: [PATCH 6/7] Folder Structure Update --- _data/authors.yml | 4 ++++ _posts/Getting Started/2016-01-01-2016.md | 2 +- _posts/Getting Started/2017-01-01-2017.md | 2 +- _posts/Getting Started/2018-01-01-2018.md | 2 +- _posts/Getting Started/2019-01-01-2019.md | 2 +- _posts/Getting Started/2020-01-01-2020.md | 2 +- .../Getting Started/2020-12-10-hello-world.md | 2 +- .../2020-12-11-samosa-ml.md | 2 +- .../2021-01-29-indian-data-source.md | 2 +- .../2021-04-30-100-days-100-projects.md | 2 +- .../2022-03-25-What-is-TLS-SSL.md | 2 +- ...022-06-01-Aggregate-Functions-Performance.md | 2 +- .../2022-06-02-Cost-of-Hash-Tables.md | 2 +- ...2022-06-03-What-is-Result-Set-in-Database.md | 2 +- ...standing-Layer-4-vs-Layer-7-Reverse-Proxy.md | 2 +- ...2-06-06-Load-Balancing-Layer-4-vs-Layer-7.md | 2 +- .../2022-06-07-TLS-Termination-Proxy.md | 2 +- .../2022-06-08-Web-Socket-Overview.md | 2 +- .../2023-01-03-DNS-Domain-Name-Server.md | 2 +- .../2023-05-17-Deployment-Types.md | 2 +- .../2021-12-08-Microsoft-AZ-900.md.md | 2 +- .../2023-01-29-Microsoft-AI-900.md | 2 +- .../2023-03-08-Event-Women-Techmaker-2023.md | 2 +- .../2022-06-04-Understanding-JVM-Arguments .md | 2 +- .../2023-01-01-Java-Revision-Topic-Sets.md | 2 +- .../java}/2023-01-02-Java-JVM-ClassLoader.md | 2 +- .../2021-10-12-Spring-Boot-Notes.md | 2 +- .../2021-05-14-laptop-repair.md | 2 +- ...g-Multiple-Git-Accounts-on-Single-Machine.md | 2 +- .../2021-08-21-New-Workspace-2021.md | 2 +- .../2021-12-31-Books-I-Read-in-2021.md | 2 +- .../2023-05-16-iPhone-in-India-2023.md | 2 +- _tabs/about.md | 17 +++++++++++++++-- 33 files changed, 50 insertions(+), 33 deletions(-) create mode 100644 _data/authors.yml rename _posts/{Getting Started => ai_ml}/2020-12-11-samosa-ml.md (99%) rename _posts/{Getting Started => ai_ml}/2021-01-29-indian-data-source.md (99%) rename _posts/{Getting Started => ai_ml}/2021-04-30-100-days-100-projects.md (99%) rename _posts/{Getting Started => backend_enginnering}/2022-03-25-What-is-TLS-SSL.md (99%) rename _posts/{Getting Started => backend_enginnering}/2022-06-01-Aggregate-Functions-Performance.md (99%) rename _posts/{Getting Started => backend_enginnering}/2022-06-02-Cost-of-Hash-Tables.md (99%) rename _posts/{Getting Started => backend_enginnering}/2022-06-03-What-is-Result-Set-in-Database.md (99%) rename _posts/{Getting Started => backend_enginnering}/2022-06-05-Understanding-Layer-4-vs-Layer-7-Reverse-Proxy.md (99%) rename _posts/{Getting Started => backend_enginnering}/2022-06-06-Load-Balancing-Layer-4-vs-Layer-7.md (99%) rename _posts/{Getting Started => backend_enginnering}/2022-06-07-TLS-Termination-Proxy.md (99%) rename _posts/{Getting Started => backend_enginnering}/2022-06-08-Web-Socket-Overview.md (99%) rename _posts/{Getting Started => backend_enginnering}/2023-01-03-DNS-Domain-Name-Server.md (99%) rename _posts/{Getting Started => backend_enginnering}/2023-05-17-Deployment-Types.md (99%) rename _posts/{Getting Started => certification}/2021-12-08-Microsoft-AZ-900.md.md (99%) rename _posts/{Getting Started => certification}/2023-01-29-Microsoft-AI-900.md (98%) rename _posts/{Getting Started => event}/2023-03-08-Event-Women-Techmaker-2023.md (96%) rename _posts/{Getting Started => programming/java}/2022-06-04-Understanding-JVM-Arguments .md (99%) rename _posts/{Getting Started => programming/java}/2023-01-01-Java-Revision-Topic-Sets.md (99%) rename _posts/{Getting Started => programming/java}/2023-01-02-Java-JVM-ClassLoader.md (99%) rename _posts/{Getting Started => programming/spring_boot}/2021-10-12-Spring-Boot-Notes.md (99%) rename _posts/{Getting Started => skynet_system}/2021-05-14-laptop-repair.md (99%) rename _posts/{Getting Started => skynet_system}/2022-03-26-Setting-Multiple-Git-Accounts-on-Single-Machine.md (99%) rename _posts/{Getting Started => timeline}/2021-08-21-New-Workspace-2021.md (99%) rename _posts/{Getting Started => timeline}/2021-12-31-Books-I-Read-in-2021.md (98%) rename _posts/{Getting Started => timeline}/2023-05-16-iPhone-in-India-2023.md (98%) diff --git a/_data/authors.yml b/_data/authors.yml new file mode 100644 index 00000000..10af04fb --- /dev/null +++ b/_data/authors.yml @@ -0,0 +1,4 @@ +harshityadav95: + name: Harshit Yadav + twitter: harshityadav95 + url: https://harshityadav.in \ No newline at end of file diff --git a/_posts/Getting Started/2016-01-01-2016.md b/_posts/Getting Started/2016-01-01-2016.md index 81f673b7..75483791 100644 --- a/_posts/Getting Started/2016-01-01-2016.md +++ b/_posts/Getting Started/2016-01-01-2016.md @@ -1,6 +1,6 @@ --- title: 2016 -author: Harshit Yadav +author: harshityadav95 date: 2016-01-01 00:00:00 +0530 categories: [Blogger] tags: [personal,Bloger,Blogging] diff --git a/_posts/Getting Started/2017-01-01-2017.md b/_posts/Getting Started/2017-01-01-2017.md index 86448a74..68343e2a 100644 --- a/_posts/Getting Started/2017-01-01-2017.md +++ b/_posts/Getting Started/2017-01-01-2017.md @@ -1,6 +1,6 @@ --- title: 2017 -author: Harshit Yadav +author: harshityadav95 date: 2017-01-01 00:00:00 +0530 categories: [Blogger] tags: [personal,Bloger,Blogging] diff --git a/_posts/Getting Started/2018-01-01-2018.md b/_posts/Getting Started/2018-01-01-2018.md index 927ebf3f..795ee454 100644 --- a/_posts/Getting Started/2018-01-01-2018.md +++ b/_posts/Getting Started/2018-01-01-2018.md @@ -1,6 +1,6 @@ --- title: 2018 -author: Harshit Yadav +author: harshityadav95 date: 2018-01-01 00:00:00 +0530 categories: [Blogger] tags: [personal,Bloger,Blogging] diff --git a/_posts/Getting Started/2019-01-01-2019.md b/_posts/Getting Started/2019-01-01-2019.md index 7e100520..9bc3f515 100644 --- a/_posts/Getting Started/2019-01-01-2019.md +++ b/_posts/Getting Started/2019-01-01-2019.md @@ -1,6 +1,6 @@ --- title: 2019 -author: Harshit Yadav +author: harshityadav95 date: 2019-01-01 00:00:00 +0530 categories: [Blogger] tags: [personal,Bloger,Blogging] diff --git a/_posts/Getting Started/2020-01-01-2020.md b/_posts/Getting Started/2020-01-01-2020.md index e4ff8871..14939371 100644 --- a/_posts/Getting Started/2020-01-01-2020.md +++ b/_posts/Getting Started/2020-01-01-2020.md @@ -1,6 +1,6 @@ --- title: 2020 -author: Harshit Yadav +author: harshityadav95 date: 2020-01-01 00:00:00 +0530 categories: [Blogger] tags: [personal,Bloger,Blogging] diff --git a/_posts/Getting Started/2020-12-10-hello-world.md b/_posts/Getting Started/2020-12-10-hello-world.md index de749395..692ee77c 100644 --- a/_posts/Getting Started/2020-12-10-hello-world.md +++ b/_posts/Getting Started/2020-12-10-hello-world.md @@ -1,6 +1,6 @@ --- title: Hello World 2020 -author: Harshit Yadav +author: harshityadav95 date: 2020-12-10 14:10:00 +0530 categories: [Projects] tags: [jekyll,personal,Github,Blogging] diff --git a/_posts/Getting Started/2020-12-11-samosa-ml.md b/_posts/ai_ml/2020-12-11-samosa-ml.md similarity index 99% rename from _posts/Getting Started/2020-12-11-samosa-ml.md rename to _posts/ai_ml/2020-12-11-samosa-ml.md index 1bc4b8ec..66a24b9c 100644 --- a/_posts/Getting Started/2020-12-11-samosa-ml.md +++ b/_posts/ai_ml/2020-12-11-samosa-ml.md @@ -1,6 +1,6 @@ --- title: Machine Learning Samosa -author: Harshit Yadav +author: harshityadav95 date: 2020-12-11 00:00:00 +0530 categories: [Projects] tags: [project,Machine Learning,NLP] diff --git a/_posts/Getting Started/2021-01-29-indian-data-source.md b/_posts/ai_ml/2021-01-29-indian-data-source.md similarity index 99% rename from _posts/Getting Started/2021-01-29-indian-data-source.md rename to _posts/ai_ml/2021-01-29-indian-data-source.md index bbb98ac6..cdabff0d 100644 --- a/_posts/Getting Started/2021-01-29-indian-data-source.md +++ b/_posts/ai_ml/2021-01-29-indian-data-source.md @@ -1,6 +1,6 @@ --- title: Indian Dataset for Data Science Projects -author: Harshit Yadav +author: harshityadav95 date: 2021-01-29 00:00:00 +0530 categories: [Projects] tags: [project, Machine Learning, Indian Dataset] diff --git a/_posts/Getting Started/2021-04-30-100-days-100-projects.md b/_posts/ai_ml/2021-04-30-100-days-100-projects.md similarity index 99% rename from _posts/Getting Started/2021-04-30-100-days-100-projects.md rename to _posts/ai_ml/2021-04-30-100-days-100-projects.md index 7d14da08..99e2497f 100644 --- a/_posts/Getting Started/2021-04-30-100-days-100-projects.md +++ b/_posts/ai_ml/2021-04-30-100-days-100-projects.md @@ -1,6 +1,6 @@ --- title: 100 Days - 100 PROJECTS CHALLENGE -author: Harshit Yadav +author: harshityadav95 date: 2021-04-30 00:00:00 +0530 categories: [Projects] tags: [project,coursera,development] diff --git a/_posts/Getting Started/2022-03-25-What-is-TLS-SSL.md b/_posts/backend_enginnering/2022-03-25-What-is-TLS-SSL.md similarity index 99% rename from _posts/Getting Started/2022-03-25-What-is-TLS-SSL.md rename to _posts/backend_enginnering/2022-03-25-What-is-TLS-SSL.md index 85db1063..8d88f8eb 100644 --- a/_posts/Getting Started/2022-03-25-What-is-TLS-SSL.md +++ b/_posts/backend_enginnering/2022-03-25-What-is-TLS-SSL.md @@ -1,6 +1,6 @@ --- title: What is SSL/TLS ? -author: Harshit Yadav +author: harshityadav95 date: 2022-03-25 00:00:00 +0530 categories: [Networking & Communication] tags: [Web Development, Network] diff --git a/_posts/Getting Started/2022-06-01-Aggregate-Functions-Performance.md b/_posts/backend_enginnering/2022-06-01-Aggregate-Functions-Performance.md similarity index 99% rename from _posts/Getting Started/2022-06-01-Aggregate-Functions-Performance.md rename to _posts/backend_enginnering/2022-06-01-Aggregate-Functions-Performance.md index fce9e805..6f9d6d3f 100644 --- a/_posts/Getting Started/2022-06-01-Aggregate-Functions-Performance.md +++ b/_posts/backend_enginnering/2022-06-01-Aggregate-Functions-Performance.md @@ -1,6 +1,6 @@ --- title: Understanding Aggregate Functions Performance -author: Harshit Yadav +author: harshityadav95 date: 2022-06-01 00:00:00 +0530 categories: [Database Engineering] tags: [Backend Development, Database] diff --git a/_posts/Getting Started/2022-06-02-Cost-of-Hash-Tables.md b/_posts/backend_enginnering/2022-06-02-Cost-of-Hash-Tables.md similarity index 99% rename from _posts/Getting Started/2022-06-02-Cost-of-Hash-Tables.md rename to _posts/backend_enginnering/2022-06-02-Cost-of-Hash-Tables.md index 8806c65c..056d3a0e 100644 --- a/_posts/Getting Started/2022-06-02-Cost-of-Hash-Tables.md +++ b/_posts/backend_enginnering/2022-06-02-Cost-of-Hash-Tables.md @@ -1,6 +1,6 @@ --- title: Cost of Hash Tables -author: Harshit Yadav +author: harshityadav95 date: 2022-06-02 00:00:00 +0530 categories: [Backend Engineering] tags: [Backend Development, Hashing] diff --git a/_posts/Getting Started/2022-06-03-What-is-Result-Set-in-Database.md b/_posts/backend_enginnering/2022-06-03-What-is-Result-Set-in-Database.md similarity index 99% rename from _posts/Getting Started/2022-06-03-What-is-Result-Set-in-Database.md rename to _posts/backend_enginnering/2022-06-03-What-is-Result-Set-in-Database.md index fd401d28..afa8c947 100644 --- a/_posts/Getting Started/2022-06-03-What-is-Result-Set-in-Database.md +++ b/_posts/backend_enginnering/2022-06-03-What-is-Result-Set-in-Database.md @@ -1,6 +1,6 @@ --- title: What is Result Set in Database ? -author: Harshit Yadav +author: harshityadav95 date: 2022-06-03 00:00:00 +0530 categories: [Database Engineering] tags: [Backend Development, Database] diff --git a/_posts/Getting Started/2022-06-05-Understanding-Layer-4-vs-Layer-7-Reverse-Proxy.md b/_posts/backend_enginnering/2022-06-05-Understanding-Layer-4-vs-Layer-7-Reverse-Proxy.md similarity index 99% rename from _posts/Getting Started/2022-06-05-Understanding-Layer-4-vs-Layer-7-Reverse-Proxy.md rename to _posts/backend_enginnering/2022-06-05-Understanding-Layer-4-vs-Layer-7-Reverse-Proxy.md index e8d03efb..13374d65 100644 --- a/_posts/Getting Started/2022-06-05-Understanding-Layer-4-vs-Layer-7-Reverse-Proxy.md +++ b/_posts/backend_enginnering/2022-06-05-Understanding-Layer-4-vs-Layer-7-Reverse-Proxy.md @@ -1,6 +1,6 @@ --- title: Understanding Layer 4 vs Layer 7 Reverse Proxy -author: Harshit Yadav +author: harshityadav95 date: 2022-06-05 00:00:00 +0530 categories: [Networking & Communication] tags: [Web Development, Network] diff --git a/_posts/Getting Started/2022-06-06-Load-Balancing-Layer-4-vs-Layer-7.md b/_posts/backend_enginnering/2022-06-06-Load-Balancing-Layer-4-vs-Layer-7.md similarity index 99% rename from _posts/Getting Started/2022-06-06-Load-Balancing-Layer-4-vs-Layer-7.md rename to _posts/backend_enginnering/2022-06-06-Load-Balancing-Layer-4-vs-Layer-7.md index a2a0d981..b4ba19a0 100644 --- a/_posts/Getting Started/2022-06-06-Load-Balancing-Layer-4-vs-Layer-7.md +++ b/_posts/backend_enginnering/2022-06-06-Load-Balancing-Layer-4-vs-Layer-7.md @@ -1,6 +1,6 @@ --- title: Load Balancing Layer 4 vs Layer 7 -author: Harshit Yadav +author: harshityadav95 date: 2022-06-06 00:00:00 +0530 categories: [Networking & Communication] tags: [Web Development, Network] diff --git a/_posts/Getting Started/2022-06-07-TLS-Termination-Proxy.md b/_posts/backend_enginnering/2022-06-07-TLS-Termination-Proxy.md similarity index 99% rename from _posts/Getting Started/2022-06-07-TLS-Termination-Proxy.md rename to _posts/backend_enginnering/2022-06-07-TLS-Termination-Proxy.md index d7c0c4c2..fc1a6780 100644 --- a/_posts/Getting Started/2022-06-07-TLS-Termination-Proxy.md +++ b/_posts/backend_enginnering/2022-06-07-TLS-Termination-Proxy.md @@ -1,6 +1,6 @@ --- title: TLS Termination Proxy -author: Harshit Yadav +author: harshityadav95 date: 2022-06-07 00:00:00 +0530 categories: [Networking & Communication] tags: [Web Development, Network] diff --git a/_posts/Getting Started/2022-06-08-Web-Socket-Overview.md b/_posts/backend_enginnering/2022-06-08-Web-Socket-Overview.md similarity index 99% rename from _posts/Getting Started/2022-06-08-Web-Socket-Overview.md rename to _posts/backend_enginnering/2022-06-08-Web-Socket-Overview.md index 95a71f58..c6cb318c 100644 --- a/_posts/Getting Started/2022-06-08-Web-Socket-Overview.md +++ b/_posts/backend_enginnering/2022-06-08-Web-Socket-Overview.md @@ -1,6 +1,6 @@ --- title: Web Socket Overview -author: Harshit Yadav +author: harshityadav95 date: 2022-06-08 00:00:00 +0530 categories: [Networking & Communication] tags: [Web Development, Network] diff --git a/_posts/Getting Started/2023-01-03-DNS-Domain-Name-Server.md b/_posts/backend_enginnering/2023-01-03-DNS-Domain-Name-Server.md similarity index 99% rename from _posts/Getting Started/2023-01-03-DNS-Domain-Name-Server.md rename to _posts/backend_enginnering/2023-01-03-DNS-Domain-Name-Server.md index 9dcd4fed..8519e97f 100644 --- a/_posts/Getting Started/2023-01-03-DNS-Domain-Name-Server.md +++ b/_posts/backend_enginnering/2023-01-03-DNS-Domain-Name-Server.md @@ -1,6 +1,6 @@ --- title: DNS Domain Name Server Notes -author: Harshit Yadav +author: harshityadav95 date: 2023-01-03 00:00:00 +0530 categories: [Networking & Communication] tags: [Web Development, Network] diff --git a/_posts/Getting Started/2023-05-17-Deployment-Types.md b/_posts/backend_enginnering/2023-05-17-Deployment-Types.md similarity index 99% rename from _posts/Getting Started/2023-05-17-Deployment-Types.md rename to _posts/backend_enginnering/2023-05-17-Deployment-Types.md index 18a66b71..1be2dda0 100644 --- a/_posts/Getting Started/2023-05-17-Deployment-Types.md +++ b/_posts/backend_enginnering/2023-05-17-Deployment-Types.md @@ -1,6 +1,6 @@ --- title: Notes Deployment Strategies -author: Harshit Yadav +author: harshityadav95 date: 2023-05-17 00:00:00 +0530 categories: [Software Development,Cloud] tags: [deployment, webdevelopment] diff --git a/_posts/Getting Started/2021-12-08-Microsoft-AZ-900.md.md b/_posts/certification/2021-12-08-Microsoft-AZ-900.md.md similarity index 99% rename from _posts/Getting Started/2021-12-08-Microsoft-AZ-900.md.md rename to _posts/certification/2021-12-08-Microsoft-AZ-900.md.md index 301a2277..3bbdb7f7 100644 --- a/_posts/Getting Started/2021-12-08-Microsoft-AZ-900.md.md +++ b/_posts/certification/2021-12-08-Microsoft-AZ-900.md.md @@ -1,6 +1,6 @@ --- title: Completing AZ 900 -author: Harshit Yadav +author: harshityadav95 date: 2021-12-08 00:00:00 +0530 categories: [Cloud] tags: [Azure, webdevelopment] diff --git a/_posts/Getting Started/2023-01-29-Microsoft-AI-900.md b/_posts/certification/2023-01-29-Microsoft-AI-900.md similarity index 98% rename from _posts/Getting Started/2023-01-29-Microsoft-AI-900.md rename to _posts/certification/2023-01-29-Microsoft-AI-900.md index f3dc459d..ecc1ead9 100644 --- a/_posts/Getting Started/2023-01-29-Microsoft-AI-900.md +++ b/_posts/certification/2023-01-29-Microsoft-AI-900.md @@ -1,6 +1,6 @@ --- title: Completing Ai 900 -author: Harshit Yadav +author: harshityadav95 date: 2023-01-29 00:00:00 +0530 categories: [Cloud] tags: [Azure, webdevelopment] diff --git a/_posts/Getting Started/2023-03-08-Event-Women-Techmaker-2023.md b/_posts/event/2023-03-08-Event-Women-Techmaker-2023.md similarity index 96% rename from _posts/Getting Started/2023-03-08-Event-Women-Techmaker-2023.md rename to _posts/event/2023-03-08-Event-Women-Techmaker-2023.md index 6d8d4c82..2a9ab2fb 100644 --- a/_posts/Getting Started/2023-03-08-Event-Women-Techmaker-2023.md +++ b/_posts/event/2023-03-08-Event-Women-Techmaker-2023.md @@ -1,6 +1,6 @@ --- title: Event Women Techmaker 2023 -author: Harshit Yadav +author: harshityadav95 date: 2023-03-08 00:00:00 +0530 categories: [Event] tags: [event,google] diff --git a/_posts/Getting Started/2022-06-04-Understanding-JVM-Arguments .md b/_posts/programming/java/2022-06-04-Understanding-JVM-Arguments .md similarity index 99% rename from _posts/Getting Started/2022-06-04-Understanding-JVM-Arguments .md rename to _posts/programming/java/2022-06-04-Understanding-JVM-Arguments .md index c79bfbeb..fb914304 100644 --- a/_posts/Getting Started/2022-06-04-Understanding-JVM-Arguments .md +++ b/_posts/programming/java/2022-06-04-Understanding-JVM-Arguments .md @@ -1,6 +1,6 @@ --- title: Understanding JVM Arguments -author: Harshit Yadav +author: harshityadav95 date: 2022-06-04 00:00:00 +0530 categories: [Java] tags: [Software Development, Java] diff --git a/_posts/Getting Started/2023-01-01-Java-Revision-Topic-Sets.md b/_posts/programming/java/2023-01-01-Java-Revision-Topic-Sets.md similarity index 99% rename from _posts/Getting Started/2023-01-01-Java-Revision-Topic-Sets.md rename to _posts/programming/java/2023-01-01-Java-Revision-Topic-Sets.md index d888f035..385cde30 100644 --- a/_posts/Getting Started/2023-01-01-Java-Revision-Topic-Sets.md +++ b/_posts/programming/java/2023-01-01-Java-Revision-Topic-Sets.md @@ -1,6 +1,6 @@ --- title: Java Revision Topic Sets -author: Harshit Yadav +author: harshityadav95 date: 2023-01-01 00:00:00 +0530 categories: [Java] tags: [Programming, Interview Preparation] diff --git a/_posts/Getting Started/2023-01-02-Java-JVM-ClassLoader.md b/_posts/programming/java/2023-01-02-Java-JVM-ClassLoader.md similarity index 99% rename from _posts/Getting Started/2023-01-02-Java-JVM-ClassLoader.md rename to _posts/programming/java/2023-01-02-Java-JVM-ClassLoader.md index 889dd5d6..d4e22245 100644 --- a/_posts/Getting Started/2023-01-02-Java-JVM-ClassLoader.md +++ b/_posts/programming/java/2023-01-02-Java-JVM-ClassLoader.md @@ -1,6 +1,6 @@ --- title: JVM Class Loader Notes -author: Harshit Yadav +author: harshityadav95 date: 2023-01-02 00:00:00 +0530 categories: [java] tags: [java,jvm] diff --git a/_posts/Getting Started/2021-10-12-Spring-Boot-Notes.md b/_posts/programming/spring_boot/2021-10-12-Spring-Boot-Notes.md similarity index 99% rename from _posts/Getting Started/2021-10-12-Spring-Boot-Notes.md rename to _posts/programming/spring_boot/2021-10-12-Spring-Boot-Notes.md index 6a31aaa1..7b83b632 100644 --- a/_posts/Getting Started/2021-10-12-Spring-Boot-Notes.md +++ b/_posts/programming/spring_boot/2021-10-12-Spring-Boot-Notes.md @@ -1,6 +1,6 @@ --- title: Spring Boot Notes -author: Harshit Yadav +author: harshityadav95 date: 2021-10-12 00:00:00 +0530 categories: [Java] tags: [SpringBoot, webdevelopment] diff --git a/_posts/Getting Started/2021-05-14-laptop-repair.md b/_posts/skynet_system/2021-05-14-laptop-repair.md similarity index 99% rename from _posts/Getting Started/2021-05-14-laptop-repair.md rename to _posts/skynet_system/2021-05-14-laptop-repair.md index 8f666cdb..00a0bcff 100644 --- a/_posts/Getting Started/2021-05-14-laptop-repair.md +++ b/_posts/skynet_system/2021-05-14-laptop-repair.md @@ -1,6 +1,6 @@ --- title: Fixing my Hot Laptop -author: Harshit Yadav +author: harshityadav95 date: 2021-05-14 00:00:00 +0530 categories: [Projects] tags: [project, repair] diff --git a/_posts/Getting Started/2022-03-26-Setting-Multiple-Git-Accounts-on-Single-Machine.md b/_posts/skynet_system/2022-03-26-Setting-Multiple-Git-Accounts-on-Single-Machine.md similarity index 99% rename from _posts/Getting Started/2022-03-26-Setting-Multiple-Git-Accounts-on-Single-Machine.md rename to _posts/skynet_system/2022-03-26-Setting-Multiple-Git-Accounts-on-Single-Machine.md index 541dd6a0..5714e2e7 100644 --- a/_posts/Getting Started/2022-03-26-Setting-Multiple-Git-Accounts-on-Single-Machine.md +++ b/_posts/skynet_system/2022-03-26-Setting-Multiple-Git-Accounts-on-Single-Machine.md @@ -1,6 +1,6 @@ --- title: Setup Multiple Git Accounts on Machine -author: Harshit Yadav +author: harshityadav95 date: 2022-03-26 00:00:00 +0530 categories: [Software Development] tags: [Git, Github] diff --git a/_posts/Getting Started/2021-08-21-New-Workspace-2021.md b/_posts/timeline/2021-08-21-New-Workspace-2021.md similarity index 99% rename from _posts/Getting Started/2021-08-21-New-Workspace-2021.md rename to _posts/timeline/2021-08-21-New-Workspace-2021.md index 458c9bc2..4e110fe8 100644 --- a/_posts/Getting Started/2021-08-21-New-Workspace-2021.md +++ b/_posts/timeline/2021-08-21-New-Workspace-2021.md @@ -1,6 +1,6 @@ --- title: New Workspace 2021 -author: Harshit Yadav +author: harshityadav95 date: 2021-08-21 00:00:00 +0530 categories: [Projects] tags: [personal, development] diff --git a/_posts/Getting Started/2021-12-31-Books-I-Read-in-2021.md b/_posts/timeline/2021-12-31-Books-I-Read-in-2021.md similarity index 98% rename from _posts/Getting Started/2021-12-31-Books-I-Read-in-2021.md rename to _posts/timeline/2021-12-31-Books-I-Read-in-2021.md index c89fd96e..e9dd382a 100644 --- a/_posts/Getting Started/2021-12-31-Books-I-Read-in-2021.md +++ b/_posts/timeline/2021-12-31-Books-I-Read-in-2021.md @@ -1,6 +1,6 @@ --- title: Books I Read in 2021 -author: Harshit Yadav +author: harshityadav95 date: 2021-12-31 00:00:00 +0530 categories: [Books] tags: [Reading, Year Goals] diff --git a/_posts/Getting Started/2023-05-16-iPhone-in-India-2023.md b/_posts/timeline/2023-05-16-iPhone-in-India-2023.md similarity index 98% rename from _posts/Getting Started/2023-05-16-iPhone-in-India-2023.md rename to _posts/timeline/2023-05-16-iPhone-in-India-2023.md index aca4f4bf..c69183bd 100644 --- a/_posts/Getting Started/2023-05-16-iPhone-in-India-2023.md +++ b/_posts/timeline/2023-05-16-iPhone-in-India-2023.md @@ -1,6 +1,6 @@ --- title: iPhone in India 2023 -author: Harshit Yadav +author: harshityadav95 date: 2023-05-16 00:00:00 +0530 categories: [Tech] tags: [iOS,Apple,iPhone] diff --git a/_tabs/about.md b/_tabs/about.md index ddb2bc4c..10747d8c 100644 --- a/_tabs/about.md +++ b/_tabs/about.md @@ -4,5 +4,18 @@ 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 } + +Hi , I am software developer from India. My interests range from Programming to Cooking. I have a insatiable thirst for learning new technologies , especially those that solve a real world problem. + +here i write about anything and everything from machine learning data sceince, projects & progress, SolvePao, +Tron Legacy ,system design and maybe food ? + +You can click the button above to visit my Project website. If you’d like to get in touch, feel free to say hello through any of the social links below. + +- [Github](https://github.com/harshityadav95) +- [Instagram](https://instagram.com/harshityadav95) +- [LinkedIn](https://in.linkedin.com/in/harshityadav95) +- [Twitter](https://twitter.com/harshityadav95) +- [Medium](https://medium.com/@harshityadav95) +- [Solvepao](https://solvepao.com) +- [PeerList](https://peerlist.io/harshityadav95) From 34baaf7c165d4b8772aa6951ecd3708906e1f05f Mon Sep 17 00:00:00 2001 From: harshityadav95 Date: Mon, 24 Jul 2023 01:02:58 +0530 Subject: [PATCH 7/7] giscus update --- _config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index ac358d52..21935036 100644 --- a/_config.yml +++ b/_config.yml @@ -97,10 +97,10 @@ comments: issue_term: # < url | pathname | title | ...> # Giscus options › https://giscus.app giscus: - repo: # / - repo_id: - category: - category_id: + repo: harshityadav95/harshityadav95.github.io + repo_id: 379917694 + category: posts + category_id: mapping: # optional, default to 'pathname' input_position: # optional, default to 'bottom' lang: # optional, default to the value of `site.lang`