jekyll-theme-jakarta-ee 0.1.3 → 0.1.4

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: a309e6345a24bb71618c5e58eadee27d65712da07dfbc8c9182ccd6020a7c1bd
4
- data.tar.gz: 8de482797f5c233a12d69cf4dbf485dcb65e8decdcdbb5dfe85add590b195ace
3
+ metadata.gz: 2a26554df0af521704807ef9ec353880c1d43f5d4bd12863c8899adc6f17dbe6
4
+ data.tar.gz: d1e0f7958c6765eb23b1968f3a8a70370fdb9b767c16d1f52c444b6ff08bf020
5
5
  SHA512:
6
- metadata.gz: 5a868e17a25e2a293f5edcaa42d8cd8583bd1e04acf1e39ef8d8cc54f85c0c427b23169e862a5158dee754128e6acd600b012d6375db980e0d14c1d92fa8380d
7
- data.tar.gz: ef08777cea96a5f80c04f9835ec19a5849fd4a2811358aae6c3a41ee383a067b4188c265e97c25ea24911bcdab8eca2258aac8843d10c5726cf7f4fdd38cb2b2
6
+ metadata.gz: 94af0196a8e8652d765507adf54c613950692c016593a750d0620f976cc3633dd8bef14a952545bffd00ee49c7fb33704ed5e8181ce8fe6a63593fecd14aff29
7
+ data.tar.gz: a343b8ee33dc9f1d30b96b9f1ade4ba8d26be36be5a77d5cae8aa19dbbfe55352dca01864619014171fda2c05ab4121abae4c9ca84fd336f8b7a19b72cc862ea
data/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # jekyll-theme-jakarta-ee
2
2
 
3
3
  [![Build Status](https://travis-ci.org/jakartaee/jekyll-theme-jakarta-ee.svg?branch=master)](https://travis-ci.org/jakartaee/jekyll-theme-jakarta-ee)
4
+ [![Gem Version](https://badge.fury.io/rb/jekyll-theme-jakarta-ee.svg)](https://badge.fury.io/rb/jekyll-theme-jakarta-ee)
4
5
 
5
6
  This theme is currently experimental, but intended to provide the branding for Jakarta EE projects using GitHub pages for their documentation.
6
7
  This Jekyll theme is intended to copy the theme of the main https://jakarte.ee website so the projects use branding that is consistent with
@@ -120,6 +121,7 @@ Pre-requisites:
120
121
 
121
122
  Pushing the Gem to RubyGems
122
123
 
123
- (please update the version number in `jekyll-theme-jakarta-ee.gemspec`)
124
- * `gem push jekyll-theme-jakarta-ee-*.gem`
124
+ * Update the version number in `jekyll-theme-jakarta-ee.gemspec`
125
+ * Create a tag with the new version number
126
+ * Push commit and tag to github `git push origin master --tags`
125
127
 
@@ -10,7 +10,9 @@
10
10
  <li><a href="https://www.eclipse.org/org/">About Us</a></li>
11
11
  <li><a href="https://www.eclipse.org/org/foundation/contact.php">Contact Us</a></li>
12
12
  <li><a href="https://www.eclipse.org/donate">Donate</a></li>
13
+ <li><a href="https://www.eclipse.org/membership">Members</a></li>
13
14
  <li><a href="https://www.eclipse.org/org/documents/">Governance</a></li>
15
+ <li><a href="https://www.eclipse.org/org/documents/Community_Code_of_Conduct.php">Code of Conduct</a></li>
14
16
  <li><a href="https://www.eclipse.org/artwork/">Logo and Artwork</a></li>
15
17
  <li><a href="https://www.eclipse.org/org/foundation/directors.php">Board of Directors</a></li>
16
18
  </ul>
@@ -40,9 +42,10 @@
40
42
  <h2 class="section-title">Other</h2>
41
43
  <ul class="nav">
42
44
  <li><a href="https://www.eclipse.org/ide/">IDE and Tools</a></li>
43
- <li><a href="https://www.eclipse.org/projects">Community of Projects</a></li>
45
+ <li><a href="https://www.eclipse.org/projects">Projects</a></li>
44
46
  <li><a href="https://www.eclipse.org/org/workinggroups/">Working Groups</a></li>
45
47
  <li><a href="https://www.eclipse.org/org/research/">Research@Eclipse</a></li>
48
+ <li><a href="https://www.eclipse.org/security/">Report a Vulnerability</a></li>
46
49
  <li><a href="https://status.eclipse.org">Service Status</a></li>
47
50
  </ul>
48
51
  </section>
@@ -54,33 +57,31 @@
54
57
  <div class="col-md-8 social-media">
55
58
  <ul class="list-inline">
56
59
  <li>
57
- <a class="social-media-link fa-stack fa-lg" href="https://twitter.com/EclipseFdn">
60
+ <a class="social-media-link fa-stack fa-lg" href="https://twitter.com/JakartaEE">
58
61
  <i class="fa fa-circle-thin fa-stack-2x"></i>
59
62
  <i class="fa fa-twitter fa-stack-1x"></i>
63
+ <span class="sr-only">Twitter account</span>
60
64
  </a>
61
65
  </li>
62
66
  <li>
63
- <a class="social-media-link fa-stack fa-lg" href="https://plus.google.com/+Eclipse">
64
- <i class="fa fa-circle-thin fa-stack-2x"></i>
65
- <i class="fa fa-google-plus fa-stack-1x"></i>
66
- </a>
67
- </li>
68
- <li>
69
- <a class="social-media-link fa-stack fa-lg" href="https://www.facebook.com/eclipse.org">
67
+ <a class="social-media-link fa-stack fa-lg" href="https://www.facebook.com/JakartaEE">
70
68
  <i class="fa fa-circle-thin fa-stack-2x"></i>
71
69
  <i class="fa fa-facebook fa-stack-1x"></i>
70
+ <span class="sr-only">Facebook account</span>
72
71
  </a>
73
72
  </li>
74
73
  <li>
75
- <a class="social-media-link fa-stack fa-lg" href="https://www.youtube.com/user/EclipseFdn">
74
+ <a class="social-media-link fa-stack fa-lg" href="https://www.youtube.com/channel/UC4M7h5b6elu9VlzjLfzuXyg">
76
75
  <i class="fa fa-circle-thin fa-stack-2x"></i>
77
76
  <i class="fa fa-youtube fa-stack-1x"></i>
77
+ <span class="sr-only">Youtube account</span>
78
78
  </a>
79
79
  </li>
80
80
  <li>
81
- <a class="social-media-link fa-stack fa-lg" href="https://www.linkedin.com/company/eclipse-foundation">
81
+ <a class="social-media-link fa-stack fa-lg" href="https://www.linkedin.com/groups/13597511/" title="">
82
82
  <i class="fa fa-circle-thin fa-stack-2x"></i>
83
83
  <i class="fa fa-linkedin fa-stack-1x"></i>
84
+ <span class="sr-only">Linkedin account</span>
84
85
  </a>
85
86
  </li>
86
87
  </ul>
@@ -1,10 +1,46 @@
1
1
  <li>
2
- <a class="" href="https://jakarta.ee/about/">About</a>
2
+ <a class="" href="//jakarta.ee/about/">
3
+ About
4
+ </a>
3
5
  </li>
4
6
  <li>
5
- <a class="" href="https://jakarta.ee/members/">Members</a>
7
+ <a class="" href="//jakarta.ee/membership/">
8
+ Membership
9
+ </a>
6
10
  </li>
7
11
  <li>
8
- <a class="" href="https://jakarta.ee/connect/">Connect</a>
12
+ <a class="" href="//jakarta.ee/connect/">
13
+ Connect
14
+ </a>
9
15
  </li>
16
+ <li class="dropdown">
17
+ <a href="#" data-toggle="dropdown" class="dropdown-toggle">
18
+ <span>Resources</span>
19
+ <b class="caret"></b>
20
+ </a>
21
+ <ul class="dropdown-menu">
22
+ <li><a href="//jakarta.ee/resources#surveys">Surveys</a> </li>
23
+ <li><a href="//jakarta.ee/resources#infographics">Infographics</a> </li>
24
+ <li><a href="//jakarta.ee/resources#datasheets">Datasheets</a> </li>
25
+ <li><a href="//jakarta.ee/resources#presentations">Presentations</a> </li>
26
+ <li><a href="//jakarta.ee/community/adopt-a-spec/">Adopt A Spec</a> </li>
27
+ <li><a href="//jakarta.ee/committees">Committees</a> </li>
28
+ <li><a href="//jakarta.ee/newsletter/">Newsletter Archives</a> </li>
29
+ <li><a href="//jakarta.ee/meeting_minutes/">Meeting Minutes</a> </li>
30
+ <li><a href="https://Jakartablogs.ee">Blog</a> </li>
31
+ <li><a href="//jakarta.ee/resources#meetups">Tech Talk Meet-ups</a> </li>
32
+ <li><a href="https://www.youtube.com/channel/UC4M7h5b6elu9VlzjLfzuXyg">Jakarta EE YouTube Channel</a> </li>
33
+ <li><a href="https://projects.eclipse.org/list-of-projects?combine=jakarta&amp;field_project_techology_types_tid=1102&amp;field_state_value_2=All">Jakarta EE Specification Projects</a> </li>
34
+ <li><a href="https://drive.google.com/open?id=1kJFh6EIpOyAWP3JkymYZXOK311WM2HXm">Jakarta EE Community Folder</a> </li>
35
+ <li><a href="//jakarta.ee/resources#calendar">Jakarta EE Community Calendar</a> </li>
36
+ <li><a href="https://start.jakarta.ee/">Starter for Jakarta EE</a> </li>
37
+ <li><a href="https://jakartaone.org/">JakartaOne Livestream</a> </li>
38
+ </ul>
39
+ </li>
40
+ <li>
41
+ <a class="" href="//jakarta.ee/compatibility/">
42
+ Compatible Products
43
+ </a>
44
+ </li>
45
+ <li class="visible-xs"><a href="//jakarta.ee/release/">Releases</a></li>
10
46
  {% include nav_more.html %}
@@ -21,7 +21,7 @@
21
21
  <!-- Links and stylesheets -->
22
22
  <link rel="stylesheet" href="https://jakarta.ee/css/styles.css">
23
23
  <link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
24
- <link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
24
+ <link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet" type="text/css"/>
25
25
  <title>{{ page.title | default: site.title }}</title>
26
26
  {% include google_tag_manager.html %}
27
27
  </head>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-jakarta-ee
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Gallimore
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-04-30 00:00:00.000000000 Z
11
+ date: 2020-07-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -90,7 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
90
90
  - !ruby/object:Gem::Version
91
91
  version: '0'
92
92
  requirements: []
93
- rubygems_version: 3.0.3
93
+ rubygems_version: 3.0.8
94
94
  signing_key:
95
95
  specification_version: 4
96
96
  summary: Jakarta EE theme for project pages