Skip to content

Commit 652b3b1

Browse files
committed
updates
1 parent 1539b9e commit 652b3b1

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

_layouts/default.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<title>{{ page.title }} | {{ site.title }}</title>
7+
<link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">
8+
</head>
9+
10+
<body>
11+
<main>
12+
{{ content }}
13+
</main>
14+
</body>
15+
16+
</html>

index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
layout: default
3+
title: Hello Devs 📓
4+
---
5+
16
Welcome to my public developer log.
27
I document my progress, projects, learning experiences, and reflections as I build and improve my skills in software engineering, AI, and development tools.
38

0 commit comments

Comments
 (0)