From 6cb235ba30a9a21217719ae39921d3d361a50ea5 Mon Sep 17 00:00:00 2001 From: J08nY Date: Mon, 19 Feb 2024 16:09:21 +0100 Subject: [PATCH] Add new tool collection. --- _config.yml | 13 +++++++++++++ _layouts/tools.html | 5 +++++ _tools/Abacus.md | 12 ++++++++++++ 3 files changed, 30 insertions(+) create mode 100644 _layouts/tools.html create mode 100644 _tools/Abacus.md diff --git a/_config.yml b/_config.yml index 70f0925..e3ef626 100644 --- a/_config.yml +++ b/_config.yml @@ -3,3 +3,16 @@ readme_index: enabled: true remove_originals: false with_frontmatter: false +collections: + tools: + output: true +defaults: + - scope: + path: "" + values: + layout: "default" + - scope: + path: "" + type: "tools" + values: + layout: "tools" diff --git a/_layouts/tools.html b/_layouts/tools.html new file mode 100644 index 0000000..5e71126 --- /dev/null +++ b/_layouts/tools.html @@ -0,0 +1,5 @@ +--- +layout: default +--- + +{{ content }} diff --git a/_tools/Abacus.md b/_tools/Abacus.md new file mode 100644 index 0000000..f3168e8 --- /dev/null +++ b/_tools/Abacus.md @@ -0,0 +1,12 @@ +--- +slug: abacus +name: Abacus +year: 2021 +target: Binary +technique: Dynamic +guarantees: sound with restrictions +available: true +repo: https://github.com/s3team/Abacus +--- + +Some content here.