Skip to content

Commit 3b3d82a

Browse files
Merge pull request sujaykundu777#61 from sujaykundu777/bug-fixes
removed firebase workflow
2 parents 2cb4407 + 941c3a9 commit 3b3d82a

File tree

6 files changed

+6
-46
lines changed

6 files changed

+6
-46
lines changed

‎.github/workflows/firebase_deploy.yml‎

Lines changed: 0 additions & 38 deletions
This file was deleted.

‎_includes/head.html‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,6 @@
137137
<script src="{{site.url}}{{site.baseurl}}/assets/bower_components/typewrite/dist/typewrite.min.js"></script>
138138
<script src="https://cdn.jsdelivr.net/npm/instantsearch.js@2.6.0/dist/instantsearch.min.js"></script>
139139
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.20.1/moment.min.js"></script>
140-
141-
<!-- Netlify CMS -->
142140
<script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
143141

144142
<!-- Github Button -->

‎about.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
title: About
33
menus: header
44
layout: about-me
5-
permalink: /about
5+
permalink: /about/
66
---

‎categories/all.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: page
33
permalink: /blog/categories/
44
---
5-
5+
66

77
<h3> {{ page.title }} </h3>
88

@@ -20,7 +20,7 @@ permalink: /blog/categories/
2020

2121

2222
{% endfor %}
23-
23+
2424
</div>
2525
{% endfor %}
2626
</div>

‎categories/guides.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
layout: page
33
title: Guides
4-
permalink: /blog/categories/guides
4+
permalink: /blog/categories/guides/
55
---
6-
6+
77
<h5> Posts by Category : {{ page.title }} </h5>
88

99
<div class="card">

‎categories/jekyll.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
33
title: Jekyll
4-
permalink: /blog/categories/jekyll
4+
permalink: /blog/categories/jekyll/
55
---
66

77
<h5> Posts by Category : {{ page.title }} </h5>

0 commit comments

Comments
 (0)