diff --git a/src/assets/JourneyWithGo-ABlogSeries/goBasics.md b/src/assets/JourneyWithGo-ABlogSeries/goBasics.md index eb4dba4..df9bcd1 100644 --- a/src/assets/JourneyWithGo-ABlogSeries/goBasics.md +++ b/src/assets/JourneyWithGo-ABlogSeries/goBasics.md @@ -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 --- diff --git a/src/assets/JourneyWithGo-ABlogSeries/goControlFlow.md b/src/assets/JourneyWithGo-ABlogSeries/goControlFlow.md index 3c5622d..c2608a2 100644 --- a/src/assets/JourneyWithGo-ABlogSeries/goControlFlow.md +++ b/src/assets/JourneyWithGo-ABlogSeries/goControlFlow.md @@ -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 diff --git a/src/assets/JourneyWithGo-ABlogSeries/images/go-basics-banner.jpeg b/src/assets/JourneyWithGo-ABlogSeries/images/go-basics-banner.jpeg new file mode 100644 index 0000000..df10648 Binary files /dev/null and b/src/assets/JourneyWithGo-ABlogSeries/images/go-basics-banner.jpeg differ diff --git a/stylelint.conf.js b/stylelint.conf.js index 661f294..7b5f641 100644 --- a/stylelint.conf.js +++ b/stylelint.conf.js @@ -19,6 +19,7 @@ module.exports = { "**/*.png", "**/*.jpg", "**/*.gif", - "**/*.svg" + "**/*.svg", + "**/*.jpeg" ] }