mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 14:25:44 +08:00
8b510d3dbb
Fixes #333 ![image](https://github.com/Roblox/luau/assets/120410318/539fec9f-3ad1-49cd-ba2f-a47b6c1ee42c) ![image](https://github.com/Roblox/luau/assets/120410318/981981c6-2fbe-46ae-99b1-a1fc2c647a6a) --------- Co-authored-by: Someone-dQw4w9WgXcQ <dcheunggb@outlook.com>
33 lines
724 B
YAML
33 lines
724 B
YAML
remote_theme: "mmistakes/minimal-mistakes@4.24.0"
|
|
minimal_mistakes_skin: "default" #"air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum" "sunrise"
|
|
minimal_mistakes_skin2: "dark"
|
|
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", "jekyll-feed"]
|
|
include: ["_pages"]
|
|
atom_feed:
|
|
path: "/feed.xml"
|
|
|
|
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
|