Start extending to support GitLab authentication.

Add necessary dependency.
Add baseURL parameter for self-hosted GitLab
Add necessary require.
Add block for GitLab auth.
Fix typo
Update font-awesome dependency for GitLab icon.
Use a color closer to GitLab orange.
More direct TODO
This commit is contained in:
Jason Croft
2016-05-09 16:27:35 -04:00
parent 8e8a5e1ecb
commit 079822dfec
8 changed files with 43 additions and 1 deletions

View File

@@ -20,7 +20,7 @@
"dependencies": {
"bootstrap": "~3.3.6",
"jquery": "~1.11.3",
"font-awesome": "~4.5.0",
"font-awesome": "~4.6.0",
"Ionicons": "ionicons#~2.0.1",
"reveal.js": "~3.2.0",
"gsap": "greensock#~1.18.0",