Files
codegirl.games-hugo/hugo.toml
T
2026-07-04 01:22:01 -07:00

20 lines
483 B
TOML

baseURL = 'https://codegirl.games/'
languageCode = 'en-us'
title = 'codegirl.games'
theme = 'codegirl'
[params]
logo = 'codegirl.games'
logo_image = '/images/logo.png'
description = 'We build affordable games and teach the craft along the way — documenting every step in public.'
tagline = 'Affordable games. Built in public.'
author = 'Codegirl Games'
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[outputs]
home = ['HTML', 'RSS']