niri 1.0 → 1.2

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: 4201b14fe46549fa7f2edfd1a9cfc85efe6819b5cbe4cc8ffe21866e2a55b279
4
- data.tar.gz: 36c9487899ab0d3b631b147244d4bfbe2e1f9cb21cb8b3a8b1849959129edaea
3
+ metadata.gz: '03239d9c7bfcc3830f21c6a2c76bebc3a70ff8a2ded14975726e65eccabc954d'
4
+ data.tar.gz: bc0fc1a0a220c88aa7ae3e6856c4f9646f9efa3672a7b961f689b5371c2fd1f1
5
5
  SHA512:
6
- metadata.gz: c372cf6996e68c2d969bf3c57a718b4cee33232ce86b9b9139e9ef8a6f3fb3bbd584c9f1b5565a466e164d9137e8d2d316e39d002b761f9ee1939ff96393c251
7
- data.tar.gz: 9b96736bcd46654617246eea16318fd6df874a247a76da9e690278f7d8c67fdc2e45d291f420556c325daa72698ac7678ec63c4992dc5d8c60195dcce1bf1831
6
+ metadata.gz: 3eef675261956e3449a45a38b5c27871124b7fb8b2d460a77a00b4ef2eaff4394e5ef86f93020cf3fe6b1ca97d921483a4e1b289579fdd3cdc105fde6a801319
7
+ data.tar.gz: 7598c416fec1dbf08d94a51f8027b45c11e1c9c67094e87da2e82e6112cc4a68d89ccc96a7bcb819a8bb74353c699a47e092344cf4810b13bd7b566eadcf3675
data/README.md CHANGED
@@ -1,46 +1,62 @@
1
- # niri
2
-
3
- Theme for jekyll using Bulma
4
-
5
- ## Installation
6
-
7
- Add this line to your Jekyll site's `Gemfile`:
8
-
9
- ```ruby
10
- gem "niri"
11
- ```
12
-
13
- And add this line to your Jekyll site's `_config.yml`:
14
-
15
- ```yaml
16
- theme: niri
17
- ```
18
-
19
- And then execute:
20
-
21
- $ bundle
22
-
23
- Or install it yourself as:
24
-
25
- $ gem install niri
26
-
27
- ## Usage
28
-
29
- TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
30
-
31
- ## Contributing
32
-
33
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/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.
34
-
35
- ## Development
36
-
37
- To set up your environment to develop this theme, run `bundle install`.
38
-
39
- Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
40
-
41
- When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
42
- To add a custom directory to your theme-gem, please edit the regexp in `niri.gemspec` accordingly.
43
-
44
- ## License
45
-
46
- The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
1
+
2
+ ![](https://i.ibb.co.com/sdVSmQ5x/niri-logo.png)
3
+ # Niri
4
+ Theme for jekyll using Bulma.
5
+
6
+ Live Demo : https://rokhimin.github.io/jekyll-niri
7
+
8
+ ## Installation Jekyll
9
+
10
+ $ gem install jekyll
11
+
12
+
13
+ create first app
14
+
15
+ $ jekyll new yournameapp
16
+
17
+
18
+ ## Installation Theme
19
+
20
+ Installation theme Niri to your jekyll app
21
+
22
+ Add this line to your Jekyll site's `Gemfile`:
23
+
24
+ ```ruby
25
+ gem "niri"
26
+ ```
27
+
28
+ And add this line to your Jekyll site's `_config.yml`:
29
+
30
+ ```yaml
31
+ theme: niri
32
+ ```
33
+
34
+ And then execute:
35
+
36
+ $ bundle
37
+
38
+
39
+ Run jekyll:
40
+
41
+ $ bundle exec jekyll s
42
+
43
+ ## Misc
44
+
45
+ Create file 'projects.markdown' to use page Projects.
46
+
47
+ ## Contributing
48
+
49
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/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.
50
+
51
+ ## Development
52
+
53
+ To set up your environment to develop this theme, run `bundle install`.
54
+
55
+ Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
56
+
57
+ When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
58
+ To add a custom directory to your theme-gem, please edit the regexp in `niri.gemspec` accordingly.
59
+
60
+ ## License
61
+
62
+ The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
data/_config.yml ADDED
@@ -0,0 +1,9 @@
1
+ title: Niri
2
+ email: rokhim.whd@gmail.com
3
+ description: Niri Jekyll Theme Blog using Bulma
4
+ baseurl: ""
5
+ url: ""
6
+ twitter_username: rokhiminwahid
7
+ github_username: rokhimin
8
+ theme: niri
9
+ logo: https://i.ibb.co.com/sdVSmQ5x/niri-logo.png
@@ -2,7 +2,7 @@
2
2
 
3
3
  <footer class="footer has-background-black-ter">
4
4
  <div class="content has-text-centered">
5
- <p>Using Theme Niri [/code] by <a href="https://github.com/rokhimin"><font color="#fff"> {{ site.title }} </font></a> &copy; {{ site.time | date: '%Y' }}
5
+ <p>Theme <a href="https://github.com/rokhimin/niri"><font color="#fff">Niri</font></a> [/code] by {{ site.title }} &copy;{{ site.time | date: '%Y' }}
6
6
  </p>
7
7
  <p>
8
8
  {% if site.twitter_username %}<a href="https://twitter.com/{{ site.twitter_username }}"><font color="#fff">Twitter</font></a>{% endif %}
@@ -1,10 +1,11 @@
1
1
  <nav class="navbar has-background-black-ter" role="navigation" aria-label="main navigation">
2
2
  <div class="navbar-brand">
3
3
  <a class="navbar-item" href="/">
4
- <img src="https://i.ibb.co.com/sdVSmQ5x/niri-logo.png" style="width:100%;" ></img>
4
+ <img src="{{ site.logo }}" style="width:100%;"></img>
5
+ </a>
5
6
  </div>
6
7
  <div class="navbar-menu has-background-black-ter is-active">
7
- <div class="navbar-end ">
8
+ <div class="navbar-end">
8
9
  <a class="navbar-item {% if page.url == '/' %}is-active{% endif %}" href="{{ '/' | prepend: site.baseurl }}">
9
10
  Home
10
11
  </a>
@@ -16,7 +17,6 @@
16
17
  <a class="navbar-item {% if page.url == '/about/' %}is-active{% endif %}" href="{{ '/about/' | prepend: site.baseurl }}">
17
18
  About
18
19
  </a>
19
- </div>
20
20
  </div>
21
21
  </div>
22
22
  </nav>
@@ -4,12 +4,12 @@
4
4
  <body>
5
5
  {% include navigation.html %}
6
6
 
7
- <div class="hero has-background-black-ter is-fullheight">
7
+ <div class="hero has-background-black-bis is-fullheight">
8
8
  <div class="hero-body">
9
9
  <div class="container">
10
10
  <div class="columns is-centered">
11
11
  <div class="column is-one-two">
12
- <div action="" class="box">
12
+ <div action="" class="box has-background-black-ter ">
13
13
 
14
14
  <div class="field">
15
15
  <div class="content">
data/_layouts/home.html CHANGED
@@ -6,10 +6,10 @@ layout: default
6
6
  {% capture next_year %}{{ post.previous.date | date: "%Y" }}{% endcapture %}
7
7
 
8
8
  {% if forloop.first %}
9
- <h2 class="c-archives__year" id="{{ this_year }}-ref">{{this_year}}</h2>
10
- <ul class="c-archives__list">
9
+ <h2 class="" id="{{ this_year }}-ref">{{this_year}}</h2>
10
+ <ul class="">
11
11
  {% endif %}
12
- <li class="c-archives__item">
12
+ <li class="">
13
13
  <h3><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a></h3>
14
14
  <p>{{ post.date | date: "%b %-d, %Y" }}</p>
15
15
  </li>
@@ -18,8 +18,8 @@ layout: default
18
18
  {% else %}
19
19
  {% if this_year != next_year %}
20
20
  </ul>
21
- <h2 class="c-archives__year" id="{{ next_year }}-ref">{{next_year}}</h2>
22
- <ul class="c-archives__list">
21
+ <h2 class="" id="{{ next_year }}-ref">{{next_year}}</h2>
22
+ <ul class="">
23
23
  {% endif %}
24
24
  {% endif %}
25
25
  {% endfor %}
data/_layouts/page.html CHANGED
@@ -4,12 +4,12 @@
4
4
  <body>
5
5
  {% include navigation.html %}
6
6
 
7
- <div class="hero has-background-black-ter is-fullheight">
7
+ <div class="hero has-background-black-bis is-fullheight">
8
8
  <div class="hero-body">
9
9
  <div class="container">
10
10
  <div class="columns is-centered">
11
11
  <div class="column is-one-two">
12
- <div action="" class="box">
12
+ <div action="" class="box has-background-black-ter">
13
13
 
14
14
  <div class="field">
15
15
  <div class="content">
data/_layouts/post.html CHANGED
@@ -1,4 +1,7 @@
1
1
  ---
2
2
  layout: default
3
3
  ---
4
+ <h1>{{ page.title }}</h1>
5
+ <p>{{ page.date }}</p>
6
+ <progress class="progress is-small is-dark" value="100" max="100">15%</progress>
4
7
  {{ content }}
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: niri
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.0'
4
+ version: '1.2'
5
5
  platform: ruby
6
6
  authors:
7
7
  - rokhimin Wahid
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-11 00:00:00.000000000 Z
10
+ date: 2025-02-12 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: jekyll
@@ -31,9 +31,9 @@ extra_rdoc_files: []
31
31
  files:
32
32
  - LICENSE.txt
33
33
  - README.md
34
+ - _config.yml
34
35
  - _includes/footer.html
35
36
  - _includes/head.html
36
- - _includes/listing.html
37
37
  - _includes/navigation.html
38
38
  - _layouts/default.html
39
39
  - _layouts/home.html
@@ -59,5 +59,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
59
59
  requirements: []
60
60
  rubygems_version: 3.6.3
61
61
  specification_version: 4
62
- summary: Theme for jekyll using Bulma
62
+ summary: jekyll Theme Blog using Bulma
63
63
  test_files: []
File without changes