summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/scripts.dmp34
1 files changed, 0 insertions, 34 deletions
diff --git a/scripts/scripts.dmp b/scripts/scripts.dmp
deleted file mode 100644
index fc396fe..0000000
--- a/scripts/scripts.dmp
+++ /dev/null
@@ -1,34 +0,0 @@
----
-layout: nil
----
-
-$scripts = {
-{% for script in site.data.scripts %}
- '{{ script.filename }}' => {
- 'filename' => '{{ script.filename }}',
- 'last_modified' => '{{ script.modified }}',
- 'version' => '{{ script.version }}',
- 'authors' => '{{ script.authors }}',
- 'contact' => '{{ script.contact }}',
- 'name' => '{{ script.name }}',
- 'description' => '{{ script.description }}',
- 'license' => '{{ script.license }}',
-{% if script.url %}
- 'url' => '{{ script.url }}',
-{% endif %}
-{% if script.changed %}
- 'changed' => '{{ script.changed }}',
-{% endif %}
-{% if script.commands %}
- 'commands' => '{{ script.commands }}',
-{% endif %}
-{% if script.note %}
- 'note' => '{{ script.note }}',
-{% endif %}
-{% if script.modules %}
- 'modules' => '{{ script.modules }}',
-{% endif %}
-
- },
-{% endfor %}
-};