Skip to content

Commit

Permalink
[fix] Fix image paths, add (#112)
Browse files Browse the repository at this point in the history
* Added banner image locally, fixed author avatar and image path

* Excluded .jpeg extension from style-lint
  • Loading branch information
grgprarup authored Nov 6, 2023
1 parent 9900f32 commit e4c3af4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/assets/JourneyWithGo-ABlogSeries/goBasics.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: Go Basics - The Starting Point
authorName: Prarup Gurung (प्रारुप गुरुङ्ग)
authorAvatar: https://www.jankaritech.com/images/2021/12/29/p1110938-crop-colour-800.jpg
authorAvatar: https://avatars.githubusercontent.com/u/8559121?v=4
authorLink: https://github.com/grgprarup
createdAt: Dec 6, 2022
tags: golang, introduction, go variables, go datatypes, constants
banner: https://camo.githubusercontent.com/2b507540e2681c1a25698f246b9dca69c30548ed66a7323075b0224cbb1bf058/68747470733a2f2f676f6c616e672e6f72672f646f632f676f706865722f6669766579656172732e6a7067
tags: golang, go, introduction, go variables, go datatypes, constants
banner: https://blog.jankaritech.com/src/assets/JourneyWithGo-ABlogSeries/images/go-basics-banner.jpeg
seriesTitle: Journey With Go - A Blog Series
episode: 1
---
Expand Down
4 changes: 2 additions & 2 deletions src/assets/JourneyWithGo-ABlogSeries/goControlFlow.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: Control Statements - Control Your Go
authorName: Prarup Gurung (प्रारुप गुरुङ्ग)
authorAvatar: https://www.jankaritech.com/images/2021/12/29/p1110938-crop-colour-800.jpg
authorAvatar: https://avatars.githubusercontent.com/u/8559121?v=4
authorLink: https://github.com/grgprarup
createdAt: Mar 29, 2023
tags: branching statement, if-else, switch, looping statement, control flow statement
tags: golang, go, branching statement, if-else, switch, looping statement, control flow statement
banner: https://blog.jankaritech.com/src/assets/JourneyWithGo-ABlogSeries/images/control-statements-banner.svg
seriesTitle: Journey With Go - A Blog Series
episode: 2
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion stylelint.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ module.exports = {
"**/*.png",
"**/*.jpg",
"**/*.gif",
"**/*.svg"
"**/*.svg",
"**/*.jpeg"
]
}

0 comments on commit e4c3af4

Please sign in to comment.