Skip to content

Commit 06592d4

Browse files
committed
setup static files
1 parent 205f675 commit 06592d4

File tree

4 files changed

+14
-17
lines changed

4 files changed

+14
-17
lines changed

content/posts/programming_with_a_dual_core.md

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
1-
---
2-
title: "Programming with a Dual-Core..."
3-
date: 2020-12-13T18:30:00.000Z
4-
draft: false
5-
description: List of Web Text Editors and IDEs with my suggestions.
6-
7-
cover:
8-
image: "https://res.cloudinary.com/practicaldev/image/fetch/s--k7i7tYWO--/c_imagga_scale,f_auto,fl_progressive,h_420,q_auto,w_1000/https://dev-to-uploads.s3.amazonaws.com/i/tdnowz3y1zyhdd1dhmw5.jpg"
9-
alt: "motherboard cover image"
10-
11-
tags: ["first", "archive", "ide", "editor"]
12-
13-
ShowToc: false
14-
---
1+
+++
2+
ShowToc = true
3+
date = 2020-12-13T18:30:00.000Z
4+
title = "Programming with a Dual-Core..."
5+
tags = ["first", "archive", "ide", "editor"]
6+
description = "List of Web Text Editors and IDEs with my suggestions."
7+
[cover]
8+
alt = "Programming with a Dual-Core..."
9+
image = "/blog/uploads/programming_with_dual_core.webp"
10+
+++
1511

1612
> This was originaly posted [here](https://dev.to/celeroncoder/programming-with-a-dual-core-38mm) on dev.to.
1713

content/posts/spinning-up-mysql-database-with-docker.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ tags = ["getting_started", "docker", "mysql"]
66
title = "Spinning up MySQL Database with Docker"
77
[cover]
88
alt = "Spinning up MySQL with Docker"
9-
image = "https://github.com/celeronCoder/blog/blob/master/static/uploads/mysql_docker_blog_cover.png?raw=true"
9+
image = "/blog/uploads/mysql_docker_blog_cover.png"
1010

1111
+++
12+
1213
This is the best way to start since you don't have to install MySQL locally and configure it and run into like thousands of issues and in the end not being able to make it, docker makes it much easier for me or probably for you also to spin up a MySQL database in minutes.
1314

1415
**To get started follow these steps:**
@@ -57,4 +58,4 @@ After logging into the shell run the following SQL query to change the password:
5758
**References**:
5859

5960
* View [this](https://www.instapaper.com/read/1523582174/20140126 "Instapaper Read") article on Instapaper with notes.
60-
* View the original one [here](https://ostechnix.com/setup-mysql-with-docker-in-linux "Original Article").
61+
* View the original one [here](https://ostechnix.com/setup-mysql-with-docker-in-linux "Original Article").

content/posts/the-type-safe-guide-to-trpc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tags = ["nextjs", "prisma", "tRPC"]
66
title = "The type-safe guide to tRPC"
77
[cover]
88
alt = "trpcBlogCover"
9-
image = "/static/uploads/trpcblog.png"
9+
image = "/blog/uploads/trpcblog.png"
1010

1111
+++
1212

101 KB
Loading

0 commit comments

Comments
 (0)