From 19f339ee5325a7279c7b5ae57b5eb95bf6ce8eee Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 12 Nov 2024 09:08:39 -0300 Subject: Start simplification: remove reveal.js submodule This commit marks the start of the simplification to the website, drastically reducing the amount, size and complexity of its dependencies. From now, the existing website's content is kept, but its full renderization or build will be broken, until mkwb's version is fully migrated to. --- .gitmodules | 3 --- vendor/reveal.js | 1 - 2 files changed, 4 deletions(-) delete mode 100644 .gitmodules delete mode 160000 vendor/reveal.js diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 6d301d9..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "vendor/reveal.js"] - path = vendor/reveal.js - url = https://github.com/hakimel/reveal.js diff --git a/vendor/reveal.js b/vendor/reveal.js deleted file mode 160000 index e09437f..0000000 --- a/vendor/reveal.js +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e09437f4fac47305679374d2b2516a76f6ceb899 -- cgit v1.2.3