From 35daa88cfb6c8a02f766a1930dd5ca709b9bcad6 Mon Sep 17 00:00:00 2001 From: curben <2809763-curben@users.noreply.gitlab.com> Date: Sun, 25 Aug 2019 14:37:12 +0930 Subject: [PATCH] chore: move scripts to root folder --- {themes/typing/scripts => scripts}/cloudinary.js | 0 {themes/typing/scripts => scripts}/copy-button.js | 0 {themes/typing/scripts => scripts}/feed/.atom.xml | 0 {themes/typing/scripts => scripts}/feed/generator.js | 0 {themes/typing/scripts => scripts}/feed/index.js | 0 {themes/typing/scripts => scripts}/heading-link.js | 0 {themes/typing/scripts => scripts}/link.js | 0 {themes/typing/scripts => scripts}/listTags.js | 0 {themes/typing/scripts => scripts}/meta_generator.js | 0 {themes/typing/scripts => scripts}/openGraph.js | 0 {themes/typing/scripts => scripts}/sitemap/.LICENSE | 0 {themes/typing/scripts => scripts}/sitemap/.sitemap.xml | 0 {themes/typing/scripts => scripts}/sitemap/generator.js | 0 {themes/typing/scripts => scripts}/sitemap/index.js | 0 {themes/typing/scripts => scripts}/sitemap/template.js | 0 15 files changed, 0 insertions(+), 0 deletions(-) rename {themes/typing/scripts => scripts}/cloudinary.js (100%) rename {themes/typing/scripts => scripts}/copy-button.js (100%) rename {themes/typing/scripts => scripts}/feed/.atom.xml (100%) rename {themes/typing/scripts => scripts}/feed/generator.js (100%) rename {themes/typing/scripts => scripts}/feed/index.js (100%) rename {themes/typing/scripts => scripts}/heading-link.js (100%) rename {themes/typing/scripts => scripts}/link.js (100%) rename {themes/typing/scripts => scripts}/listTags.js (100%) rename {themes/typing/scripts => scripts}/meta_generator.js (100%) rename {themes/typing/scripts => scripts}/openGraph.js (100%) rename {themes/typing/scripts => scripts}/sitemap/.LICENSE (100%) rename {themes/typing/scripts => scripts}/sitemap/.sitemap.xml (100%) rename {themes/typing/scripts => scripts}/sitemap/generator.js (100%) rename {themes/typing/scripts => scripts}/sitemap/index.js (100%) rename {themes/typing/scripts => scripts}/sitemap/template.js (100%) diff --git a/themes/typing/scripts/cloudinary.js b/scripts/cloudinary.js similarity index 100% rename from themes/typing/scripts/cloudinary.js rename to scripts/cloudinary.js diff --git a/themes/typing/scripts/copy-button.js b/scripts/copy-button.js similarity index 100% rename from themes/typing/scripts/copy-button.js rename to scripts/copy-button.js diff --git a/themes/typing/scripts/feed/.atom.xml b/scripts/feed/.atom.xml similarity index 100% rename from themes/typing/scripts/feed/.atom.xml rename to scripts/feed/.atom.xml diff --git a/themes/typing/scripts/feed/generator.js b/scripts/feed/generator.js similarity index 100% rename from themes/typing/scripts/feed/generator.js rename to scripts/feed/generator.js diff --git a/themes/typing/scripts/feed/index.js b/scripts/feed/index.js similarity index 100% rename from themes/typing/scripts/feed/index.js rename to scripts/feed/index.js diff --git a/themes/typing/scripts/heading-link.js b/scripts/heading-link.js similarity index 100% rename from themes/typing/scripts/heading-link.js rename to scripts/heading-link.js diff --git a/themes/typing/scripts/link.js b/scripts/link.js similarity index 100% rename from themes/typing/scripts/link.js rename to scripts/link.js diff --git a/themes/typing/scripts/listTags.js b/scripts/listTags.js similarity index 100% rename from themes/typing/scripts/listTags.js rename to scripts/listTags.js diff --git a/themes/typing/scripts/meta_generator.js b/scripts/meta_generator.js similarity index 100% rename from themes/typing/scripts/meta_generator.js rename to scripts/meta_generator.js diff --git a/themes/typing/scripts/openGraph.js b/scripts/openGraph.js similarity index 100% rename from themes/typing/scripts/openGraph.js rename to scripts/openGraph.js diff --git a/themes/typing/scripts/sitemap/.LICENSE b/scripts/sitemap/.LICENSE similarity index 100% rename from themes/typing/scripts/sitemap/.LICENSE rename to scripts/sitemap/.LICENSE diff --git a/themes/typing/scripts/sitemap/.sitemap.xml b/scripts/sitemap/.sitemap.xml similarity index 100% rename from themes/typing/scripts/sitemap/.sitemap.xml rename to scripts/sitemap/.sitemap.xml diff --git a/themes/typing/scripts/sitemap/generator.js b/scripts/sitemap/generator.js similarity index 100% rename from themes/typing/scripts/sitemap/generator.js rename to scripts/sitemap/generator.js diff --git a/themes/typing/scripts/sitemap/index.js b/scripts/sitemap/index.js similarity index 100% rename from themes/typing/scripts/sitemap/index.js rename to scripts/sitemap/index.js diff --git a/themes/typing/scripts/sitemap/template.js b/scripts/sitemap/template.js similarity index 100% rename from themes/typing/scripts/sitemap/template.js rename to scripts/sitemap/template.js