17 lines
418 B
TOML
17 lines
418 B
TOML
baseURL = 'https://ataricode.com/'
|
|
languageCode = 'en-us'
|
|
title = 'Atari Code'
|
|
|
|
|
|
[permalinks]
|
|
blog = "/:filename/"
|
|
|
|
[params]
|
|
logo = "img/atari-symbol-only-no-background.png"
|
|
titleLink = "https://ataricode.com/"
|
|
subtitle = "A site devoted to learning to code on Atari 8-Bit computers."
|
|
home = "/"
|
|
blog = "/blog/"
|
|
links = "/links/"
|
|
videos = "https://odysee.com/@ataricode:0?view=content"
|