From b397161761f972b41603243e81637e8e3b6dcf58 Mon Sep 17 00:00:00 2001 From: Arthur Guiot Date: Thu, 29 Mar 2018 20:43:46 +0800 Subject: [PATCH] Added basic api, for future app --- api/challenges.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 api/challenges.json diff --git a/api/challenges.json b/api/challenges.json new file mode 100644 index 0000000..ad2c399 --- /dev/null +++ b/api/challenges.json @@ -0,0 +1,11 @@ +--- +--- +{ + "title": "CrypTools - Learn", + "description": "An online platform to learn cryptography", + "url": "https://cryptools.github.io/learn", + "challenges": { + "js": {{site.data.challenges | jsonify}}, + "noob": {{site.data.noob | jsonify}} + } +}