From c058a4ca7189601b82a3050f13e899b3c72bb4d7 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Sun, 11 Aug 2019 16:19:08 +0100 Subject: [PATCH] Tweak jekyll setup --- README.md | 7 ++++++- _config.yml | 2 +- index.md | 1 + 3 files changed, 8 insertions(+), 2 deletions(-) create mode 120000 index.md diff --git a/README.md b/README.md index a3e1f9c..60e809b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ +--- +--- +Preserves: an Expressive Data Language + + # Preserves: an Expressive Data Language -This repository contains a [proposal](preserves.md) and +This repository contains a [proposal](preserves.html) and [various implementations](implementations/) of *Preserves*, a new data model and serialization format in many ways comparable to JSON, XML, S-expressions, CBOR, ASN.1 BER, and so on. diff --git a/_config.yml b/_config.yml index 43a6131..7e37def 100644 --- a/_config.yml +++ b/_config.yml @@ -1 +1 @@ -exclude: [implementations] +# exclude: [implementations] diff --git a/index.md b/index.md new file mode 120000 index 0000000..42061c0 --- /dev/null +++ b/index.md @@ -0,0 +1 @@ +README.md \ No newline at end of file