runeblog 0.1.92 → 0.1.93

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: 28db91c5c187f46387a81fae94e52e61498c5d85bcfbb9f1e6291acc330e94a7
4
- data.tar.gz: 526ffa1a59ce7abb2fd014b23ca92fb7d03b2830541f1e0fbd361c71de101f6a
3
+ metadata.gz: 39aa19eb6c069bb8c40cee3d1c6c9c3a34a547095dee8e2637a33279743e8ed2
4
+ data.tar.gz: 0315f36323d6ab162a3f0ba3065606e500bbad4acb20d833cb6ad2173ea3701e
5
5
  SHA512:
6
- metadata.gz: 17711b8b724d0d7d75bb75da955187c4973070f82d18fa4dba4dbe0f1a55d6ae09b14bb0b31f33b36326803aab43ed14869dacde224b5109c6ba9c31024bd9ca
7
- data.tar.gz: 8a7d737cc8eba180ba4293c161fbdb5458fa201770e707795e2811d3e5f6df135421a1c98794cf848ddaec79c809ce496019dfa3f4e0be08986eb02d309bc388
6
+ metadata.gz: 94c97d66219c9296b516d652d934e7f1596a1e631d60773cfb6c73d94127c06623fcbc98068504c395c83a305f916980efd25bc93743a1f73089024cbaa3f50a
7
+ data.tar.gz: b1ea9f5a2159a82ea13d75dbdf8d54f444baf088b1beeb4b4956cebfc97ab27d7091e1dff1915ba6e9381b61d7cf933a9296f2e69d423284f5a2dbb853650b22
data/lib/liveblog.rb CHANGED
@@ -510,7 +510,6 @@ def card_iframe
510
510
  HTML
511
511
 
512
512
  _card_generic(card_title: title, middle: middle, extra: "bg-dark text-white")
513
-
514
513
  end
515
514
 
516
515
  def card1
data/lib/runeblog.rb CHANGED
@@ -179,7 +179,8 @@ class RuneBlog
179
179
  create_dirs(:assets, :posts)
180
180
  create_dirs(:staging, :remote)
181
181
  copy!("themes/standard/*", "staging/")
182
- copy!("themes/standard/*", "remote/")
182
+ copy!("themes/standard/etc", "remote/")
183
+ copy!("themes/standard/assets", "remote/")
183
184
 
184
185
  pub = "user: xxx\nserver: xxx\ndocroot: xxx\npath: xxx\nproto: xxx\n"
185
186
  dump(pub, "publish")
@@ -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.92"
5
+ VERSION = "0.1.93"
6
6
 
7
7
  path = Gem.find_files("runeblog").grep(/runeblog-/).first
8
8
  Path = File.dirname(path)
data/runeblog.gemspec CHANGED
@@ -20,7 +20,7 @@ spec = Gem::Specification.new do |s|
20
20
  s.authors = ["Hal Fulton"]
21
21
  s.email = 'rubyhacker@gmail.com'
22
22
  s.executables << "blog"
23
- s.add_runtime_dependency 'livetext', '~> 0.8', '>= 0.8.87'
23
+ s.add_runtime_dependency 'livetext', '~> 0.8', '>= 0.8.89'
24
24
  s.add_runtime_dependency 'rubytext', '~> 0.1', '>= 0.1.16'
25
25
 
26
26
  # Files...
@@ -0,0 +1,47 @@
1
+ # include variables before this file?
2
+
3
+ .set postcolor=#010101
4
+
5
+ .raw
6
+ .post-title a {
7
+ .end
8
+ color: $postcolor;
9
+ font-size: 28px;
10
+ float: right;
11
+ display: inline-block;
12
+ text-align: top;
13
+ text-decoration: none;
14
+ }
15
+
16
+ .raw
17
+ .post-title a:hover {
18
+ .end
19
+ text-decoration: none;
20
+ }
21
+
22
+ .raw
23
+ .post-title-text a {
24
+ .end
25
+ color: #0101a1;
26
+ font-size: 22px;
27
+ # float: right;
28
+ display: block;
29
+ text-decoration: none;
30
+ }
31
+
32
+ .raw
33
+ .post-title-text a:hover {
34
+ .end
35
+ text-decoration: none;
36
+ }
37
+
38
+ .raw
39
+ .post-date {
40
+ .end
41
+ color: #9a9a9a;
42
+ font-size: 15px;
43
+ display: block;
44
+ float: left;
45
+ text-align: top;
46
+ }
47
+
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.92
4
+ version: 0.1.93
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hal Fulton
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '0.8'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 0.8.87
22
+ version: 0.8.89
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '0.8'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 0.8.87
32
+ version: 0.8.89
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: rubytext
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -86,7 +86,6 @@ files:
86
86
  - themes/standard/etc/externals.lt3
87
87
  - themes/standard/etc/favicon.ico
88
88
  - themes/standard/global.lt3
89
- - themes/standard/head.lt3
90
89
  - themes/standard/liveblog.out
91
90
  - themes/standard/meta.lt3
92
91
  - themes/standard/navbar/about.html
@@ -98,6 +97,7 @@ files:
98
97
  - themes/standard/sidebar/calendar.lt3
99
98
  - themes/standard/sidebar/news.lt3
100
99
  - themes/standard/sidebar/tag-cloud.lt3
100
+ - themes/standard/tryme.lt3
101
101
  homepage: https://github.com/Hal9000/runeblog
102
102
  licenses:
103
103
  - Ruby
@@ -1,28 +0,0 @@
1
- <head> <!-- fix this later -->
2
-
3
- .include meta.lt3
4
-
5
- .stylesheet
6
- https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css
7
- sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T
8
- .end
9
-
10
- .script
11
- https://code.jquery.com/jquery-3.3.1.slim.min.js
12
- sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo
13
- .end
14
-
15
- .script
16
- https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js
17
- sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1
18
- .end
19
-
20
- .script
21
- https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js
22
- sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM
23
- .end
24
-
25
- </head>
26
-
27
- .head # fix/remove later
28
- .end