20 lines
472 B
TOML
20 lines
472 B
TOML
baseURL = 'https://codegirl.games/'
|
|
languageCode = 'en-me'
|
|
title = 'codegirl.games'
|
|
theme = 'codegirl'
|
|
|
|
[params]
|
|
logo = 'codegirl.games'
|
|
logo_image = '/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'
|
|
|
|
[markup]
|
|
[markup.goldmark]
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|
|
|
|
[outputs]
|
|
home = ['HTML', 'RSS']
|