Update site title and homepage
This commit is contained in:
parent
d83f2cb6e1
commit
3e8e1cedb5
2 changed files with 3 additions and 10 deletions
|
|
@ -1,10 +1,10 @@
|
||||||
baseURL: 'https://dontbechad.com'
|
baseURL: 'https://dontbechad.com'
|
||||||
languageCode: 'en-us'
|
languageCode: 'en-us'
|
||||||
title: "Don't Be Chad - Bitcoin Education"
|
title: "Don't Be Chad"
|
||||||
theme: 'dontbechad'
|
theme: 'dontbechad'
|
||||||
|
|
||||||
params:
|
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"
|
author: "Chad"
|
||||||
tagline: "Bitcoin Education from Real Mistakes"
|
tagline: "Bitcoin Education from Real Mistakes"
|
||||||
colors:
|
colors:
|
||||||
|
|
|
||||||
|
|
@ -4,18 +4,11 @@
|
||||||
<h1 class="hero-title">{{ .Site.Title }}</h1>
|
<h1 class="hero-title">{{ .Site.Title }}</h1>
|
||||||
<p class="hero-tagline">{{ .Site.Params.tagline }}</p>
|
<p class="hero-tagline">{{ .Site.Params.tagline }}</p>
|
||||||
<p class="hero-description">{{ .Site.Params.description }}</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">
|
<div class="hero-buttons">
|
||||||
<a href="{{ "/story/" | relURL }}" class="btn btn-primary">My Story</a>
|
<a href="{{ "/story/" | relURL }}" class="btn btn-primary">My Story</a>
|
||||||
<a href="{{ "/resources/" | relURL }}" class="btn btn-secondary">Resources</a>
|
<a href="{{ "/resources/" | relURL }}" class="btn btn-secondary">Resources</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</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 }}
|
{{ end }}
|
||||||
Loading…
Add table
Reference in a new issue