documentor 0.3.0 → 0.3.1

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: a8588d9bb3bb6224d7eb77896f597b637fa6b76edce376c237907546e3f280aa
4
- data.tar.gz: 7cf115a1c5a4ec2f392bb153e20c2b03d7316c9caf0008376a66c7b91109fa80
3
+ metadata.gz: cc178e48fa9ac51dd19627e53badb113dffdbb7cc2d8dd6102815fc2f568bdcc
4
+ data.tar.gz: 1777afc4eea2a0340cc816d8dc9a186eb5d73d72664767d3d103fd76da070539
5
5
  SHA512:
6
- metadata.gz: 6ea917cdfa9733da45220af036b16ee515ec17f8d3bbb64233c3194d29931b3d91201c7a507b68d863e8d5d9150fcfa8197d36014ea4059fc11c110f84d4e840
7
- data.tar.gz: 3ad476ec2f1f728779a12a095dd2ac3d311292a3c85059a73d14f526a6c43a07425b972bcc433ab97dbbdef4d36ae3fe1bc9d66a9073b1e784a6bbfc645690a8
6
+ metadata.gz: '0709ff8f0e6af1a4b9e17ce63533b18ab6523fc2ff8cd483a8b6a7eaf3af2c71043d2b69a6c46a5bf482ea37377e6b535e53c3ec9ed6dca505bb7cb2e2c22902'
7
+ data.tar.gz: 5117f6ebcda9d3d64d3a0f89fd2e8ea0adfae5cc50e9c143f6689fb6ab8a7aaa3294bec047fbea7b449f0c77708133c7404c4e4aef5021722e0bbee54d2021bf
data/_config.yml CHANGED
@@ -2,7 +2,7 @@ author_obfuscate_email: false
2
2
  author_round_mugshot: true
3
3
  index_show_header_latest: false
4
4
  index_use_font: menuregular
5
- short_navigation_ignore: [index, categories, page404]
5
+ short_navigation_ignore: [index, index-with-cards, categories, page404]
6
6
  style_typewriter: true
7
7
  style_dark_bright: auto
8
8
  title: YOUR SITE
@@ -11,7 +11,7 @@
11
11
  {% for author in site.authors %}
12
12
  <li><a href="{{ author.url }}">{{ author.name }}</a></li>
13
13
  {% endfor %}
14
- {% else %}
14
+ {% elsif site.authors.size = 1 %}
15
15
  {% assign author = site.authors | first %}
16
16
  <li><a href="{{ author.url }}">{{ site.data.i18n.short_navigation_author }}</a></li>
17
17
  {% endif %}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: documentor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - randomchars42