jekyll-theme-eclipsefdn 0.0.4 → 0.0.5
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 +4 -4
- data/README.md +6 -8
- data/_includes/footer.html +71 -30
- data/_includes/nav_more.html +76 -81
- data/_layouts/default.html +5 -5
- data/_sass/jekyll-theme-eclipsefdn.scss +2 -2
- data/assets/css/style.scss +6 -3
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bd92d9878b5ee3498e732d534b40bf7044f9ca9d0d6ea38fa1ce88096719e7b6
|
4
|
+
data.tar.gz: f062f87646296bc7fbebaab1d4266d19b366d10de08d5a0bca6b9019c321509b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1b6e1489d1148e0a7b7c4864697588295366fb3f15f74d3342b0f37ff2f353fe1e25c2a9dd9fbecf8a1240b74a5d9e59d2630eb0d5daad62db32fb094cc1b22f
|
7
|
+
data.tar.gz: 8f5cb42955663fe2c62fa99576cfc623bebb31454637fdfcbc97fd6111d85621f35ec0e4aadd2883e5deee307bc4507898ed4a6ae5386c680c17dbb7a7bc9bdf
|
data/README.md
CHANGED
@@ -1,6 +1,5 @@
|
|
1
1
|
# jekyll-theme-eclipsefdn
|
2
2
|
|
3
|
-
[](https://travis-ci.org/eclipsefdn/jekyll-theme-eclipsefdn)
|
4
3
|
[](https://badge.fury.io/rb/jekyll-theme-eclipsefdn)
|
5
4
|
|
6
5
|
This theme is currently experimental, but intended to provide the branding for Eclipse projects using GitHub pages for their documentation.
|
@@ -11,7 +10,7 @@ This Jekyll theme is intended to copy the theme of the main https://www.eclipse.
|
|
11
10
|
|
12
11
|
# Using the theme on your GitHub pages site
|
13
12
|
|
14
|
-
Eclipse projects typically publish their documentation using the GitHub pages functionality of the source code repository on GitHub.
|
13
|
+
Eclipse projects typically publish their documentation using the GitHub pages functionality of the source code repository on GitHub.
|
15
14
|
This involves pushing the documentation materials to the `gh-pages` branch in the repository. Once content has been pushed to this branch
|
16
15
|
it is publish statically at `https://eclipse-ee4j.github.io/<projectname>`. Without a theme, the site will be published using a default
|
17
16
|
theme.
|
@@ -116,11 +115,10 @@ Pre-requisites:
|
|
116
115
|
|
117
116
|
* Install the dependencies: `bundle install`
|
118
117
|
|
119
|
-
* Build the Gem: `gem build jekyll-theme-eclipsefdn.gemspec`
|
120
|
-
|
121
118
|
Pushing the Gem to RubyGems
|
122
119
|
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
120
|
+
1. Update the version number in: `jekyll-theme-eclipsefdn.gemspec`.
|
121
|
+
2. Build the Gem: `gem build jekyll-theme-eclipsefdn.gemspec`
|
122
|
+
3. Commit and push the new version: `git add . && git commit -s -m "prepare for a new release"`
|
123
|
+
4. Create a git tag with version name and push commits and tags to remote repository.
|
124
|
+
5. Publish gem: `gem push jekyll-theme-eclipsefdn-*.gem`
|
data/_includes/footer.html
CHANGED
@@ -8,22 +8,43 @@
|
|
8
8
|
<h2 class="section-title">Eclipse Foundation</h2>
|
9
9
|
<ul class="nav">
|
10
10
|
<li><a href="https://www.eclipse.org/org/">About Us</a></li>
|
11
|
-
<li
|
12
|
-
|
13
|
-
|
14
|
-
<li><a href="https://www.eclipse.org/
|
15
|
-
<li><a href="https://www.eclipse.org/
|
16
|
-
<li
|
17
|
-
|
11
|
+
<li>
|
12
|
+
<a href="https://www.eclipse.org/org/foundation/contact.php">Contact Us</a>
|
13
|
+
</li>
|
14
|
+
<li><a href="https://www.eclipse.org/sponsor">Sponsor</a></li>
|
15
|
+
<li><a href="https://www.eclipse.org/membership">Members</a></li>
|
16
|
+
<li>
|
17
|
+
<a href="https://www.eclipse.org/org/documents/">Governance</a>
|
18
|
+
</li>
|
19
|
+
<li>
|
20
|
+
<a
|
21
|
+
href="https://www.eclipse.org/org/documents/Community_Code_of_Conduct.php">Code of Conduct</a
|
22
|
+
>
|
23
|
+
</li>
|
24
|
+
<li>
|
25
|
+
<a href="https://www.eclipse.org/artwork/">Logo and Artwork</a>
|
26
|
+
</li>
|
27
|
+
<li>
|
28
|
+
<a href="https://www.eclipse.org/org/foundation/directors.php">Board of Directors</a>
|
29
|
+
</li>
|
30
|
+
<li><a href="https://www.eclipse.org/careers/">Careers</a></li>
|
18
31
|
</ul>
|
19
32
|
</section>
|
20
33
|
<section class="col-sm-6 hidden-print" id="footer-legal">
|
21
34
|
<h2 class="section-title">Legal</h2>
|
22
35
|
<ul class="nav">
|
23
|
-
<li
|
24
|
-
|
25
|
-
|
26
|
-
<li
|
36
|
+
<li>
|
37
|
+
<a href="https://www.eclipse.org/legal/privacy.php">Privacy Policy</a>
|
38
|
+
</li>
|
39
|
+
<li>
|
40
|
+
<a href="https://www.eclipse.org/legal/termsofuse.php">Terms of Use</a>
|
41
|
+
</li>
|
42
|
+
<li>
|
43
|
+
<a href="https://www.eclipse.org/legal/copyright.php">Copyright Agent</a>
|
44
|
+
</li>
|
45
|
+
<li>
|
46
|
+
<a href="https://www.eclipse.org/legal/epl-2.0/">Eclipse Public License</a>
|
47
|
+
</li>
|
27
48
|
<li><a href="https://www.eclipse.org/legal/">Legal Resources</a></li>
|
28
49
|
</ul>
|
29
50
|
</section>
|
@@ -32,7 +53,9 @@
|
|
32
53
|
<ul class="nav">
|
33
54
|
<li><a href="https://bugs.eclipse.org/bugs/">Report a Bug</a></li>
|
34
55
|
<li><a href="//help.eclipse.org/">Documentation</a></li>
|
35
|
-
<li
|
56
|
+
<li>
|
57
|
+
<a href="https://www.eclipse.org/contribute/">How to Contribute</a>
|
58
|
+
</li>
|
36
59
|
<li><a href="https://www.eclipse.org/mail/">Mailing Lists</a></li>
|
37
60
|
<li><a href="https://www.eclipse.org/forums/">Forums</a></li>
|
38
61
|
<li><a href="//marketplace.eclipse.org">Marketplace</a></li>
|
@@ -43,50 +66,68 @@
|
|
43
66
|
<ul class="nav">
|
44
67
|
<li><a href="https://www.eclipse.org/ide/">IDE and Tools</a></li>
|
45
68
|
<li><a href="https://www.eclipse.org/projects">Projects</a></li>
|
46
|
-
<li
|
47
|
-
|
48
|
-
|
69
|
+
<li>
|
70
|
+
<a href="https://www.eclipse.org/org/workinggroups/">Working Groups</a>
|
71
|
+
</li>
|
72
|
+
<li>
|
73
|
+
<a href="https://www.eclipse.org/org/research/">Research@Eclipse</a>
|
74
|
+
</li>
|
75
|
+
<li>
|
76
|
+
<a href="https://www.eclipse.org/security/">Report a Vulnerability</a>
|
77
|
+
</li>
|
49
78
|
<li><a href="https://status.eclipse.org">Service Status</a></li>
|
50
79
|
</ul>
|
51
80
|
</section>
|
52
81
|
<div class="col-sm-24 margin-top-20">
|
53
82
|
<div class="row">
|
54
83
|
<div id="copyright" class="col-md-16">
|
55
|
-
<p id="copyright-text">
|
84
|
+
<p id="copyright-text">
|
85
|
+
Copyright © Eclipse Foundation. All Rights Reserved.
|
86
|
+
</p>
|
56
87
|
</div>
|
57
88
|
<div class="col-md-8 social-media">
|
58
89
|
<ul class="list-inline">
|
59
90
|
<li>
|
60
|
-
<a class="social-media-link fa-stack fa-lg"
|
61
|
-
|
62
|
-
|
91
|
+
<a class="social-media-link fa-stack fa-lg"
|
92
|
+
href="https://twitter.com/EclipseFdn">
|
93
|
+
<i class="fa fa-circle-thin fa-stack-2x"></i>
|
94
|
+
<i class="fa fa-twitter fa-stack-1x"></i>
|
95
|
+
<span class="sr-only">Twitter account</span>
|
63
96
|
</a>
|
64
97
|
</li>
|
65
98
|
<li>
|
66
|
-
<a class="social-media-link fa-stack fa-lg"
|
67
|
-
|
68
|
-
|
99
|
+
<a class="social-media-link fa-stack fa-lg"
|
100
|
+
href="https://www.facebook.com/eclipse.org">
|
101
|
+
<i class="fa fa-circle-thin fa-stack-2x"></i>
|
102
|
+
<i class="fa fa-facebook fa-stack-1x"></i>
|
103
|
+
<span class="sr-only">Facebook account</span>
|
69
104
|
</a>
|
70
105
|
</li>
|
71
106
|
<li>
|
72
|
-
<a class="social-media-link fa-stack fa-lg"
|
73
|
-
|
74
|
-
|
107
|
+
<a class="social-media-link fa-stack fa-lg"
|
108
|
+
href="https://www.youtube.com/user/EclipseFdn">
|
109
|
+
<i class="fa fa-circle-thin fa-stack-2x"></i>
|
110
|
+
<i class="fa fa-youtube fa-stack-1x"></i>
|
111
|
+
<span class="sr-only">Youtube account</span>
|
75
112
|
</a>
|
76
113
|
</li>
|
77
114
|
<li>
|
78
|
-
<a class="social-media-link fa-stack fa-lg"
|
79
|
-
|
80
|
-
|
115
|
+
<a class="social-media-link fa-stack fa-lg"
|
116
|
+
href="https://www.linkedin.com/company/eclipse-foundation">
|
117
|
+
<i class="fa fa-circle-thin fa-stack-2x"></i>
|
118
|
+
<i class="fa fa-linkedin fa-stack-1x"></i>
|
119
|
+
<span class="sr-only">Linkedin account</span>
|
81
120
|
</a>
|
82
121
|
</li>
|
83
122
|
</ul>
|
84
123
|
</div>
|
85
124
|
</div>
|
86
125
|
</div>
|
87
|
-
<a href="#" class="scrollup"
|
126
|
+
<a href="#" class="scrollup" style="bottom: 100px; display: inline">
|
127
|
+
Back to the top
|
128
|
+
</a>
|
88
129
|
</div>
|
89
130
|
</div>
|
90
131
|
</footer>
|
91
132
|
<!-- Placed at the end of the document so the pages load faster -->
|
92
|
-
<script src="https://www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/main.min.js?var=1.3"></script>
|
133
|
+
<script src="https://www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/main.min.js?var=1.3"></script>
|
data/_includes/nav_more.html
CHANGED
@@ -1,52 +1,96 @@
|
|
1
1
|
<!-- More -->
|
2
2
|
<li class="dropdown eclipse-more hidden-xs">
|
3
|
-
<a data-toggle="dropdown" class="dropdown-toggle" role="button">More<b class="caret"></b
|
3
|
+
<a data-toggle="dropdown" class="dropdown-toggle" role="button">More<b class="caret"></b>
|
4
|
+
</a>
|
4
5
|
<ul class="dropdown-menu">
|
5
6
|
<li>
|
6
|
-
<!-- Content container to add padding -->
|
7
7
|
<div class="yamm-content">
|
8
8
|
<div class="row">
|
9
9
|
<ul class="col-sm-8 list-unstyled">
|
10
10
|
<li>
|
11
|
-
<p
|
11
|
+
<p>
|
12
|
+
<strong>Community</strong>
|
13
|
+
</p>
|
14
|
+
</li>
|
15
|
+
<li>
|
16
|
+
<a href="http://marketplace.eclipse.org">Marketplace</a>
|
17
|
+
</li>
|
18
|
+
<li>
|
19
|
+
<a href="http://events.eclipse.org">Events</a>
|
20
|
+
</li>
|
21
|
+
<li>
|
22
|
+
<a href="http://www.planeteclipse.org/">Planet Eclipse</a>
|
23
|
+
</li>
|
24
|
+
<li>
|
25
|
+
<a href="https://www.eclipse.org/community/eclipse_newsletter/">Newsletter</a>
|
26
|
+
</li>
|
27
|
+
<li>
|
28
|
+
<a href="https://www.youtube.com/user/EclipseFdn">Videos</a>
|
29
|
+
</li>
|
30
|
+
<li>
|
31
|
+
<a href="https://blogs.eclipse.org">Blogs</a>
|
12
32
|
</li>
|
13
|
-
<li><a href="http://marketplace.eclipse.org">Marketplace</a></li>
|
14
|
-
<li><a href="http://events.eclipse.org">Events</a></li>
|
15
|
-
<li><a href="http://www.planeteclipse.org/">Planet Eclipse</a></li>
|
16
|
-
<li><a href="https://www.eclipse.org/community/eclipse_newsletter/">Newsletter</a></li>
|
17
|
-
<li><a href="https://www.youtube.com/user/EclipseFdn">Videos</a></li>
|
18
|
-
<li><a href="https://blogs.eclipse.org">Blogs</a></li>
|
19
33
|
</ul>
|
20
34
|
<ul class="col-sm-8 list-unstyled">
|
21
35
|
<li>
|
22
|
-
<p
|
36
|
+
<p>
|
37
|
+
<strong>Participate</strong>
|
38
|
+
</p>
|
39
|
+
</li>
|
40
|
+
<li>
|
41
|
+
<a href="https://www.eclipse.org/downloads">Download</a>
|
42
|
+
</li>
|
43
|
+
<li>
|
44
|
+
<a href="https://www.eclipse.org/forums/">Forums</a>
|
45
|
+
</li>
|
46
|
+
<li>
|
47
|
+
<a href="https://www.eclipse.org/mail/">Mailing Lists</a>
|
48
|
+
</li>
|
49
|
+
<li>
|
50
|
+
<a href="https://wiki.eclipse.org/">Wiki</a>
|
51
|
+
</li>
|
52
|
+
<li>
|
53
|
+
<a href="https://wiki.eclipse.org/IRC">IRC</a>
|
23
54
|
</li>
|
24
|
-
<li><a href="https://bugs.eclipse.org/bugs/">Report a Bug</a></li>
|
25
|
-
<li><a href="https://www.eclipse.org/forums/">Forums</a></li>
|
26
|
-
<li><a href="https://www.eclipse.org/mail/">Mailing Lists</a></li>
|
27
|
-
<li><a href="https://wiki.eclipse.org/">Wiki</a></li>
|
28
|
-
<li><a href="https://wiki.eclipse.org/IRC">IRC</a></li>
|
29
|
-
<li><a href="https://www.eclipse.org/org/research/">Research</a></li>
|
30
55
|
</ul>
|
31
56
|
<ul class="col-sm-8 list-unstyled">
|
32
57
|
<li>
|
33
|
-
<p
|
58
|
+
<p>
|
59
|
+
<strong>Eclipse IDE</strong>
|
60
|
+
</p>
|
61
|
+
</li>
|
62
|
+
<li>
|
63
|
+
<a href="https://www.eclipse.org/downloads">Download</a>
|
64
|
+
</li>
|
65
|
+
<li>
|
66
|
+
<a href="https://www.eclipse.org/downloads">Learn more</a>
|
67
|
+
</li>
|
68
|
+
<li>
|
69
|
+
<a href="https://help.eclipse.org">Documentation</a>
|
70
|
+
</li>
|
71
|
+
<li>
|
72
|
+
<a href="https://www.eclipse.org/getting_started">Getting Started / Support</a>
|
73
|
+
</li>
|
74
|
+
<li>
|
75
|
+
<a href="https://www.eclipse.org/contribute/">How to Contribute</a>
|
76
|
+
</li>
|
77
|
+
<li>
|
78
|
+
<a href="https://www.eclipse.org/ide/">IDE and Tools</a>
|
79
|
+
</li>
|
80
|
+
<li>
|
81
|
+
<a href="https://www.eclipse.org/forums/index.php/f/89/">Newcomer Forum</a>
|
34
82
|
</li>
|
35
|
-
<li><a href="https://www.eclipse.org/downloads">Download</a></li>
|
36
|
-
<li><a href="https://www.eclipse.org/eclipseide">Learn More</a></li>
|
37
|
-
<li><a href="https://help.eclipse.org">Documentation</a></li>
|
38
|
-
<li><a href="https://www.eclipse.org/getting_started">Getting Started / Support</a></li>
|
39
|
-
<li><a href="https://www.eclipse.org/contribute/">How to Contribute</a></li>
|
40
|
-
<li><a href="https://www.eclipse.org/ide/">IDE and Tools</a></li>
|
41
|
-
<li><a href="https://www.eclipse.org/forums/index.php/f/89/">Newcomer Forum</a></li>
|
42
83
|
</ul>
|
43
84
|
</div>
|
44
85
|
</div>
|
45
86
|
</li>
|
46
87
|
</ul>
|
47
88
|
</li>
|
48
|
-
<li class="dropdown eclipse-more main-menu-search">
|
49
|
-
<a data-toggle="dropdown" class="dropdown-toggle" role="button"
|
89
|
+
<li class="dropdown eclipse-more main-menu-search open">
|
90
|
+
<a data-toggle="dropdown" class="dropdown-toggle" role="button" aria-label="Open Google Search menu" aria-expanded="true">
|
91
|
+
<i class="fa fa-search"></i>
|
92
|
+
<b class="caret"></b>
|
93
|
+
</a>
|
50
94
|
<ul class="dropdown-menu">
|
51
95
|
<li>
|
52
96
|
<!-- Content container to add padding -->
|
@@ -54,64 +98,15 @@
|
|
54
98
|
<div class="row">
|
55
99
|
<div class="col-sm-24">
|
56
100
|
<p>Search</p>
|
57
|
-
<
|
58
|
-
<div class="
|
59
|
-
<
|
60
|
-
|
61
|
-
(function() {
|
62
|
-
var cx = '011805775785170369411:p3ec0igo0qq';
|
63
|
-
var gcse = document.createElement('script');
|
64
|
-
gcse.type = 'text/javascript';
|
65
|
-
gcse.async = true;
|
66
|
-
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
|
67
|
-
'//cse.google.com/cse.js?cx=' + cx;
|
68
|
-
var s = document.getElementsByTagName('script')[0];
|
69
|
-
s.parentNode.insertBefore(gcse, s);
|
70
|
-
})();
|
71
|
-
</script>
|
72
|
-
<div id="___gcse_0">
|
73
|
-
<div class="gsc-control-searchbox-only gsc-control-searchbox-only-en" dir="ltr">
|
74
|
-
<form class="gsc-search-box gsc-search-box-tools" accept-charset="utf-8">
|
75
|
-
<table cellspacing="0" cellpadding="0" class="gsc-search-box">
|
76
|
-
<tbody>
|
77
|
-
<tr>
|
78
|
-
<td class="gsc-input">
|
79
|
-
<div class="gsc-input-box" id="gsc-iw-id1">
|
80
|
-
<table cellspacing="0" cellpadding="0" id="gs_id50" class="gstl_50 gsc-input" style="width: 100%; padding: 0px;">
|
81
|
-
<tbody>
|
82
|
-
<tr>
|
83
|
-
<td id="gs_tti50" class="gsib_a"><input autocomplete="off" type="text" size="10" class="gsc-input" name="search" title="search" id="gsc-i-id1" placeholder="Custom Search" style="width: 100%; padding: 0px; border: none; margin: -0.0625em 0px 0px; height: 1.25em; background: url("https://www.google.com/cse/static/images/1x/googlelogo_lightgrey_46x16dp.png") left center no-repeat rgb(255, 255, 255); text-indent: 48px; outline: none;" dir="ltr" spellcheck="false" x-webkit-grammar="builtin:search" lang="en"></td>
|
84
|
-
<td class="gsib_b">
|
85
|
-
<div class="gsst_b" id="gs_st50" dir="ltr"><a class="gsst_a" href="javascript:void(0)" style="display: none;" title="Clear search box" role="button"><span class="gscb_a" id="gs_cb50" aria-hidden="true">×</span></a></div>
|
86
|
-
</td>
|
87
|
-
</tr>
|
88
|
-
</tbody>
|
89
|
-
</table>
|
90
|
-
</div>
|
91
|
-
</td>
|
92
|
-
<td class="gsc-search-button">
|
93
|
-
<button class="gsc-search-button gsc-search-button-v2">
|
94
|
-
<svg width="13" height="13" viewBox="0 0 13 13">
|
95
|
-
<title>search</title>
|
96
|
-
<path d="m4.8495 7.8226c0.82666 0 1.5262-0.29146 2.0985-0.87438 0.57232-0.58292 0.86378-1.2877 0.87438-2.1144 0.010599-0.82666-0.28086-1.5262-0.87438-2.0985-0.59352-0.57232-1.293-0.86378-2.0985-0.87438-0.8055-0.010599-1.5103 0.28086-2.1144 0.87438-0.60414 0.59352-0.8956 1.293-0.87438 2.0985 0.021197 0.8055 0.31266 1.5103 0.87438 2.1144 0.56172 0.60414 1.2665 0.8956 2.1144 0.87438zm4.4695 0.2115 3.681 3.6819-1.259 1.284-3.6817-3.7 0.0019784-0.69479-0.090043-0.098846c-0.87973 0.76087-1.92 1.1413-3.1207 1.1413-1.3553 0-2.5025-0.46363-3.4417-1.3909s-1.4088-2.0686-1.4088-3.4239c0-1.3553 0.4696-2.4966 1.4088-3.4239 0.9392-0.92727 2.0864-1.3969 3.4417-1.4088 1.3553-0.011889 2.4906 0.45771 3.406 1.4088 0.9154 0.95107 1.379 2.0924 1.3909 3.4239 0 1.2126-0.38043 2.2588-1.1413 3.1385l0.098834 0.090049z"></path>
|
97
|
-
</svg>
|
98
|
-
</button>
|
99
|
-
</td>
|
100
|
-
<td class="gsc-clear-button">
|
101
|
-
<div class="gsc-clear-button" title="clear results"> </div>
|
102
|
-
</td>
|
103
|
-
</tr>
|
104
|
-
</tbody>
|
105
|
-
</table>
|
106
|
-
</form>
|
107
|
-
</div>
|
108
|
-
</div>
|
109
|
-
</div>
|
101
|
+
<form action="https://www.eclipse.org/home/search" method="get">
|
102
|
+
<div class="form-group">
|
103
|
+
<input class="form-control margin-bottom-10" type="textfield" name="q" placeholder="Search">
|
104
|
+
<input class="btn btn-primary" type="submit" value="Submit">
|
110
105
|
</div>
|
111
|
-
</
|
106
|
+
</form>
|
112
107
|
</div>
|
113
108
|
</div>
|
114
109
|
</div>
|
115
110
|
</li>
|
116
111
|
</ul>
|
117
|
-
</li>
|
112
|
+
</li>
|
data/_layouts/default.html
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
|
2
|
-
<!--
|
2
|
+
<!--
|
3
3
|
Copyright (c) 2018 Eclipse Foundation, Inc.
|
4
4
|
|
5
5
|
This program and the accompanying materials are made available under the
|
@@ -17,10 +17,10 @@
|
|
17
17
|
<meta charset="utf-8">
|
18
18
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
19
19
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
20
|
-
|
21
|
-
<link href="https://www.eclipse.org/
|
20
|
+
|
21
|
+
<link href="https://www.eclipse.org/favicon.ico" rel='icon' type='image/x-icon'/>
|
22
22
|
<!-- Links and stylesheets -->
|
23
|
-
<link rel="stylesheet" href="https://www.eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css?
|
23
|
+
<link rel="stylesheet" href="https://www.eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css?v0.0.211">
|
24
24
|
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
|
25
25
|
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet" type="text/css"/>
|
26
26
|
<title>{{ page.title | default: site.title }}</title>
|
@@ -33,7 +33,7 @@
|
|
33
33
|
<div class="container">
|
34
34
|
<div class="row">
|
35
35
|
<div class="col-md-18 padding-bottom-30">
|
36
|
-
{{ content }}
|
36
|
+
{{ content }}
|
37
37
|
</div>
|
38
38
|
<div class="col-md-6 padding-bottom-30">
|
39
39
|
{% include sidebar.html %}
|
@@ -1,10 +1,10 @@
|
|
1
1
|
/*
|
2
2
|
* Copyright (c) 2018 Eclipse Foundation, Inc.
|
3
|
-
*
|
3
|
+
*
|
4
4
|
* This program and the accompanying materials are made available under the
|
5
5
|
* terms of the Eclipse Public License v. 2.0 which is available at
|
6
6
|
* http://www.eclipse.org/legal/epl-2.0.
|
7
|
-
*
|
7
|
+
*
|
8
8
|
* SPDX-License-Identifier: EPL-2.0
|
9
9
|
*/
|
10
10
|
|
data/assets/css/style.scss
CHANGED
@@ -1,11 +1,14 @@
|
|
1
|
+
---
|
2
|
+
---
|
3
|
+
|
1
4
|
/*
|
2
5
|
* Copyright (c) 2018 Eclipse Foundation, Inc.
|
3
|
-
*
|
6
|
+
*
|
4
7
|
* This program and the accompanying materials are made available under the
|
5
8
|
* terms of the Eclipse Public License v. 2.0 which is available at
|
6
9
|
* http://www.eclipse.org/legal/epl-2.0.
|
7
|
-
*
|
10
|
+
*
|
8
11
|
* SPDX-License-Identifier: EPL-2.0
|
9
12
|
*/
|
10
13
|
|
11
|
-
@import 'jekyll-theme-eclipsefdn';
|
14
|
+
@import 'jekyll-theme-eclipsefdn';
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-eclipsefdn
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Christopher Guindon
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-12-16 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.
|
93
|
+
rubygems_version: 3.2.3
|
94
94
|
signing_key:
|
95
95
|
specification_version: 4
|
96
96
|
summary: Eclipse Foundation theme for project pages
|