This commit is contained in:
2026-08-15 10:38:53 -07:00
parent 68dfdfa33b
commit 8d43f5259b
30 changed files with 1002 additions and 768 deletions
+14 -2
View File
@@ -1,14 +1,26 @@
baseURL = 'https://codegirl.games/'
languageCode = 'en-me'
title = 'codegirl.games'
theme = 'codegirl'
defaultContentLanguage = 'en'
[languages]
[languages.en]
locale = 'en-US'
label = 'English'
weight = 1
[params]
logo = 'codegirl.games'
logo_image = '/images/logo.png'
logo_image = '/images/logo-header.png'
logo_image_full = '/images/logo.png'
description = 'I build games and show the craft along the way, documenting every step in public.'
tagline = 'Building games and showing what I learn'
author = 'Codegirl Games'
og_image = '/images/og-default.png'
[taxonomies]
tag = 'tags'
series = 'series'
[markup]
[markup.goldmark]