runeblog 0.1.89 → 0.1.90

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b56942f11577eaeb71bb735bb05814455a409daff43a54c31da54518f3050027
4
- data.tar.gz: 410ec9206c82fba60ab623e8932ba63c3adc25406f00f9242bcf7b47192d13aa
3
+ metadata.gz: 9687bddcc20a39a654a99603151b884aac19cd4e6eded49c8353168fa38f388d
4
+ data.tar.gz: 61fdab92aa959e73840ae5021864fe700642ddc705c9ca118b6ce318c5e3876a
5
5
  SHA512:
6
- metadata.gz: 5f3cad279e0de85546fb30dcf6fc2fa4e4ec0d3476952e56f25f7acdbaaa2bcd6ec38b4347b88870a9d76245ff35ab8e388a732165ebb91f225c3660920b7457
7
- data.tar.gz: '029e73add0580d28e19a06ec8890f23db73c9d430f2df11fa89c826a6cd60f7f57103e53a0a824346660c46b1c0756830665c6da1d5b7e6a6a8e06ab53f60c96'
6
+ metadata.gz: 9dca839400cbae673b05ec03128c15cbab360ff445e56de78d51aac4a1441e139fd3f13357bf13c75500bd0cad6010d9b3276262ae9011c08bd2d15787e4285b
7
+ data.tar.gz: 237b98bcdbc8d784a64668db6e7ff6488531f36d2f23f94847ba8fdccb9564473f133c3bdabbd7f868a5b2c626fb9c65046e9d251890851aad12e6aef9f50abe
@@ -383,7 +383,7 @@ def sidebar
383
383
  _out %[</div>]
384
384
  end
385
385
 
386
- def sidebar2
386
+ def sidebar!
387
387
  _out %[<div class="col-lg-3 col-md-3 col-sm-3 col-xs-12">]
388
388
  _args do |line|
389
389
  tag = line.chomp.strip
@@ -2,7 +2,7 @@
2
2
  if ! (Object.constants.include?(:RuneBlog) && RuneBlog.constants.include?(:Path))
3
3
 
4
4
  class RuneBlog
5
- VERSION = "0.1.89"
5
+ VERSION = "0.1.90"
6
6
 
7
7
  path = Gem.find_files("runeblog").grep(/runeblog-/).first
8
8
  Path = File.dirname(path)
@@ -2,10 +2,5 @@
2
2
 
3
3
  . Should sidebar just stick items on its command line?
4
4
 
5
- .sidebar
6
- AD
7
- NEWS
8
- CALENDAR
9
- TAG-CLOUD
10
- .end
5
+ .sidebar! ad news calendar tag-cloud
11
6
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: runeblog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.89
4
+ version: 0.1.90
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hal Fulton
@@ -81,11 +81,11 @@ files:
81
81
  - themes/standard/about.html
82
82
  - themes/standard/assets/blog.css
83
83
  - themes/standard/assets/favicon.ico
84
- - themes/standard/blog-head.lt3
85
84
  - themes/standard/blog-index.lt3
86
85
  - themes/standard/blog-meta.lt3
87
86
  - themes/standard/blog-navbar.lt3
88
87
  - themes/standard/blog/generate.lt3
88
+ - themes/standard/blog/head.lt3
89
89
  - themes/standard/blog/post_entry.lt3
90
90
  - themes/standard/global.lt3
91
91
  - themes/standard/head.lt3
@@ -94,10 +94,6 @@ files:
94
94
  - themes/standard/post-generate.lt3
95
95
  - themes/standard/post-head.lt3
96
96
  - themes/standard/post-index.lt3
97
- - themes/standard/sidebar-ad.lt3
98
- - themes/standard/sidebar-calendar.lt3
99
- - themes/standard/sidebar-news.lt3
100
- - themes/standard/sidebar-tag-cloud.lt3
101
97
  - themes/standard/sidebar/ad.lt3
102
98
  - themes/standard/sidebar/calendar.lt3
103
99
  - themes/standard/sidebar/news.lt3
@@ -1,5 +0,0 @@
1
- .card1 Advertisement
2
- Build your amazing website with blabla.com.
3
- https://google.com/,_blank,btn btn-light float-right,Visit Page
4
- .end
5
-
@@ -1,6 +0,0 @@
1
-
2
- .card_iframe Calendar
3
- https://calendar.google.com/calendar/embed?src=en-gb.indian%23holiday%40group.v.calendar.google.com&ctz=Asia%2FKolkata
4
- height="350"
5
- .end
6
-
@@ -1,7 +0,0 @@
1
- .card2 Recent News
2
- https://nest.com/whats-happening/,_blank,Google Is Turning Off the Works-with-Nest API
3
- https://developers.googleblog.com/2019/05/Flutter-io19.html,_blank,Flutter: a Portable UI Framework for Mobile, Web, Embedded, and Desktop
4
- https://github.com/kkuchta/css-only-chat,_blank,Css-only-chat: A truly monstrous async web chat using no JS on the front end
5
- https://jaycarlson.net/microcontrollers/,_blank,The Amazing $1 Microcontroller (2017)
6
- .end
7
-
@@ -1,10 +0,0 @@
1
- .tag_cloud
2
- https://google.com/,_blank,btn btn-dark m-1,Programming
3
- https://google.com/,_blank,btn btn-danger m-1,Science Fiction
4
- https://google.com/,_blank,btn btn-light m-1,Art
5
- https://google.com/,_blank,btn btn-dark m-1,Robotics
6
- https://google.com/,_blank,btn btn-warning m-1,Food and Travel
7
- https://google.com/,_blank,btn btn-light m-1,DIY Hacks
8
- https://google.com/,_blank,btn btn-info m-1,Surfing
9
- .end
10
-