tear-jekyll-theme 1.0.0 → 1.0.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: 169c9f84e9da00330e033e866b1f4f198806b25220a9e03584f62ff2e88dc3bf
4
- data.tar.gz: 9521c6a9a87e8d201ce022b5b65bcb184becf3302526b2694313a5934f0ff79d
3
+ metadata.gz: d4ce32574a7b129b60ad9443782fc52601eb679efde7e50d9c7dc7afc1a34379
4
+ data.tar.gz: d183751820ab6c3528e11eebb8bb9873687fa0f68e4737d226a830eb80d6e1f2
5
5
  SHA512:
6
- metadata.gz: 612c65c1fe87f77ee0c41562311428190c0df2434e06741d70ddca9207de148472f91da245a9015df272e6c30a8c472dba01e776cb0fc6feb839d73de6a5957a
7
- data.tar.gz: 773cdee5153a793f53602cc7f5f4a30ac2d2158a18ba6c3d2cbd7c0ab426eb1ba81e27576868fcd7748b0f007924428860732aabbdcfea80ea1117c3bd8b31ca
6
+ metadata.gz: 98e65cccd1b1a057573ee694df01eb6856822839a7708a7da803a94a841b56d5eb3a22e81aa367f2d3cdac20b56e925d548d892ae30f60c999ed5881b817fee4
7
+ data.tar.gz: ad928f1fb0760d6db1c05259b949f529ac13b0351933bd48f82b56821b3d0da53b1536314c6d4dbe4828a515e0ba00438630634f922d923d882aa5852fbd9574
data/README.md CHANGED
@@ -1,20 +1,20 @@
1
- <img src="https://i.ibb.co.com/sdVSmQ5x/niri-logo.png" alt="drawing" width="300"/>
2
1
 
3
- [![Gem](https://img.shields.io/gem/v/niri.svg)](https://rubygems.org/gems/niri)
4
- [![Gem](https://img.shields.io/gem/dt/niri.svg)](https://rubygems.org/gems/niri)
2
+ [![Gem](https://img.shields.io/gem/v/tear-jekyll-theme.svg)](https://rubygems.org/gems/tear-jekyll-theme)
3
+ [![Gem](https://img.shields.io/gem/dt/tear-jekyll-theme.svg)](https://rubygems.org/gems/tear-jekyll-theme)
5
4
 
6
5
  # About
7
- Theme blog for jekyll using Bulma css.
6
+ Theme blog for jekyll using Tailwind Css and Stimulus.js.
8
7
 
9
- Live Demo : https://rokhimin.github.io
8
+ # Preview
9
+ my blog use this theme
10
+ https://rokhimin.github.io
10
11
 
11
12
  ## Features
12
- - Modern UI
13
- - Dark/Light Mode ( I set default Darkmode first time user open website )
13
+ - Stylish UI
14
+ - Dark/Light Mode
14
15
  - Comment (Disqus)
15
- - Logo
16
- - Page Projects
17
- - many more
16
+ - Easy Changing Name Logo, About, Footer, etc
17
+ - Page Projects (Editable)
18
18
 
19
19
  ## Installation Jekyll
20
20
 
@@ -33,13 +33,13 @@ Installation theme Niri to your jekyll app
33
33
  Add this line to your Jekyll site's `Gemfile`:
34
34
 
35
35
  ```ruby
36
- gem "niri"
36
+ gem "tear-jekyll-theme"
37
37
  ```
38
38
 
39
39
  And add this line to your Jekyll site's `_config.yml`:
40
40
 
41
41
  ```yaml
42
- theme: niri
42
+ theme: tear-jekyll-theme
43
43
  ```
44
44
 
45
45
  And then execute:
@@ -56,17 +56,16 @@ Run jekyll:
56
56
  ##### copy to _config.yml
57
57
 
58
58
  ```yaml
59
- title: Niri
59
+ title: Tear
60
60
  email: youremail@gmail.com
61
61
  description: yourdesc
62
62
  baseurl: ""
63
63
  url: ""
64
- footer: Example Theme <a href="https://github.com/rokhimin/jekyll-niri">Niri</a> [/code] by whdzera
64
+ footer: Example Theme Tear [/code] by whdzera
65
65
  twitter_username: whdzera
66
66
  github_username: rokhimin
67
- logo: niri-logo.png
67
+ logo:whdzera
68
68
  theme: niri
69
- photo_profile: ""
70
69
  disqus: ""
71
70
  ```
72
71
 
@@ -94,7 +93,7 @@ YOUR ABOUT
94
93
 
95
94
  ## Contributing
96
95
 
97
- Bug reports and pull requests are welcome on GitHub at https://github.com/rokhimin/jekyll-niri. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](https://www.contributor-covenant.org/) code of conduct.
96
+ Bug reports and pull requests are welcome on GitHub at https://github.com/rokhimin/jekyll-tear. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](https://www.contributor-covenant.org/) code of conduct.
98
97
 
99
98
  ## Development
100
99
 
data/_config.yml CHANGED
@@ -10,7 +10,7 @@ logo: Tear
10
10
  footer: "Created with ❤ by whdzera"
11
11
  twitter_username: jekyllrb
12
12
  github_username: jekyll
13
- disqus: "rokhimin-1.disqus"
13
+ disqus: ""
14
14
 
15
15
  plugins:
16
16
  - jekyll-feed
data/_layouts/about.html CHANGED
@@ -13,8 +13,6 @@ layout: default
13
13
 
14
14
 
15
15
  <div class="prose dark:prose-invert prose-lg max-w-none text-gray-700 dark:text-gray-200">
16
-
17
- <img src="{{ site.photo_profile }}" alt="photo_profile" style="width:150px;" />
18
16
  {{ content }}
19
17
  </div>
20
18
  </article>
@@ -1,3 +0,0 @@
1
- ---
2
- layout: default
3
- ---
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tear-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rokhimin