jekkyl-arumai 0.1.6 → 0.1.7

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +8 -0
  3. data/_layouts/default.html +1 -0
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c3d4fad75ed0eabe0c99f357cdbbb863f7cd910d315070ba609c79c582256cdb
4
- data.tar.gz: 44bde9e02fe30aeba294e32b5a1b518a13f91eb1784f95722fa25592942803b5
3
+ metadata.gz: f9a16ae98a2a90229eaea899b8f4828c1fe7b31b10fa76033f6a210dc36de693
4
+ data.tar.gz: b128ef80c3f63e44bd781a8b03e475b4592df1c77b0526965d5097a08d43821a
5
5
  SHA512:
6
- metadata.gz: 9ffe01948c40d8ea010d7bebaa48f707c396e5b7e0b9030d446d790b7682cddba1c31343e97854ea5dc230eb0d83764a866809832e189520970f6cdf68f7f00b
7
- data.tar.gz: 75c74745a364837c180a6bb92f4896adf19b62ea3e71a1ec0c0a4314c4902c5c0ff61e23cc3def2eaf6f3b5a93e801d2b3dbd5910a780d746d28183670ea68b8
6
+ metadata.gz: 1351ad1784c7473bee17948a46702e9206d92a5abed8bab99d6e71ab0c07e5c099d52faaa8e9caaa2bbf0d005c3cebcb8e4875d61ebf80d1c1033fda1a7d1cb7
7
+ data.tar.gz: 955c4d273071847dc3b538ed6c7499963fd558dac25a934138db2697d38f13922ba1df30dbe02ff9a5353eafdfc5089fa79a23d2134577038c35301141acd270
data/README.md CHANGED
@@ -70,6 +70,14 @@ layout: home
70
70
  image_url: "https://your-image-url.com/image.jpg"
71
71
  ```
72
72
 
73
+ ### 6. RSS Feed
74
+ To enable RSS feeds, ensure `jekyll-feed` is added to your `plugins` in `_config.yml`:
75
+
76
+ ```yaml
77
+ plugins:
78
+ - jekyll-feed
79
+ ```
80
+
73
81
  ## Screenshots
74
82
 
75
83
  ![Home Page](screenshots/home_page.png)
@@ -6,6 +6,7 @@
6
6
  <meta name="description" content="{{site.description}}">
7
7
  <meta name="author" content="{{site.author}}">
8
8
  <title>{{site.title}}</title>
9
+ {% feed_meta %}
9
10
  <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
10
11
  {% assign themes = "twilight,dark,funky,okaidia,coy,solarizedlight,tomorrow" | split:"," %}
11
12
  {% if site.prisma.theme_name and themes contains site.prisma.theme_name %}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekkyl-arumai
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sathia
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-05-14 00:00:00.000000000 Z
11
+ date: 2026-06-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll