initial theme - coming soon

This commit is contained in:
2026-07-03 01:41:54 -07:00
commit 2f4fceadad
20 changed files with 642 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
baseURL = 'https://codegirl.games/'
languageCode = 'en-us'
title = 'codegirl.games'
theme = 'codegirl'
[params]
logo = 'codegirl.games'
description = 'Building affordable, full-feature games in public — and teaching game development along the way.'
author = 'Codegirl Games'
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[outputs]
home = ['HTML', 'RSS']