ultimate-jekyll-manager 0.0.224 → 0.0.226

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12,7 +12,7 @@ let accountData = null;
12
12
  let connectionForms = new Map();
13
13
 
14
14
  // Supported providers (must match IDs in HTML)
15
- const supportedProviders = ['google', 'discord', 'github', 'twitter', 'facebook'];
15
+ const supportedProviders = ['google', 'discord', 'github', 'twitter', 'facebook', 'spotify', 'apple', 'microsoft', 'linkedin', 'twitch', 'slack'];
16
16
 
17
17
  // Get API URL helper
18
18
  function getApiUrl() {
@@ -74,6 +74,24 @@ connections:
74
74
  - id: "facebook"
75
75
  name: "Facebook"
76
76
  logo: "https://cdn.itwcreativeworks.com/assets/general/images/brands/color/facebook.svg"
77
+ - id: "spotify"
78
+ name: "Spotify"
79
+ logo: "https://cdn.itwcreativeworks.com/assets/general/images/brands/color/spotify.svg"
80
+ - id: "apple"
81
+ name: "Apple"
82
+ logo: "https://cdn.itwcreativeworks.com/assets/general/images/brands/color/apple.svg"
83
+ - id: "microsoft"
84
+ name: "Microsoft"
85
+ logo: "https://cdn.itwcreativeworks.com/assets/general/images/brands/color/microsoft.svg"
86
+ - id: "linkedin"
87
+ name: "LinkedIn"
88
+ logo: "https://cdn.itwcreativeworks.com/assets/general/images/brands/color/linkedin.svg"
89
+ - id: "twitch"
90
+ name: "Twitch"
91
+ logo: "https://cdn.itwcreativeworks.com/assets/general/images/brands/color/twitch.svg"
92
+ - id: "slack"
93
+ name: "Slack"
94
+ logo: "https://cdn.itwcreativeworks.com/assets/general/images/brands/color/slack.svg"
77
95
 
78
96
  signin_methods:
79
97
  - id: "password"
@@ -23,15 +23,18 @@
23
23
  dropdown: [
24
24
  {
25
25
  label: 'Blog',
26
- href: '/blog'
26
+ href: '/blog',
27
+ icon: 'newspaper'
27
28
  },
28
29
  {
29
30
  label: 'Team',
30
- href: '/team'
31
+ href: '/team',
32
+ icon: 'users'
31
33
  },
32
34
  {
33
35
  label: 'Careers',
34
- href: '/careers'
36
+ href: '/careers',
37
+ icon: 'briefcase'
35
38
  },
36
39
  ]
37
40
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ultimate-jekyll-manager",
3
- "version": "0.0.224",
3
+ "version": "0.0.226",
4
4
  "description": "Ultimate Jekyll dependency manager",
5
5
  "main": "dist/index.js",
6
6
  "exports": {