From 3370290bc7e55d26165dcec12885d4fd2e7c442e Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 6 Oct 2021 14:36:42 -0300 Subject: Stop using WebTorrent I'll stick with just plain torrent + web seed, to reduce the dependencies of the website. --- .gitmodules | 3 --- _layouts/post.html | 10 ++-------- torrent.html | 31 ------------------------------- vendor/webtorrent | 1 - 4 files changed, 2 insertions(+), 43 deletions(-) delete mode 100644 torrent.html delete mode 160000 vendor/webtorrent diff --git a/.gitmodules b/.gitmodules index f169aba..6d301d9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ [submodule "vendor/reveal.js"] path = vendor/reveal.js url = https://github.com/hakimel/reveal.js -[submodule "vendor/webtorrent"] - path = vendor/webtorrent - url = https://github.com/webtorrent/webtorrent diff --git a/_layouts/post.html b/_layouts/post.html index 13dbf21..345f781 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -19,10 +19,7 @@ layout: default {% endif %} @@ -33,10 +30,7 @@ layout: default {% endif %} diff --git a/torrent.html b/torrent.html deleted file mode 100644 index 17e24ff..0000000 --- a/torrent.html +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - WebTorrent player - EuAndreh - - - -
- - - - - diff --git a/vendor/webtorrent b/vendor/webtorrent deleted file mode 160000 index 2d78a30..0000000 --- a/vendor/webtorrent +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 2d78a30a72072b859336f8d9340398d6bb2169e0 -- cgit v1.2.3