nereare_grimoire 1.4.2 → 1.4.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f1c754c0de5a7293c165bb5c46200df791d640cd42d11df74c4973a65f7f4000
4
- data.tar.gz: d9bc5a881eaefcf345c9a0be0f3fd1a478deb61a14b7a325dd3f48d06237a251
3
+ metadata.gz: 141c72885e48cc657d80b13aa158211c3c09f33e2193c07854b8b1acbfbb0c6d
4
+ data.tar.gz: bb4d0aeca8ad55f6c19ddddd65835f2b6921e89a575cec0f55147dfceda42f3a
5
5
  SHA512:
6
- metadata.gz: 938dab2d5ab4a719fbbfc7a6d2d1787bfce2fbaf133dd5c5ba3fcdf0d7981f9d49c66fdbe9d1638fcc4e4f4d256e4b846b2d3a3418ee08647ed948ae3be9b34a
7
- data.tar.gz: 7ece88788a07cc7643bc1dcc3974bc3d33a5d3d04f383a8a45fa5451be463b6003aad690f055a8cfe4c52aac48e6bd6f17b6a38a36696c11ef7ff7d14c51a3dc
6
+ metadata.gz: c76531857df36ee1db4e3b15a5221ca3abdbbf986073c63ae4e154ba8530ddcc7f5c30262f30062915cdca989e13821dbdd0d7de501360c1aa2b2d7a4975f3e7
7
+ data.tar.gz: 669161837cbe49d09a27a165d5c43360b8df2f2fb93598956b9bdd2488e5d09614a614c1b57e1b89747b0fdb3e7ad464553b8771af612cd1072f8036d9a0ee38
data/README.md CHANGED
@@ -9,21 +9,7 @@
9
9
 
10
10
  A jekyll quasi-wiki for RPG-oriented worldbuilding.
11
11
 
12
- ## Installing
13
-
14
- Add the gem to your `Gemfile`:
15
-
16
- ```ruby
17
- gem 'nereare_grimoire'
18
- ```
19
-
20
- And set the theme on your `_config.yml` file:
21
-
22
- ```yaml
23
- theme: nereare_grimoire
24
- ```
25
-
26
- This project uses custom filters, which is not supported by GitHub pages, so sorry, but it cannot properly work under this circunstance. :cry:
12
+ Read our [documentation](https://nereare.github.io/Grimoire/) on how to install and run this project!
27
13
 
28
14
  ## Contributing
29
15
 
@@ -35,9 +35,9 @@
35
35
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@4.4.95/css/materialdesignicons.min.css" />
36
36
  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Libre+Baskerville|Montserrat|Noto+Sans|UnifrakturCook:700&display=swap" />
37
37
  <!-- Local Stylesheets -->
38
- <link rel="stylesheet" href="{{ 'css/style.css' | absolute_url }}" />
39
- <link rel="stylesheet" href="{{ 'css/stats-block.css' | absolute_url }}" />
40
- <link rel="stylesheet" href="{{ 'css/boxes.css' | absolute_url }}" />
38
+ <link rel="stylesheet" href="{{ 'assets/css/style.css' | absolute_url }}" />
39
+ <link rel="stylesheet" href="{{ 'assets/css/stats-block.css' | absolute_url }}" />
40
+ <link rel="stylesheet" href="{{ 'assets/css/boxes.css' | absolute_url }}" />
41
41
 
42
42
  {% feed_meta %}
43
43
  </head>
File without changes
File without changes
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nereare_grimoire
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.2
4
+ version: 1.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Igor Padoim
@@ -149,6 +149,9 @@ files:
149
149
  - _plugins/pluralize.rb
150
150
  - assets/404.png
151
151
  - assets/background.jpg
152
+ - assets/css/boxes.scss
153
+ - assets/css/stats-block.scss
154
+ - assets/css/style.scss
152
155
  - assets/desc-border.png
153
156
  - assets/favicon.png
154
157
  - assets/favicon/android-chrome-192x192.png
@@ -167,9 +170,6 @@ files:
167
170
  - assets/favicon/site.webmanifest
168
171
  - assets/header.png
169
172
  - assets/note-border.png
170
- - css/boxes.scss
171
- - css/stats-block.scss
172
- - css/style.scss
173
173
  homepage: https://github.com/Nereare/Grimoire
174
174
  licenses:
175
175
  - MIT