Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Submodule #663

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 0 additions & 12 deletions .gitignore
Expand Up @@ -5,15 +5,3 @@
yarn.lock
package-lock.json
node_modules/

# Ignore optional external libraries
source/lib/*

# Track internal libraries & Ignore unused verdors files
source/lib/font-awesome/less/
source/lib/font-awesome/scss/
!source/lib/font-awesome/*

!source/lib/jquery/

!source/lib/velocity/
45 changes: 45 additions & 0 deletions .gitmodules
@@ -0,0 +1,45 @@
[submodule "Han"]
path = source/lib/Han
url = https://github.com/theme-next/theme-next-han
[submodule "needsharebutton"]
path = source/lib/needsharebutton
url = https://github.com/theme-next/theme-next-needmoreshare2
[submodule "pdf"]
path = source/lib/pdf
url = https://github.com/theme-next/theme-next-pdf
[submodule "canvas-nest"]
path = source/lib/canvas-nest
url = https://github.com/theme-next/theme-next-canvas-nest
[submodule "canvas-ribbon"]
path = source/lib/canvas-ribbon
url = https://github.com/theme-next/theme-next-canvas-ribbon
[submodule "three"]
path = source/lib/three
url = https://github.com/theme-next/theme-next-three
[submodule "bookmark"]
path = source/lib/bookmark
url = https://github.com/theme-next/theme-next-bookmark
[submodule "pangu"]
path = source/lib/pangu
url = https://github.com/theme-next/theme-next-pangu
[submodule "fancybox"]
path = source/lib/fancybox
url = https://github.com/theme-next/theme-next-fancybox3
[submodule "pace"]
path = source/lib/pace
url = https://github.com/theme-next/theme-next-pace
[submodule "jquery_lazyload"]
path = source/lib/jquery_lazyload
url = https://github.com/theme-next/theme-next-jquery-lazyload
[submodule "fastclick"]
path = source/lib/fastclick
url = https://github.com/theme-next/theme-next-fastclick
[submodule "algolia-instant-search"]
path = source/lib/algolia-instant-search
url = https://github.com/theme-next/theme-next-algolia-instant-search
[submodule "reading_progress"]
path = source/lib/reading_progress
url = https://github.com/theme-next/theme-next-reading-progress
[submodule "quicklink"]
path = source/lib/quicklink
url = https://github.com/theme-next/theme-next-quicklink
1 change: 1 addition & 0 deletions source/lib/Han
Submodule Han added at 14ffa6
1 change: 1 addition & 0 deletions source/lib/algolia-instant-search
Submodule algolia-instant-search added at c7fbb0
1 change: 1 addition & 0 deletions source/lib/bookmark
Submodule bookmark added at 85839f
1 change: 1 addition & 0 deletions source/lib/canvas-nest
Submodule canvas-nest added at 46cad4
1 change: 1 addition & 0 deletions source/lib/canvas-ribbon
Submodule canvas-ribbon added at 253593
1 change: 1 addition & 0 deletions source/lib/fancybox
Submodule fancybox added at d8a8c0
1 change: 1 addition & 0 deletions source/lib/fastclick
Submodule fastclick added at 8deee8
1 change: 1 addition & 0 deletions source/lib/jquery_lazyload
Submodule jquery_lazyload added at fea933
1 change: 1 addition & 0 deletions source/lib/needsharebutton
Submodule needsharebutton added at 49e081
1 change: 1 addition & 0 deletions source/lib/pace
Submodule pace added at da7936
1 change: 1 addition & 0 deletions source/lib/pangu
Submodule pangu added at 010620
1 change: 1 addition & 0 deletions source/lib/pdf
Submodule pdf added at 046317
1 change: 1 addition & 0 deletions source/lib/quicklink
Submodule quicklink added at 520420
1 change: 1 addition & 0 deletions source/lib/reading_progress
Submodule reading_progress added at b19788
1 change: 1 addition & 0 deletions source/lib/three
Submodule three added at 1af9d3