Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix] Fix image paths, add #112

Merged
merged 2 commits into from
Nov 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
]
}
Loading