mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
filling out placeholder files
This commit is contained in:
20
_config.yml
20
_config.yml
@@ -2,9 +2,27 @@ title: The Toy Programming Language
|
||||
description: Documentation For The Toy Programming Language
|
||||
keywords: programming,coding
|
||||
author: Kayne Ruse (Ratstail91)
|
||||
version: 2.x
|
||||
|
||||
collections:
|
||||
getting_started:
|
||||
output: true
|
||||
title: Getting Started
|
||||
sort_by: guide_order
|
||||
permalink: "/:collection/:path/"
|
||||
tab-order: 1
|
||||
toy_api:
|
||||
output: true
|
||||
title: Toy API
|
||||
permalink: "/:collection/:path/"
|
||||
tab-order: 2
|
||||
c_api:
|
||||
output: true
|
||||
title: C API
|
||||
permalink: "/:collection/:path/"
|
||||
tab-order: 3
|
||||
|
||||
plugins:
|
||||
- jekyll-remote-theme
|
||||
|
||||
remote_theme: pixeldroid/programming-pages
|
||||
remote_theme: pixeldroid/programming-pages
|
||||
|
||||
Reference in New Issue
Block a user