20 lines
483 B
TOML
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']
|