Various improvements

- Switch to Git submodules for dependancies
- Migrate from FontAwesome to ForkAwesome, which has more icons I need and is fully FOSS
- Update repository link
- Update contact links
This commit is contained in:
MassiveBox 2022-08-14 10:23:20 +02:00
parent 3a8985cdd6
commit a3e765e19e
12 changed files with 108 additions and 55 deletions

12
.gitmodules vendored Normal file
View file

@ -0,0 +1,12 @@
[submodule "deps/bulma"]
path = deps/bulma
url = https://github.com/jgthms/bulma
[submodule "deps/forkawesome"]
path = deps/forkawesome
url = https://github.com/ForkAwesome/Fork-Awesome
[submodule "deps/jquery"]
path = deps/jquery
url = https://github.com/jquery/jquery/tree/3.6.0
[submodule "deps/rssparser"]
path = deps/rssparser
url = https://github.com/rbren/rss-parser