From 3e8e1cedb598a1449ede13062a17348ee0632611 Mon Sep 17 00:00:00 2001 From: Chad Date: Sun, 22 Feb 2026 16:23:51 -0600 Subject: [PATCH] Update site title and homepage --- hugo.yaml | 4 ++-- themes/dontbechad/layouts/index.html | 9 +-------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/hugo.yaml b/hugo.yaml index b48f706..5cb9bce 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -1,10 +1,10 @@ baseURL: 'https://dontbechad.com' languageCode: 'en-us' -title: "Don't Be Chad - Bitcoin Education" +title: "Don't Be Chad" theme: 'dontbechad' params: - description: "I made the mistakes so you don't have to. Learn Bitcoin security, trading, and technical concepts from real-world errors." + description: "I made the mistakes so you don't have to." author: "Chad" tagline: "Bitcoin Education from Real Mistakes" colors: diff --git a/themes/dontbechad/layouts/index.html b/themes/dontbechad/layouts/index.html index 1982ec3..2e3e316 100644 --- a/themes/dontbechad/layouts/index.html +++ b/themes/dontbechad/layouts/index.html @@ -4,18 +4,11 @@

{{ .Site.Title }}

{{ .Site.Params.tagline }}

{{ .Site.Params.description }}

+

Start your Bitcoin journey with real-world lessons from someone who's been there.

My Story Resources
- -
-
-

Ready to Learn?

-

Start your Bitcoin journey with real-world lessons from someone who's been there.

- Get Started -
-
{{ end }} \ No newline at end of file