Update site title and homepage

This commit is contained in:
Chad 2026-02-22 16:23:51 -06:00
parent d83f2cb6e1
commit 3e8e1cedb5
2 changed files with 3 additions and 10 deletions

View file

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

View file

@ -4,18 +4,11 @@
<h1 class="hero-title">{{ .Site.Title }}</h1>
<p class="hero-tagline">{{ .Site.Params.tagline }}</p>
<p class="hero-description">{{ .Site.Params.description }}</p>
<p>Start your Bitcoin journey with real-world lessons from someone who's been there.</p>
<div class="hero-buttons">
<a href="{{ "/story/" | relURL }}" class="btn btn-primary">My Story</a>
<a href="{{ "/resources/" | relURL }}" class="btn btn-secondary">Resources</a>
</div>
</div>
</section>
<section class="cta-section">
<div class="container">
<h2 class="section-title">Ready to Learn?</h2>
<p>Start your Bitcoin journey with real-world lessons from someone who's been there.</p>
<a href="{{ "/resources/" | relURL }}" class="btn btn-primary btn-large">Get Started</a>
</div>
</section>
{{ end }}