tailwind-jekyll-theme 0.1.7 → 0.1.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2b8bb060197edf9e4d39bad7079b43b6c88de2410b133aecbecb705d92a150e9
4
- data.tar.gz: 87af9b5eecf4319df7f8ebe9844af3b644f4c419f59a8dbec3b6c2b173dd6247
3
+ metadata.gz: 3ba60182d1bc319a7e2e188163588a6eb2fc622c55fadc5717ea7ea755d6ab00
4
+ data.tar.gz: 747c5a85cfe33e2b3006c8ae856e96824fcd78ec38e90cabb130160b3b14268f
5
5
  SHA512:
6
- metadata.gz: 43f9bf17896944d8ebad324fceb3e160874e9c2f4624b516bfbd6e15825a030254f798189d9faeb2ca9e5cb0d9b468f36cd25828df741ce6fc44f98ccd6d67b5
7
- data.tar.gz: 3a62e8b0c77730aab35d708f875e525f3855341c93c82f40f1371f5d0d50f9b8d151a6ecb05ce80e81c65d1f974cd82d83a2a5af958d30e4c4c19fa1cc5b8c14
6
+ metadata.gz: c1b833f4c8a2e9a58039ba4465f68964004294aae9766961b675d65bb9eb443569c452a85a23604c4c6e5e2fcf06c3c51c8dda7862a03a54558a6e25ac4cc1d5
7
+ data.tar.gz: 4ac36860f13e94587e765576c62992b49f55cb112864881e50d4fde346863b46215c201b2dd14e56ae684d8d22cade9ea5569098d996f402a2d5b84f24386033
data/_includes/head.html CHANGED
@@ -3,7 +3,7 @@
3
3
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
4
4
  <meta name="viewport" content="width=device-width, initial-scale=1">
5
5
  {%- seo -%}
6
- <link rel="stylesheet" href="{{ "/assets/css/main.css" | relative_url }}">
6
+ <link rel="stylesheet" href="{{ "/assets/css/style.css" | relative_url }}">
7
7
  {%- feed_meta -%}
8
8
  {%- if jekyll.environment == 'production' and site.google_analytics -%}
9
9
  {%- include google-analytics.html -%}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tailwind-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Kidd
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-10 00:00:00.000000000 Z
11
+ date: 2024-03-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -127,8 +127,7 @@ files:
127
127
  - _layouts/home.html
128
128
  - _layouts/page.html
129
129
  - _layouts/post.html
130
- - _sass/tailwind-jekyll-theme.scss
131
- - assets/css/main.scss
130
+ - assets/css/style.scss
132
131
  - assets/minima-social-icons.liquid
133
132
  homepage: https://github.com/n-at-han-k/tailwind-jekyll-theme
134
133
  licenses:
@@ -1,3 +0,0 @@
1
- @tailwind base;
2
- @tailwind components;
3
- @tailwind utilities;
File without changes