artistic 0.2.0 → 0.3.0

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: fdc524f9b962cc8368c02f8b74f89a1aa92a8b842e519a22f1f7acd863d15d5a
4
- data.tar.gz: 063cf21149fec11be4dc8ab21c6bab7d1fe140899e83e6dccd990d3f4287c55a
3
+ metadata.gz: b0647c8e77f7c2440134706bd102a8bd16d1abb2a16fda1d65ee4bd0dc42d77f
4
+ data.tar.gz: '018a91b51129f5017dda23ff914e6d497f10b5bc7b4c07798df572e029ab44d4'
5
5
  SHA512:
6
- metadata.gz: 02ea994189ce0c84750ae668ca6876667077ecb75872baf1555e7735ce391b6d000a7a9eaf7f5d60107f35b5a45f31abc30912c62719f02f7650b29705bc34b3
7
- data.tar.gz: dad1fd8dc9a878aee970c7e21e9a33d3c519f1e73682ce956f90c05f31111970f088b8d4215f35f6997d81b966c1a56fe2052a71c7d8f9408eb573b5e3d5109f
6
+ metadata.gz: 07ea8642a146250236957b9f3cd2e78d2476c906ff327735afcc708cef62e5c7aac34497f06efed6d7a7e8e233717e091568ebacba39cfac37aaa0a07e49f113
7
+ data.tar.gz: 401450e58d4e9c0fdee1dae38a2b2754a806b614cd11d872cba4ab7df17be02e4d3ec39015bd2e78bf3c0374992114cdf1985eb2541e293f00e85688751966cf
data/README.md CHANGED
@@ -30,7 +30,9 @@ Or install it yourself as:
30
30
 
31
31
  ## Usage
32
32
 
33
- TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
33
+ change `_config.yml` file. If you're change theme go to `_layouts/base.html` file and change `data-theme`.
34
+ [Themes](https://daisyui.com/docs/themes/)
35
+
34
36
 
35
37
  ## Contributing
36
38
 
data/_includes/head.html CHANGED
@@ -25,7 +25,10 @@
25
25
  fontFamily:{
26
26
  'playfair': ['Playfair Display'],
27
27
  }
28
- }
28
+ },
29
+ daisyui: {
30
+ themes: ["light", "dark", "cupcake"],
31
+ },
29
32
  }
30
33
  </script>
31
34
  </head>
data/_layouts/base.html CHANGED
@@ -1,5 +1,5 @@
1
1
  <!doctype html>
2
- <html lang="{{ page.lang | default: site.lang | default: 'en' }}">
2
+ <html lang="{{ page.lang | default: site.lang | default: 'en' }}" data-theme="cupcake">
3
3
  {%- include head.html -%}
4
4
  <body class="font-playfair">
5
5
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: artistic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - emrekayik
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-18 00:00:00.000000000 Z
11
+ date: 2024-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll