luau/docs/_config.yml
Arseny Kapoulkine 98494e7ee8 Replace logo and add it as a favicon & actual logo
Thanks to Brad Sharp for the design.
2021-03-16 20:30:31 -07:00

31 lines
671 B
YAML

remote_theme: "mmistakes/minimal-mistakes@4.22.0"
minimal_mistakes_skin: "default" #"air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum" "sunrise"
url:
name: Roblox
title: Luau
description: >
A fast, small, safe, gradually typed embeddable scripting language derived from Lua
logo: /assets/images/luau-88.png
plugins: ["jekyll-include-cache"]
include: ["_pages"]
atom_feed:
hide: true
defaults:
# _docs
- scope:
path: ""
type: "pages"
values:
layout: "single"
sidebar:
nav: "pages"
# _posts
- scope:
path: ""
type: "posts"
values:
layout: single
related: true
show_date: true