owasp-td-jekyll 0.1.2 → 0.1.3
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 +3 -0
- data/_includes/navbar.html +1 -1
- 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: b859ca88fe79e3d82b57b32e96730958f168744f1b5ef9f3121e507aace214f7
|
4
|
+
data.tar.gz: b54d47f83e6ed7c706ae2f89475dd88bd9b42207755281ed9b18f859e2b0b50b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a20856ca0537ed5a95b1ae778ce03f1cb0a313c8b796d255c225a011c8394c46be5e250ae5162f526edc375eebc2867193453194a02dd549ec628895505a8afc
|
7
|
+
data.tar.gz: 9ac554b59e2799e39973826de8e59dc62ad43eb25f27af4518d3b6640e7c1d3c8c90adc4e66ce4c59fc7f1c3ab80d1b41091452de4a5f5dc9243ff042f5aac9c
|
data/README.md
CHANGED
@@ -20,6 +20,9 @@ This is a jekyll theme meant to be used as a documentation site as opposed to a
|
|
20
20
|
This theme is based on (Mike Goodwin's original Threat Dragon documentation site)[https://github.com/threatdragon/threatdragon.github.io/tree/original]
|
21
21
|
|
22
22
|
|
23
|
+
## TODO
|
24
|
+
- Document the theme using github pages (and this theme)
|
25
|
+
- Document using bootstrap classes
|
23
26
|
|
24
27
|
## Installation
|
25
28
|
|
data/_includes/navbar.html
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
{%- for navlink in site.header_links -%}
|
11
11
|
<li class="nav-item">
|
12
12
|
<a href="{{ navlink.url }}"
|
13
|
-
{% if navlink.target %} target="{{ navlink.target }}"{%- endif -%}
|
13
|
+
{% if navlink.target %} target="{{ navlink.target }}" rel="noopener noreferrer"{%- endif -%}
|
14
14
|
class="nav-link active">
|
15
15
|
{%- if navlink.fa_class -%}
|
16
16
|
<i class="{{ navlink.fa_class }} fa-lg"></i>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: owasp-td-jekyll
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Leo Reading
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-05-
|
11
|
+
date: 2021-05-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|