Skip to content

Commit 05553f1

Browse files
committed
updates
1 parent dcef12c commit 05553f1

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ I document my progress, projects, learning experiences, and reflections as I bui
88
---
99

1010
## 📅 Devlog Entries
11-
- [2025-07-17 — Devlog #1](./logs/2025-07-17.md)
11+
- [2025-07-17 — Devlog #1](./logs/2025-07-17/)
1212
<!-- Add new logs here as you go -->
1313

1414
---

logs/2025-07-17.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
layout: default
3+
title: Devlog - 2025-07-17
4+
permalink: /devlog/logs/2025-07-17/
5+
---
6+
17
# Devlog - 2025-07-17
28

39
## 🚀 What I Did
@@ -13,12 +19,10 @@ int main(void){
1319
return 0;
1420
}
1521
```
16-
```
17-
```
1822
1923
## 🧠 What I Learned
2024
- It was simple but I wanted to understand the teminal workflow.
21-
- For compiling and running together, `gcc hello.c -o hello && ./hello`.
25+
- For compiling and running together, `gcc hello.c -o hello && ./hello`.
2226
2327
## 🔥 What's Next
24-
- I'll work on full-stack. ; like the topic then what I did, what I learned and whats next;
28+
- I'll work on full-stack. ; like the topic then what I did, what I learned and whats next.

0 commit comments

Comments
 (0)