jekyll-theme-dscliu 0.2.1 → 0.2.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cc4e92484d352bded26b29e417a136c735221734aa5cd281ea86fb956f88056f
4
- data.tar.gz: fd3497b20c91b6069718f94245256e712c49122281dbd8a487d1a2342971bad0
3
+ metadata.gz: cb0e3439ec2ded1ef978147d87cbe635399d523898b245d8f0eb53488acc2958
4
+ data.tar.gz: 79299f1140078cd116da30e32b4fb87d0c60029a3f72df537b1f35ffb8c24f34
5
5
  SHA512:
6
- metadata.gz: 8ddee7ac509a3f3d3b9e530a7d02d6aa2c8765e0a9bde887bc63936df5d0feaa4d2231e0496de1890d9768b672d3e3c023785c9356bc212cadd157bedcc50a15
7
- data.tar.gz: e2fc0befd96f362a8c8388bb0a6591fd04ddd6262cd3925c1f6acb8ae1ed541b3de23cc891106d21b99ea96d4b52ef11b4f3a0b74f0915045ca1f29b91a25e60
6
+ metadata.gz: 4dd481ee85dcd626cc8d927ec37b0ecd57d3a143832edd8ca8f4ef530f0f735a6367135278fd653a4c5eb4800aa3cfe6255f779e3822c38687e718b7b7176c70
7
+ data.tar.gz: c3b02e5946f6a1735f08cc10f4973437db302072739f924bb860f8cc72ad0fc30764a6754cf5ae979538aa6ac94e0aff6d776fefd4cbe10a92ea951a93070e65
data/CHANGELOG.md ADDED
@@ -0,0 +1,58 @@
1
+ ## [0.2.2](https://github.com/kmutahar/jekyll-theme-dscliu/compare/v0.2.1...v0.2.2) (2021-04-05)
2
+
3
+ * build(gemspec): have changelog be part of the gem build ([1d13cca](https://github.com/kmutahar/jekyll-theme-dscliu/commit/1d13cca))
4
+ * style: fix style to make later edits easier ([010751c](https://github.com/kmutahar/jekyll-theme-dscliu/commit/010751c))
5
+ * fix: external links to use the proper protocol www vs non-www depending on site ([fb753d7](https://github.com/kmutahar/jekyll-theme-dscliu/commit/fb753d7))
6
+ * doc(changelog): update changelog to v0.2.1 ([8a1f5dd](https://github.com/kmutahar/jekyll-theme-dscliu/commit/8a1f5dd))
7
+
8
+
9
+
10
+ ## [0.2.1](https://github.com/kmutahar/jekyll-theme-dscliu/compare/v0.2.0...v0.2.1) (2021-04-04)
11
+
12
+ * bump: update to v0.2.1 ([fc84bb0](https://github.com/kmutahar/jekyll-theme-dscliu/commit/fc84bb0))
13
+ * style(gemspec): change jekyll verison from 4.2 > 4.2.0 have it include the .0 at the end ([8739a32](https://github.com/kmutahar/jekyll-theme-dscliu/commit/8739a32))
14
+ * fix(default): add missing includes items ([38fea23](https://github.com/kmutahar/jekyll-theme-dscliu/commit/38fea23))
15
+ * doc(changelog): add changelog.md ([e0569a4](https://github.com/kmutahar/jekyll-theme-dscliu/commit/e0569a4))
16
+
17
+
18
+
19
+ ## [0.2.0](https://github.com/kmutahar/jekyll-theme-dscliu/compare/v0.1.0-alpha.2...v0.2.0) (2021-04-04)
20
+
21
+ * build: upgrade to version 0.2.0 ([dd18c14](https://github.com/kmutahar/jekyll-theme-dscliu/commit/dd18c14))
22
+ * build(jekyll): update from 4.1 > 4.2 ([c28a109](https://github.com/kmutahar/jekyll-theme-dscliu/commit/c28a109))
23
+ * feat(css): add all-css in assets folder that imports sass files ([726e70a](https://github.com/kmutahar/jekyll-theme-dscliu/commit/726e70a))
24
+ * feat(footer): add footer section to includes ([93f96a1](https://github.com/kmutahar/jekyll-theme-dscliu/commit/93f96a1))
25
+ * feat(head): add head section to includes ([4b0afb0](https://github.com/kmutahar/jekyll-theme-dscliu/commit/4b0afb0))
26
+ * feat(navbar): add navigation bar section to includes ([47bf91d](https://github.com/kmutahar/jekyll-theme-dscliu/commit/47bf91d))
27
+ * feat(scss): add sass files ([8ea1013](https://github.com/kmutahar/jekyll-theme-dscliu/commit/8ea1013))
28
+ * feat(social): add includes social media links ([5aa15e5](https://github.com/kmutahar/jekyll-theme-dscliu/commit/5aa15e5))
29
+ * feat(team): add team page layout and includes part ([0b01e5b](https://github.com/kmutahar/jekyll-theme-dscliu/commit/0b01e5b))
30
+ * feat(vendor): add bootstrap v4.5.3 in the assets folder ([3060579](https://github.com/kmutahar/jekyll-theme-dscliu/commit/3060579))
31
+ * feat(vendor): add fontawesome v5.15.1 in the assets folder ([3fa9622](https://github.com/kmutahar/jekyll-theme-dscliu/commit/3fa9622))
32
+ * feat(vendor): add jquery v3.5.1 in the assets folder ([b80d0ca](https://github.com/kmutahar/jekyll-theme-dscliu/commit/b80d0ca))
33
+ * feat(vendor): add normalize.css v8.0.1 in the assets folder ([6811272](https://github.com/kmutahar/jekyll-theme-dscliu/commit/6811272))
34
+ * doc(license): fixed license on readme page ([c5d7e8b](https://github.com/kmutahar/jekyll-theme-dscliu/commit/c5d7e8b))
35
+ * doc(license): fixed license on readme page ([27e086c](https://github.com/kmutahar/jekyll-theme-dscliu/commit/27e086c))
36
+
37
+
38
+
39
+ ## [0.1.0-alpha.2](https://github.com/kmutahar/jekyll-theme-dscliu/compare/v0.1.0-alpha.1...v0.1.0-alpha.2) (2020-10-11)
40
+
41
+ * build: upgrade to version 0.1.0-alpha.2 ([8cfb78e](https://github.com/kmutahar/jekyll-theme-dscliu/commit/8cfb78e))
42
+ * docs: add badges (Contributor Covenant & Gem Version) ([eaf4aea](https://github.com/kmutahar/jekyll-theme-dscliu/commit/eaf4aea))
43
+ * feat(analytics): add analytics code for GTM or gtag in includes folder ([863fd53](https://github.com/kmutahar/jekyll-theme-dscliu/commit/863fd53))
44
+ * feat(defaults): add proper html start and end ([b96f620](https://github.com/kmutahar/jekyll-theme-dscliu/commit/b96f620))
45
+ * refactor: remove .gitkeep that were used as temp files ([c4d2842](https://github.com/kmutahar/jekyll-theme-dscliu/commit/c4d2842))
46
+ * style(editorconfig): change indent size for .yml to size of 2 ([d525676](https://github.com/kmutahar/jekyll-theme-dscliu/commit/d525676))
47
+ * doc: add Contributor Covenant Code of Conduct ([834e595](https://github.com/kmutahar/jekyll-theme-dscliu/commit/834e595))
48
+
49
+
50
+
51
+ ## 0.1.0-alpha.1 (2020-09-15)
52
+
53
+ * ‼️ BREAKING: Initial Commit ([92c46dd](https://github.com/kmutahar/jekyll-theme-dscliu/commit/92c46dd))
54
+ * ‼️ IMPROVE Change license from MIT > GNU AGPL-3.0-only ([659c23d](https://github.com/kmutahar/jekyll-theme-dscliu/commit/659c23d))
55
+ * 🐛 FIX: Update Gem Spec with full and correct information ([6507c8b](https://github.com/kmutahar/jekyll-theme-dscliu/commit/6507c8b))
56
+
57
+
58
+
@@ -1,14 +1,14 @@
1
1
  {%- if site.analytics.gtm -%}
2
- <!-- Google Tag Manager (noscript) -->
3
- <noscript><iframe src="https://www.googletagmanager.com/ns.html?id={{ site.analytics.gtm }}"
4
- height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
5
- <!-- End Google Tag Manager (noscript) -->
2
+ <!-- Google Tag Manager (noscript) -->
3
+ <noscript><iframe src="https://www.googletagmanager.com/ns.html?id={{ site.analytics.gtm }}" height="0" width="0"
4
+ style="display:none;visibility:hidden"></iframe></noscript>
5
+ <!-- End Google Tag Manager (noscript) -->
6
6
  {%- else -%}
7
- {%- if site.analytics.ga -%}
8
- {%- comment -%}
9
- No Google Analytics gtag.js exists for body so this section will return a blank.
10
- {%- endcomment -%}
11
- {%- endif -%}
7
+ {%- if site.analytics.ga -%}
8
+ {%- comment -%}
9
+ No Google Analytics gtag.js exists for body so this section will return a blank.
10
+ {%- endcomment -%}
11
+ {%- endif -%}
12
12
  {%- else -%}
13
- <!-- No Analytics Added -->
13
+ <!-- No Analytics Added -->
14
14
  {%- endif -%}
@@ -1,23 +1,39 @@
1
1
  {%- if site.analytics.gtm -%}
2
- <!-- Google Tag Manager -->
3
- <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
4
- new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
5
- j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
6
- 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
7
- })(window,document,'script','dataLayer','{{ site.analytics.gtm }}');</script>
8
- <!-- End Google Tag Manager -->
2
+ <!-- Google Tag Manager -->
3
+ <script>
4
+ (function (w, d, s, l, i) {
5
+ w[l] = w[l] || [];
6
+ w[l].push({
7
+ 'gtm.start': new Date().getTime(),
8
+ event: 'gtm.js'
9
+ });
10
+ var f = d.getElementsByTagName(s)[0],
11
+ j = d.createElement(s),
12
+ dl = l != 'dataLayer' ? '&l=' + l : '';
13
+ j.async = true;
14
+ j.src =
15
+ 'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
16
+ f.parentNode.insertBefore(j, f);
17
+ })(window, document, 'script', 'dataLayer', '{{ site.analytics.gtm }}');
18
+
19
+ </script>
20
+ <!-- End Google Tag Manager -->
9
21
  {%- else -%}
10
- {%- if site.analytics.ga -%}
11
- <!-- Global site tag (gtag.js) - Google Analytics -->
12
- <script async src="https://www.googletagmanager.com/gtag/js?id={{ site.analytics.gtag }}"></script>
13
- <script>
14
- window.dataLayer = window.dataLayer || [];
15
- function gtag(){dataLayer.push(arguments);}
16
- gtag('js', new Date());
22
+ {%- if site.analytics.ga -%}
23
+ <!-- Global site tag (gtag.js) - Google Analytics -->
24
+ <script async src="https://www.googletagmanager.com/gtag/js?id={{ site.analytics.gtag }}"></script>
25
+ <script>
26
+ window.dataLayer = window.dataLayer || [];
27
+
28
+ function gtag() {
29
+ dataLayer.push(arguments);
30
+ }
31
+ gtag('js', new Date());
17
32
 
18
- gtag('config', '{{ site.analytics.gtag }}');
19
- </script>
20
- {%- endif -%}
33
+ gtag('config', '{{ site.analytics.gtag }}');
34
+
35
+ </script>
36
+ {%- endif -%}
21
37
  {%- else -%}
22
- <!-- No Analytics Added -->
38
+ <!-- No Analytics Added -->
23
39
  {%- endif -%}
@@ -12,7 +12,7 @@
12
12
 
13
13
  {% if site.social_links.instagram %}
14
14
  <!--instagram link-->
15
- <a class="nav-link" href="https://instagram.com/{{ site.social_links.instagram }}"><span><i
15
+ <a class="nav-link" href="https://www.instagram.com/{{ site.social_links.instagram }}"><span><i
16
16
  class="nav-item fab fa-instagram"></i></span></a>
17
17
  {% endif %}
18
18
 
@@ -6,14 +6,17 @@
6
6
  {% endcapture %}
7
7
  <img src="{{ image_url | relative_url }}" class="img-responsive rounded">
8
8
  {% else %}
9
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512" width="150" height="auto" ><!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 96c48.6 0 88 39.4 88 88s-39.4 88-88 88-88-39.4-88-88 39.4-88 88-88zm0 344c-58.7 0-111.3-26.6-146.5-68.2 18.8-35.4 55.6-59.8 98.5-59.8 2.4 0 4.8.4 7.1 1.1 13 4.2 26.6 6.9 40.9 6.9 14.3 0 28-2.7 40.9-6.9 2.3-.7 4.7-1.1 7.1-1.1 42.9 0 79.7 24.4 98.5 59.8C359.3 421.4 306.7 448 248 448z"/></svg>
9
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512" width="150" height="auto">
10
+ <!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) -->
11
+ <path
12
+ d="M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 96c48.6 0 88 39.4 88 88s-39.4 88-88 88-88-39.4-88-88 39.4-88 88-88zm0 344c-58.7 0-111.3-26.6-146.5-68.2 18.8-35.4 55.6-59.8 98.5-59.8 2.4 0 4.8.4 7.1 1.1 13 4.2 26.6 6.9 40.9 6.9 14.3 0 28-2.7 40.9-6.9 2.3-.7 4.7-1.1 7.1-1.1 42.9 0 79.7 24.4 98.5 59.8C359.3 421.4 306.7 448 248 448z" />
13
+ </svg>
10
14
  {% endif %}
11
15
  <ul>
12
16
  {% if member.website %}<a href="{{ member.website }}" title="{{ member.name }}'s Site" target="_blank"
13
17
  rel="noopener nofollow noreferrer"><i class="fa fa-globe"></i></a>{% endif %}
14
- {% if member.github %}<a href="https://www.github.com/{{ member.github }}"
15
- title="{{ member.name }}'s Github" target="_blank" rel="noopener nofollow noreferrer"><i
16
- class="fab fa-github-square"></i></a>{% endif %}
18
+ {% if member.github %}<a href="https://github.com/{{ member.github }}" title="{{ member.name }}'s Github"
19
+ target="_blank" rel="noopener nofollow noreferrer"><i class="fab fa-github-square"></i></a>{% endif %}
17
20
  {% if member.linkedin %}<a href="https://www.linkedin.com/in/{{ member.linkedin }}"
18
21
  title="{{ member.name }}'s Linkedin" target="_blank" rel="noopener nofollow noreferrer"><i
19
22
  class="fab fa-linkedin"></i></a>{% endif %}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-dscliu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Khaldoon Mutahar
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2021-04-04 00:00:00.000000000 Z
12
+ date: 2021-04-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jekyll
@@ -32,6 +32,7 @@ executables: []
32
32
  extensions: []
33
33
  extra_rdoc_files: []
34
34
  files:
35
+ - CHANGELOG.md
35
36
  - LICENSE
36
37
  - README.md
37
38
  - _includes/analytics-body.html