nist-software-theme 0.1.4 → 0.15
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/_includes/head.html +5 -5
- data/_includes/header.html +1 -1
- data/_includes/scripts.html +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d7b835712d1195195060aaa94dcbf5848501d54cc12946e2b5446c0651e1cd74
|
|
4
|
+
data.tar.gz: da763fdade6276bc2ffb95cd0b3afa346741a41f9dfc13f51073f2dec31d7327
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7be69d6ad131f602dfd0ae22d9fba8fba5e000082dd221b267d4528844e68aed34b0f87bc1ac34924a0000e99a36a075a8c503befd7e4e76e29d197772cd93cf
|
|
7
|
+
data.tar.gz: 125595a146f28ab04ea13f131bd95e292b9d80241e03eeb873db7286f5bc210a9cf406b55ff4ec5fdb6d02db74df70f6cdf7c5cb62e194e7157a9f271caf2bd4
|
data/_includes/head.html
CHANGED
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
4
4
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
5
5
|
|
|
6
|
-
<link rel="shortcut icon" href="
|
|
6
|
+
<link rel="shortcut icon" href="./assets/images/favicon.ico">
|
|
7
7
|
|
|
8
|
-
<link rel="stylesheet" href="
|
|
9
|
-
<link rel="stylesheet" href="
|
|
8
|
+
<link rel="stylesheet" href="./css/bootstrap/3.3./bootstrap.min.css" media="screen">
|
|
9
|
+
<link rel="stylesheet" href="./css/font-awesome/4.7.0/font-awesome.min.css" media="screen">
|
|
10
10
|
|
|
11
|
-
<link rel="stylesheet" href="
|
|
11
|
+
<link rel="stylesheet" href="./css/onelab/0.1.1/onelab.css" media="screen">
|
|
12
12
|
|
|
13
|
-
<link rel="stylesheet" href="
|
|
13
|
+
<link rel="stylesheet" href="./css/css/main.css" media="screen">
|
|
14
14
|
|
|
15
15
|
{% include custom_head.html %}
|
|
16
16
|
{% seo %}
|
data/_includes/header.html
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
<a href="{{ node.url | prepend: site.baseurl }}">{{ node.title }}</a></li>
|
|
23
23
|
{% endunless %}
|
|
24
24
|
{% endfor %}
|
|
25
|
-
<li id="github"><a href="https://github.com/usnistgov"><span class="fa fa-github fa-lg"></span></a></li>
|
|
25
|
+
<li id="github"><a href="https://github.com/usnistgov/opensource"><span class="fa fa-github fa-lg"></span></a></li>
|
|
26
26
|
</ul>
|
|
27
27
|
</div>
|
|
28
28
|
|
data/_includes/scripts.html
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<!-- jQuery first, then Bootstrap JS. -->
|
|
2
|
-
<script src="
|
|
3
|
-
<script src="
|
|
2
|
+
<script src="./js/jquery-2.1.4.min.js"></script>
|
|
3
|
+
<script src="./js/bootstrap.min.js"></script>
|
|
4
4
|
|
|
5
|
-
<script src="
|
|
5
|
+
<script src="./js/anchor.min.js"></script>
|
|
6
6
|
<script>
|
|
7
7
|
anchors.add()
|
|
8
8
|
</script>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nist-software-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: '0.15'
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Faical Yannick P. Congo
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-06-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|