Skip to content

Commit

Permalink
renamed github blog address
Browse files Browse the repository at this point in the history
  • Loading branch information
Akash authored and Akash committed Oct 29, 2023
1 parent a4c9eac commit 1cf2ac4
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ This is a blog where I share my personal learnings from various domains and fiel
This blog is built on a customised light and responsive Jekyll theme. I deployed this Jekyll theme onto theGGithub Pages' remote theme which is kind of like a [gem-based theme](https://jekyllrb.com/docs/themes/#understanding-gem-based-themes). It forms a really good pipeline structure for writing the blog articles in the form of a markdown article and which gets generated on compiling and building the project.

## Usage
U can simply visit https://akash-sharma-1.github.io/blog for viewing the blog and its content.
U can simply visit https://akash-sharma-1.github.io/blog-archive for viewing the blog and its content.
I'll also try to make a revised Jekyll template in a separate repo available for cloning and getting started with a differnt blog for others to use it.
2 changes: 1 addition & 1 deletion _site/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ This is a blog where I share my personal learnings from various domains and fiel
This blog is built on a customised light and responsive Jekyll theme. I deployed this Jekyll theme onto theGGithub Pages' remote theme which is kind of like a [gem-based theme](https://jekyllrb.com/docs/themes/#understanding-gem-based-themes). It forms a really good pipeline structure for writing the blog articles in the form of a markdown article and which gets generated on compiling and building the project.

## Usage
U can simply visit https://akash-sharma-1.github.io/blog for viewing the blog and its content.
U can simply visit https://akash-sharma-1.github.io/blog-archive for viewing the blog and its content.
I'll also try to make a revised Jekyll template in a separate repo available for cloning and getting started with a differnt blog for others to use it.
2 changes: 1 addition & 1 deletion _site/about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
<div class="container">
<div class="row my-2 my-md-4">
<div class="content col-md-8">
<link rel="stylesheet" type="text/css" media="all" href="https://akash-sharma-1.github.io/blog/pages/about_markdown_styles.css" />
<link rel="stylesheet" type="text/css" media="all" href="https://akash-sharma-1.github.io/blog-archive/pages/about_markdown_styles.css" />

<center> <h4> Welcome to my Blogs !</h4> </center>
<p><br /></p>
Expand Down
2 changes: 1 addition & 1 deletion _site/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ This is a blog where I share my personal learnings from various domains and fiel
This blog is built on a customised light and responsive Jekyll theme. I deployed this Jekyll theme onto theGGithub Pages' remote theme which is kind of like a [gem-based theme](https://jekyllrb.com/docs/themes/#understanding-gem-based-themes). It forms a really good pipeline structure for writing the blog articles in the form of a markdown article and which gets generated on compiling and building the project.

## Usage
U can simply visit https://akash-sharma-1.github.io/blog for viewing the blog and its content.
U can simply visit https://akash-sharma-1.github.io/blog-archive for viewing the blog and its content.
I'll also try to make a revised Jekyll template in a separate repo available for cloning and getting started with a differnt blog for others to use it.
2 changes: 1 addition & 1 deletion _site/docs/about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
<div class="container">
<div class="row my-2 my-md-4">
<div class="content col-md-8">
<link rel="stylesheet" type="text/css" media="all" href="https://akash-sharma-1.github.io/blog/pages/about_markdown_styles.css" />
<link rel="stylesheet" type="text/css" media="all" href="https://akash-sharma-1.github.io/blog-archive/pages/about_markdown_styles.css" />

<center> <h4> Welcome to my Blogs !</h4> </center>
<p><br /></p>
Expand Down
6 changes: 3 additions & 3 deletions _site/docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"short_name": "Akash Sharma’s Blog",
"scope": "/blog/",
"display": "standalone",
"start_url": "https://akash-sharma-1.github.io/blog",
"start_url": "https://akash-sharma-1.github.io/blog-archive",
"background_color": "transparent",
"theme_color": "transparent",
"description": "Reading, Learning, Thinking and Writing",
Expand All @@ -14,10 +14,10 @@
"prefer_related_applications": false,
"icons": [
{
"src": "https://akash-sharma-1.github.io/blog/assets/images/thumbnail.png",
"src": "https://akash-sharma-1.github.io/blog-archive/assets/images/thumbnail.png",
"sizes": "96x96",
"type": "image/png"
}
],
"url": "https://akash-sharma-1.github.io/blog"
"url": "https://akash-sharma-1.github.io/blog-archive"
}
6 changes: 3 additions & 3 deletions _site/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"short_name": "Akash Sharma’s Blog",
"scope": "/blog/",
"display": "standalone",
"start_url": "https://akash-sharma-1.github.io/blog",
"start_url": "https://akash-sharma-1.github.io/blog-archive",
"background_color": "transparent",
"theme_color": "transparent",
"description": "Reading, Learning, Thinking and Writing",
Expand All @@ -14,10 +14,10 @@
"prefer_related_applications": false,
"icons": [
{
"src": "https://akash-sharma-1.github.io/blog/assets/images/thumbnail.png",
"src": "https://akash-sharma-1.github.io/blog-archive/assets/images/thumbnail.png",
"sizes": "96x96",
"type": "image/png"
}
],
"url": "https://akash-sharma-1.github.io/blog"
"url": "https://akash-sharma-1.github.io/blog-archive"
}
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ This is a blog where I share my personal learnings from various domains and fiel
This blog is built on a customised light and responsive Jekyll theme. I deployed this Jekyll theme onto theGGithub Pages' remote theme which is kind of like a [gem-based theme](https://jekyllrb.com/docs/themes/#understanding-gem-based-themes). It forms a really good pipeline structure for writing the blog articles in the form of a markdown article and which gets generated on compiling and building the project.

## Usage
U can simply visit https://akash-sharma-1.github.io/blog for viewing the blog and its content.
U can simply visit https://akash-sharma-1.github.io/blog-archive for viewing the blog and its content.
I'll also try to make a revised Jekyll template in a separate repo available for cloning and getting started with a differnt blog for others to use it.
2 changes: 1 addition & 1 deletion docs/about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
<div class="container">
<div class="row my-2 my-md-4">
<div class="content col-md-8">
<link rel="stylesheet" type="text/css" media="all" href="https://akash-sharma-1.github.io/blog/pages/about_markdown_styles.css" />
<link rel="stylesheet" type="text/css" media="all" href="https://akash-sharma-1.github.io/blog-archive/pages/about_markdown_styles.css" />

<center> <h4> Welcome to my Blogs !</h4> </center>
<p><br /></p>
Expand Down
6 changes: 3 additions & 3 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"short_name": "Akash Sharma’s Blog",
"scope": "/blog/",
"display": "standalone",
"start_url": "https://akash-sharma-1.github.io/blog",
"start_url": "https://akash-sharma-1.github.io/blog-archive",
"background_color": "transparent",
"theme_color": "transparent",
"description": "Reading, Learning, Thinking and Writing",
Expand All @@ -14,10 +14,10 @@
"prefer_related_applications": false,
"icons": [
{
"src": "https://akash-sharma-1.github.io/blog/assets/images/thumbnail.png",
"src": "https://akash-sharma-1.github.io/blog-archive/assets/images/thumbnail.png",
"sizes": "96x96",
"type": "image/png"
}
],
"url": "https://akash-sharma-1.github.io/blog"
"url": "https://akash-sharma-1.github.io/blog-archive"
}
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"short_name": "Akash Sharma’s Blog",
"scope": "/blog/",
"display": "standalone",
"start_url": "https://akash-sharma-1.github.io/blog",
"start_url": "https://akash-sharma-1.github.io/blog-archive",
"background_color": "transparent",
"theme_color": "transparent",
"description": "Reading, Learning, Thinking and Writing",
Expand All @@ -14,10 +14,10 @@
"prefer_related_applications": false,
"icons": [
{
"src": "https://akash-sharma-1.github.io/blog/assets/images/thumbnail.png",
"src": "https://akash-sharma-1.github.io/blog-archive/assets/images/thumbnail.png",
"sizes": "96x96",
"type": "image/png"
}
],
"url": "https://akash-sharma-1.github.io/blog"
"url": "https://akash-sharma-1.github.io/blog-archive"
}
2 changes: 1 addition & 1 deletion pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: About
permalink: /about/
---
<link rel="stylesheet" type="text/css" media="all" href="https://akash-sharma-1.github.io/blog/pages/about_markdown_styles.css" />
<link rel="stylesheet" type="text/css" media="all" href="https://akash-sharma-1.github.io/blog-archive/pages/about_markdown_styles.css" />
<center> <h4> Welcome to my Blogs !</h4> </center>
<br>

Expand Down

0 comments on commit 1cf2ac4

Please sign in to comment.