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 +4 -4
- data/README.md +16 -17
- data/_config.yml +1 -1
- data/_layouts/about.html +0 -2
- data/_layouts/projects.html +0 -3
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d4ce32574a7b129b60ad9443782fc52601eb679efde7e50d9c7dc7afc1a34379
|
4
|
+
data.tar.gz: d183751820ab6c3528e11eebb8bb9873687fa0f68e4737d226a830eb80d6e1f2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
[](https://rubygems.org/gems/tear-jekyll-theme)
|
3
|
+
[](https://rubygems.org/gems/tear-jekyll-theme)
|
5
4
|
|
6
5
|
# About
|
7
|
-
Theme blog for jekyll using
|
6
|
+
Theme blog for jekyll using Tailwind Css and Stimulus.js.
|
8
7
|
|
9
|
-
|
8
|
+
# Preview
|
9
|
+
my blog use this theme
|
10
|
+
https://rokhimin.github.io
|
10
11
|
|
11
12
|
## Features
|
12
|
-
-
|
13
|
-
- Dark/Light Mode
|
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 "
|
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:
|
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:
|
59
|
+
title: Tear
|
60
60
|
email: youremail@gmail.com
|
61
61
|
description: yourdesc
|
62
62
|
baseurl: ""
|
63
63
|
url: ""
|
64
|
-
footer: Example Theme
|
64
|
+
footer: Example Theme Tear [/code] by whdzera
|
65
65
|
twitter_username: whdzera
|
66
66
|
github_username: rokhimin
|
67
|
-
logo:
|
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-
|
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
data/_layouts/about.html
CHANGED
data/_layouts/projects.html
CHANGED