nord-docs 0.1.3 → 0.1.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/_config.yml +0 -1
  3. data/_includes/header.html +1 -1
  4. metadata +16 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c6f3ce7a496fc47efe45441045ec20e680405945cb133ce34a4cc5b5d0aacb3c
4
- data.tar.gz: 3eed4305841f730bc9642c02f9e0176fd5d2a19606457097f458c3bb37f9fcac
3
+ metadata.gz: 63724ba34d5afc1b777c97aeb1c671deb83ee87f3b8b659a71bcb5a44403f702
4
+ data.tar.gz: 3336a25de9085e8620685affb1bf900ec7f0c189b622388aeb67126bb4f1d453
5
5
  SHA512:
6
- metadata.gz: 9a7a6d3e54a7f7b4e8327975d1c42192bc0a60bb93a9cb9d0d519e11d4f4352eb3c82895149bdd1b46034798619cfc92fc46fb2f31db653f58836fe4b957d0a5
7
- data.tar.gz: a965bf38db7cfc3df80920b741610c7b665c58d4c51dd470cc9671f04eef424df4b00b50be7f7f78fc246bf594dafcce1b15569a8eead36752e72981783a7187
6
+ metadata.gz: 54d779c1f34e4984d48d7b057caa64891817cf866b5913800af2854f7b976271938d97ab668a7f58a4d2603d18de06df4c9f3df0bb4a1f512cf1b71100bff769
7
+ data.tar.gz: d709cf9d410e4d264de20e647b5f7a893ff1e9640260ef21d05c1daa930e222fd0ba3ca3912f8d66b937c69c5811199ace2ce813e33dbcd1a44fc2eea58a5f6b
@@ -6,5 +6,4 @@ description: > # this means to ignore newlines until "show_excerpts:"
6
6
  Write an awesome description for your new site here. You can edit this
7
7
  line in _config.yml. It will appear in your document head meta (for
8
8
  Google search results) and in your feed.xml site description.
9
- baseurl: "/me/"
10
9
  show_excerpts: false # set to true to show excerpts on the homepage
@@ -1,7 +1,7 @@
1
1
  <div>
2
2
  <div class="row">
3
3
  <div class="column">
4
- <t1 style="text-align: top;">{{ site.title }}</t1>
4
+ <t1 style="text-align: top; line-height: 0.9em;">{{ site.title }}</t1>
5
5
  </div>
6
6
  <div class="column">
7
7
  <ul>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nord-docs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nobody912
@@ -9,7 +9,21 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
  date: 2020-06-17 00:00:00.000000000 Z
12
- dependencies: []
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: github-pages
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
13
27
  description:
14
28
  email:
15
29
  - 41035180+Nobody912@users.noreply.github.com