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:
parent
3a8985cdd6
commit
a3e765e19e
12 changed files with 108 additions and 55 deletions
12
.gitmodules
vendored
Normal file
12
.gitmodules
vendored
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue