niri 1.1 → 1.4

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: 9b3338daeb9cb21ac86de0d1446b3d4f04f286df5e4a866c05a4170bbf5d9d10
4
- data.tar.gz: eb9f69cafb449f4c9aec74946793ef2de5725a2bc621a6face40360df506d1ad
3
+ metadata.gz: 546ecf4b6317b368348f30038988b6425800d62e6b03cb6e2fea171c58b89fb4
4
+ data.tar.gz: d04686351f4b67e1f982af70a62ab82b5efbe45a7e8ce36f2952cd38f9b35e3f
5
5
  SHA512:
6
- metadata.gz: 0fa60b07e6b9a05a99bff2e5d85ab1c801754bd1448e3b11c1b69e66ed8331bef0a5866f98f8a0636f99d5fb2f74a3e3917c108ea8a06674bebe84f89926ca5d
7
- data.tar.gz: 2925cda2e83dada32fe0c01ad73c3d411ed2fa56d20c6536ca5285b52fa2f2761451aab9bb482359da993acc4e9ff27a43ff2175e65622356574b05569c7663c
6
+ metadata.gz: 68a2ce5a53497b192feb6fc6d51d62ea4eb12fd2bb110f04f86b3b6e98e0e301cd0de74a2589cf282b8777b146edea8d9d812aa12f58f5937c903ed0e26dc3c4
7
+ data.tar.gz: 12e4e4c221a85105b131c69668806cc16de80bc6c1e51c7df2eb72e2248ef186a517f81a29ce9d5c096da8389e8fe903f3835bf0f8490b29f49dba223d357052
data/README.md CHANGED
@@ -1,8 +1,9 @@
1
1
 
2
2
  ![](https://i.ibb.co.com/sdVSmQ5x/niri-logo.png)
3
3
  # Niri
4
- Theme for jekyll using Bulma
4
+ Theme for jekyll using Bulma.
5
5
 
6
+ Live Demo : https://rokhimin.github.io/jekyll-niri
6
7
 
7
8
  ## Installation Jekyll
8
9
 
data/_config.yml CHANGED
@@ -6,3 +6,4 @@ url: ""
6
6
  twitter_username: rokhiminwahid
7
7
  github_username: rokhimin
8
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>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/jekyll-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,7 +1,7 @@
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
5
  </a>
6
6
  </div>
7
7
  <div class="navbar-menu has-background-black-ter is-active">
@@ -1,5 +1,5 @@
1
1
  <!DOCTYPE html>
2
- <html>
2
+ <html class="theme-dark">
3
3
  {% include head.html %}
4
4
  <body>
5
5
  {% include navigation.html %}
data/_layouts/page.html CHANGED
@@ -1,5 +1,5 @@
1
1
  <!DOCTYPE html>
2
- <html>
2
+ <html class="theme-dark">
3
3
  {% include head.html %}
4
4
  <body>
5
5
  {% include navigation.html %}
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,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: niri
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.1'
4
+ version: '1.4'
5
5
  platform: ruby
6
6
  authors:
7
7
  - rokhimin Wahid
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-02-11 00:00:00.000000000 Z
11
+ date: 2025-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll