You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exampleSite/content/posts/welcome.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,17 @@
1
1
+++
2
2
author = "Your Name"
3
-
title = "Welcome to the Coreydaley-Dev Theme"
3
+
title = "Welcome to the coreydaley-dev Theme"
4
4
date = "2026-02-14T14:00:00-05:00"
5
5
draft = false
6
-
description = "An introduction to the Coreydaley-Dev Hugo theme - a playful, eye-catching theme designed for technical blogs. Learn about the features and get started with your own blog."
7
-
summary = "Welcome to the Coreydaley-Dev Hugo theme! This playful, eye-catching theme is designed specifically for technical blogs about software engineering and AI development. With its distinctive cartoony design, vibrant colors, and smooth animations, your blog will stand out from the crowd. Whether you're sharing tutorials, documenting your projects, or writing about the latest in tech, this theme provides a fun and professional platform. Ready to make your blog unique?"
6
+
description = "An introduction to the coreydaley-dev Hugo theme - a playful, eye-catching theme designed for technical blogs. Learn about the features and get started with your own blog."
7
+
summary = "Welcome to the coreydaley-dev Hugo theme! This playful, eye-catching theme is designed specifically for technical blogs about software engineering and AI development. With its distinctive cartoony design, vibrant colors, and smooth animations, your blog will stand out from the crowd. Whether you're sharing tutorials, documenting your projects, or writing about the latest in tech, this theme provides a fun and professional platform. Ready to make your blog unique?"
8
8
tags = ["hugo", "themes", "web-development"]
9
9
categories = ["Getting Started"]
10
10
+++
11
11
12
-
# Welcome to Coreydaley-Dev Theme!
12
+
# Welcome to coreydaley-dev Theme!
13
13
14
-
This is an example blog post demonstrating the **Coreydaley-Dev Hugo theme**. This theme features:
14
+
This is an example blog post demonstrating the **coreydaley-dev Hugo theme**. This theme features:
15
15
16
16
## Key Features
17
17
@@ -28,7 +28,7 @@ Here's what code looks like:
28
28
```javascript
29
29
functiongreet(name) {
30
30
console.log(`Hello, ${name}!`);
31
-
return`Welcome to the Coreydaley-Dev theme`;
31
+
return`Welcome to the coreydaley-dev theme`;
32
32
}
33
33
34
34
greet("Developer");
@@ -44,4 +44,4 @@ The theme includes:
44
44
4. Share buttons for social media
45
45
5. Mobile-friendly navigation
46
46
47
-
*Ready to start blogging with this awesome theme?*
47
+
_Ready to start blogging with this awesome theme?_
0 commit comments