35 lines
No EOL
615 B
YAML
35 lines
No EOL
615 B
YAML
baseURL: 'https://dontbechad.com'
|
|
languageCode: 'en-us'
|
|
title: "Don't Be Chad"
|
|
theme: 'dontbechad'
|
|
|
|
params:
|
|
description: "I made the mistakes so you don't have to."
|
|
author: "Chad"
|
|
tagline: "Bitcoin Education from Real Mistakes"
|
|
colors:
|
|
primary: "#FF6B35"
|
|
background: "#0A1929"
|
|
text: "#1A1A1A"
|
|
card: "#000000"
|
|
accent: "#FF8C42"
|
|
|
|
markup:
|
|
goldmark:
|
|
renderer:
|
|
unsafe: true
|
|
highlight:
|
|
style: "monokai"
|
|
|
|
security:
|
|
enableInlineShortcodes: false
|
|
exec:
|
|
allow: []
|
|
http:
|
|
methods: []
|
|
urls: []
|
|
|
|
outputs:
|
|
home: ["HTML", "RSS"]
|
|
page: ["HTML"]
|
|
section: ["HTML"] |