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