Skip to content

Commit aab9111

Browse files
committed
updating theme information
1 parent d40496c commit aab9111

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

exampleSite/content/posts/welcome.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
+++
22
author = "Your Name"
3-
title = "Welcome to the Coreydaley-Dev Theme"
3+
title = "Welcome to the coreydaley-dev Theme"
44
date = "2026-02-14T14:00:00-05:00"
55
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?"
88
tags = ["hugo", "themes", "web-development"]
99
categories = ["Getting Started"]
1010
+++
1111

12-
# Welcome to Coreydaley-Dev Theme!
12+
# Welcome to coreydaley-dev Theme!
1313

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:
1515

1616
## Key Features
1717

@@ -28,7 +28,7 @@ Here's what code looks like:
2828
```javascript
2929
function greet(name) {
3030
console.log(`Hello, ${name}!`);
31-
return `Welcome to the Coreydaley-Dev theme`;
31+
return `Welcome to the coreydaley-dev theme`;
3232
}
3333

3434
greet("Developer");
@@ -44,4 +44,4 @@ The theme includes:
4444
4. Share buttons for social media
4545
5. Mobile-friendly navigation
4646

47-
*Ready to start blogging with this awesome theme?*
47+
_Ready to start blogging with this awesome theme?_

theme.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ name = "coreydaley-dev"
77
license = "MIT"
88
licenselink = "https://github.com/coreydaley/coreydaley-dev-theme/blob/main/LICENSE"
99
description = "A playful, cartoony theme for technical blogs about software engineering and AI development"
10-
homepage = "https://coreydaley.dev/"
10+
homepage = "https://github.com/coreydaley/coreydaley-dev-theme/"
11+
demosite = "https://theme.coreydaley.dev/"
1112
tags = ["blog", "personal", "technical", "playful", "cartoon"]
1213
features = ["responsive", "avatar", "cover-image", "sidebar-navigation", "social-links"]
1314
min_version = "0.155.2"

0 commit comments

Comments
 (0)