From 7be809109cf1c35d44f76e8c4b3ea3d4fd66e616 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Mon, 30 Oct 2023 07:52:49 -0700 Subject: [PATCH] Add site config and index Also fix string interpolation RFC to be compatible with Jekyll --- docs/CNAME | 1 + docs/_config.yml | 5 +++++ docs/index.md | 13 +++++++++++++ docs/syntax-string-interpolation.md | 4 ++++ 4 files changed, 23 insertions(+) create mode 100644 docs/CNAME create mode 100644 docs/_config.yml create mode 100644 docs/index.md diff --git a/docs/CNAME b/docs/CNAME new file mode 100644 index 0000000..1cc585e --- /dev/null +++ b/docs/CNAME @@ -0,0 +1 @@ +rfcs.luau-lang.org \ No newline at end of file diff --git a/docs/_config.yml b/docs/_config.yml new file mode 100644 index 0000000..19138cf --- /dev/null +++ b/docs/_config.yml @@ -0,0 +1,5 @@ +name: Luau RFCs +url: https://rfcs.luau-lang.org +markdown: kramdown +kramdown: + input: GFM diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..7f3f176 --- /dev/null +++ b/docs/index.md @@ -0,0 +1,13 @@ +# RFCs + +{% assign sortedPages = site.pages | sort: 'title' %} + +