runeblog 0.3.35 → 0.3.36

Sign up to get free protection for your applications and to get access to all the features.
Files changed (130) hide show
  1. checksums.yaml +4 -4
  2. data/data/global.lt3 +3 -3
  3. data/empty_view/themes/standard/blog/index.lt3 +8 -4
  4. data/lib/liveblog.rb +1 -0
  5. data/lib/lowlevel.rb +19 -7
  6. data/lib/processing.rb +6 -0
  7. data/lib/repl.rb +2 -4
  8. data/lib/runeblog.rb +1 -4
  9. data/lib/runeblog_version.rb +1 -1
  10. data/lib/view.rb +0 -2
  11. data/runeblog.gemspec +2 -2
  12. data/test/.blogs/data/VERSION +2 -2
  13. data/test/.blogs/data/global.lt3 +3 -3
  14. data/test/.blogs/data/sequence +1 -1
  15. data/test/.blogs/drafts/0001-whats-at-stubbs.lt3 +13 -0
  16. data/test/.blogs/drafts/0002-the-new-amphitheatre-is-overrated.lt3 +14 -0
  17. data/test/.blogs/drafts/0003-the-graffiti-wall.lt3 +42 -0
  18. data/test/.blogs/drafts/0004-the-waller-creek-project.lt3 +13 -0
  19. data/test/.blogs/drafts/0005-life-on-sabine-street.lt3 +13 -0
  20. data/test/.blogs/drafts/0006-remember-modest-mouse.lt3 +14 -0
  21. data/test/.blogs/posts/0001-whats-at-stubbs/guts.html +6 -0
  22. data/test/.blogs/posts/0001-whats-at-stubbs/metadata.txt +7 -0
  23. data/test/.blogs/posts/0001-whats-at-stubbs/teaser.txt +1 -0
  24. data/test/.blogs/posts/0002-the-new-amphitheatre-is-overrated/guts.html +6 -0
  25. data/test/.blogs/posts/0002-the-new-amphitheatre-is-overrated/metadata.txt +7 -0
  26. data/test/.blogs/posts/0002-the-new-amphitheatre-is-overrated/teaser.txt +1 -0
  27. data/test/.blogs/posts/0003-the-graffiti-wall/guts.html +6 -0
  28. data/test/.blogs/posts/0003-the-graffiti-wall/metadata.txt +7 -0
  29. data/test/.blogs/posts/0003-the-graffiti-wall/teaser.txt +1 -0
  30. data/test/.blogs/posts/0004-the-waller-creek-project/guts.html +6 -0
  31. data/test/.blogs/posts/0004-the-waller-creek-project/metadata.txt +7 -0
  32. data/test/.blogs/posts/0004-the-waller-creek-project/teaser.txt +1 -0
  33. data/test/.blogs/posts/0005-life-on-sabine-street/guts.html +6 -0
  34. data/test/.blogs/posts/0005-life-on-sabine-street/metadata.txt +7 -0
  35. data/test/.blogs/posts/0005-life-on-sabine-street/teaser.txt +1 -0
  36. data/test/.blogs/posts/0006-remember-modest-mouse/guts.html +6 -0
  37. data/test/.blogs/posts/0006-remember-modest-mouse/metadata.txt +7 -0
  38. data/test/.blogs/posts/0006-remember-modest-mouse/teaser.txt +1 -0
  39. data/test/.blogs/views/around_austin/global.lt3 +3 -3
  40. data/test/.blogs/views/around_austin/posts/0001-whats-at-stubbs/guts.html +6 -0
  41. data/test/.blogs/views/around_austin/posts/0001-whats-at-stubbs/metadata.txt +7 -0
  42. data/test/.blogs/views/around_austin/posts/0001-whats-at-stubbs/teaser.txt +1 -0
  43. data/test/.blogs/views/around_austin/posts/0002-the-new-amphitheatre-is-overrated/guts.html +6 -0
  44. data/test/.blogs/views/around_austin/posts/0002-the-new-amphitheatre-is-overrated/metadata.txt +7 -0
  45. data/test/.blogs/views/around_austin/posts/0002-the-new-amphitheatre-is-overrated/teaser.txt +1 -0
  46. data/test/.blogs/views/around_austin/posts/0003-the-graffiti-wall/guts.html +6 -0
  47. data/test/.blogs/views/around_austin/posts/0003-the-graffiti-wall/metadata.txt +7 -0
  48. data/test/.blogs/views/around_austin/posts/0003-the-graffiti-wall/teaser.txt +1 -0
  49. data/test/.blogs/views/around_austin/posts/0004-the-waller-creek-project/guts.html +6 -0
  50. data/test/.blogs/views/around_austin/posts/0004-the-waller-creek-project/metadata.txt +7 -0
  51. data/test/.blogs/views/around_austin/posts/0004-the-waller-creek-project/teaser.txt +1 -0
  52. data/test/.blogs/views/around_austin/posts/0005-life-on-sabine-street/guts.html +6 -0
  53. data/test/.blogs/views/around_austin/posts/0005-life-on-sabine-street/metadata.txt +7 -0
  54. data/test/.blogs/views/around_austin/posts/0005-life-on-sabine-street/teaser.txt +1 -0
  55. data/test/.blogs/views/around_austin/posts/0006-remember-modest-mouse/guts.html +6 -0
  56. data/test/.blogs/views/around_austin/posts/0006-remember-modest-mouse/metadata.txt +7 -0
  57. data/test/.blogs/views/around_austin/posts/0006-remember-modest-mouse/teaser.txt +1 -0
  58. data/test/.blogs/views/around_austin/remote/banner/navbar/about.html +10 -0
  59. data/test/.blogs/views/around_austin/remote/banner/navbar/contact.html +10 -0
  60. data/test/.blogs/views/around_austin/remote/banner/navbar/faq.html +46 -0
  61. data/test/.blogs/views/around_austin/remote/etc/blog.css +66 -0
  62. data/test/.blogs/views/around_austin/remote/history +6 -0
  63. data/test/.blogs/views/around_austin/remote/life-on-sabine-street.html +2 -0
  64. data/test/.blogs/views/around_austin/remote/recent.html +4 -0
  65. data/test/.blogs/views/around_austin/remote/remember-modest-mouse.html +2 -0
  66. data/test/.blogs/views/around_austin/remote/the-graffiti-wall.html +2 -0
  67. data/test/.blogs/views/around_austin/remote/the-new-amphitheatre-is-overrated.html +2 -0
  68. data/test/.blogs/views/around_austin/remote/the-waller-creek-project.html +2 -0
  69. data/test/.blogs/views/around_austin/remote/whats-at-stubbs.html +2 -0
  70. data/test/.blogs/views/around_austin/remote/widgets/bydates/README +2 -0
  71. data/test/.blogs/views/around_austin/remote/widgets/bydates/bydates.rb +18 -0
  72. data/test/.blogs/views/around_austin/remote/widgets/bydates/card.css +1 -0
  73. data/test/.blogs/views/around_austin/remote/widgets/bydates/custom.rb +1 -0
  74. data/test/.blogs/views/around_austin/remote/widgets/bydates/main.css +2 -0
  75. data/test/.blogs/views/around_austin/remote/widgets/links/README +2 -0
  76. data/test/.blogs/views/around_austin/remote/widgets/links/card.css +1 -0
  77. data/test/.blogs/views/around_austin/remote/widgets/links/custom.rb +1 -0
  78. data/test/.blogs/views/around_austin/remote/widgets/links/links.rb +90 -0
  79. data/test/.blogs/views/around_austin/remote/widgets/links/list.data +3 -0
  80. data/test/.blogs/views/around_austin/remote/widgets/links/main.css +2 -0
  81. data/test/.blogs/views/around_austin/remote/widgets/news/README +2 -0
  82. data/test/.blogs/views/around_austin/remote/widgets/news/card.css +1 -0
  83. data/test/.blogs/views/around_austin/remote/widgets/news/custom.rb +1 -0
  84. data/test/.blogs/views/around_austin/remote/widgets/news/list.data +4 -0
  85. data/test/.blogs/views/around_austin/remote/widgets/news/main.css +2 -0
  86. data/test/.blogs/views/around_austin/remote/widgets/news/news.rb +88 -0
  87. data/test/.blogs/views/around_austin/remote/widgets/pages/README +2 -0
  88. data/test/.blogs/views/around_austin/remote/widgets/pages/card.css +1 -0
  89. data/test/.blogs/views/around_austin/remote/widgets/pages/custom.rb +1 -0
  90. data/test/.blogs/views/around_austin/remote/widgets/pages/disclaim.lt3 +10 -0
  91. data/test/.blogs/views/around_austin/remote/widgets/pages/faq.lt3 +41 -0
  92. data/test/.blogs/views/around_austin/remote/widgets/pages/like-dislike.lt3 +11 -0
  93. data/test/.blogs/views/around_austin/remote/widgets/pages/list.data +4 -0
  94. data/test/.blogs/views/around_austin/remote/widgets/pages/local.rb +0 -0
  95. data/test/.blogs/views/around_austin/remote/widgets/pages/main.css +2 -0
  96. data/test/.blogs/views/around_austin/remote/widgets/pages/other-stuff.lt3 +10 -0
  97. data/test/.blogs/views/around_austin/remote/widgets/pages/pages.rb +130 -0
  98. data/test/.blogs/views/around_austin/remote/widgets/pinned/README +2 -0
  99. data/test/.blogs/views/around_austin/remote/widgets/pinned/card.css +1 -0
  100. data/test/.blogs/views/around_austin/remote/widgets/pinned/custom.rb +1 -0
  101. data/test/.blogs/views/around_austin/remote/widgets/pinned/main.css +2 -0
  102. data/test/.blogs/views/around_austin/remote/widgets/pinned/pinned.rb +111 -0
  103. data/test/.blogs/views/around_austin/remote/widgets/search/README +2 -0
  104. data/test/.blogs/views/around_austin/remote/widgets/search/card.css +1 -0
  105. data/test/.blogs/views/around_austin/remote/widgets/search/custom.rb +1 -0
  106. data/test/.blogs/views/around_austin/remote/widgets/search/main.css +2 -0
  107. data/test/.blogs/views/around_austin/remote/widgets/search/search.rb +18 -0
  108. data/test/.blogs/views/around_austin/remote/widgets/sitemap/README +2 -0
  109. data/test/.blogs/views/around_austin/remote/widgets/sitemap/card.css +1 -0
  110. data/test/.blogs/views/around_austin/remote/widgets/sitemap/custom.rb +1 -0
  111. data/test/.blogs/views/around_austin/remote/widgets/sitemap/main.css +2 -0
  112. data/test/.blogs/views/around_austin/remote/widgets/sitemap/sitemap.rb +18 -0
  113. data/test/.blogs/views/around_austin/remote/widgets/tag-cloud/OLD-example.lt3 +12 -0
  114. data/test/.blogs/views/around_austin/remote/widgets/tag-cloud/README +2 -0
  115. data/test/.blogs/views/around_austin/remote/widgets/tag-cloud/card.css +1 -0
  116. data/test/.blogs/views/around_austin/remote/widgets/tag-cloud/custom.rb +1 -0
  117. data/test/.blogs/views/around_austin/remote/widgets/tag-cloud/main.css +2 -0
  118. data/test/.blogs/views/around_austin/remote/widgets/tag-cloud/tag-cloud.lt3 +3 -0
  119. data/test/.blogs/views/around_austin/remote/widgets/tag-cloud/tag-cloud.rb +18 -0
  120. data/test/.blogs/views/around_austin/settings/view.txt +4 -4
  121. data/test/.blogs/views/around_austin/themes/standard/banner/navbar/navbar.html +10 -0
  122. data/test/.blogs/views/around_austin/themes/standard/banner/top.html +22 -0
  123. data/test/.blogs/views/around_austin/themes/standard/blog/index.lt3 +8 -4
  124. data/test/.blogs/views/around_austin/themes/standard/etc/blog.css +66 -0
  125. data/test/.blogs/views/around_austin/widgets/links/links-card.html +18 -0
  126. data/test/.blogs/views/around_austin/widgets/links/links-main.html +13 -0
  127. data/test/binblog.txt +2 -0
  128. data/test/stderr.out +0 -0
  129. metadata +119 -9
  130. data/test/.blogs/views/around_austin/themes/standard/global.lt3 +0 -20
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5db993b1031cd1ce5d6e443be8de9f0bb5b7e3272e5cf5c731aac464f517088b
4
- data.tar.gz: a5d2f603c30b05a064daa82ebadf9e51757f91bcd31c5a05cdd696c72b4bf828
3
+ metadata.gz: ea9b85dbf3f321c19a1d899e4a6497b519d7cfa5c9fc03845aa3afa4b13e7638
4
+ data.tar.gz: b5f8701cbe8582e1ce91236a5780ee7a1e8a718116a6ce82139dde6b555bb81a
5
5
  SHA512:
6
- metadata.gz: 15ea7ea4d1aa5f436fd2f8a736150d5289e4a3cc5d461514352aa3fc16b826f9853283c4c0989cb54f145570fdad3c974be6012c5bcec5822a27725869a4a931
7
- data.tar.gz: ce8f9f2a6d5a5429b9f3c11edc3449e2b3c85ce290e76ed8fd0486972edf3147324c46bced9b891743db35f7928ea522615a7f22dd3f2cec56ef10bf2554c341
6
+ metadata.gz: e883273032e6248242617fa9d6bf268ec941362662a02f8675eca3e1f5ede9bd0937480c4682bc59511d4e44c16708c3d34ab4e023e89af763ff9770c77b9aed
7
+ data.tar.gz: 5d55bed811723a81323e3850d0481340b6f24d66845c57d555b2587a9194661dc6890acf142b8650a8f9bb3b512259519b705ab6975084028a3e09096a1b7a03
data/data/global.lt3 CHANGED
@@ -3,11 +3,11 @@
3
3
  . <variable> <value>
4
4
  . --------------------------------------------------
5
5
 
6
- .variables view ../../settings/view.txt
6
+ .variables view settings/view.txt
7
7
 
8
- .variables recent ../../settings/recent.txt
8
+ .variables recent settings/recent.txt
9
9
 
10
- .variables publish ../../settings/publish.txt
10
+ .variables publish settings/publish.txt
11
11
 
12
12
  .variables
13
13
  host http://SITE
@@ -8,9 +8,13 @@
8
8
  .recent_posts
9
9
 
10
10
  .sidebar
11
- links
12
- pinned
13
- pages
14
- news
11
+ links
15
12
  .end
16
13
 
14
+ . .sidebar
15
+ . links
16
+ . pinned
17
+ . pages
18
+ . news
19
+ . .end
20
+
data/lib/liveblog.rb CHANGED
@@ -646,6 +646,7 @@ def sidebar
646
646
  raise "Nonstandard widget?"
647
647
  end
648
648
 
649
+ checkpoint "Running api.include_file... wtag = #{wtag.inspect} tcard = #{tcard.inspect} pwd = #{Dir.pwd}"
649
650
  api.include_file wtag/tcard
650
651
  end
651
652
  api.out %[</div>]
data/lib/lowlevel.rb CHANGED
@@ -1,17 +1,29 @@
1
- def whence(back = 0)
1
+ private def whence(back = 0)
2
2
  file, line, inmeth = caller[back].split(":")
3
3
  meth = inmeth[4..-2]
4
4
  [file, line, meth]
5
5
  end
6
6
 
7
+ private def display(file, line, meth, msg)
8
+ puts "--- #{meth} #{line} in #{file}"
9
+ puts "::: " + msg if msg
10
+ end
11
+
7
12
  def checkpoint(msg = nil)
8
13
  file, line, meth = whence(1)
9
- print "--- "
10
- if msg
11
- puts msg
12
- print " "
13
- end
14
- puts "#{meth} #{line} in #{file}"
14
+ display(file, line, meth, msg)
15
+ end
16
+
17
+ def checkpoint?(msg = nil) # with sleep 3
18
+ file, line, meth = whence(1)
19
+ display(file, line, meth, msg)
20
+ end
21
+
22
+ def checkpoint!(msg = nil) # with pause
23
+ file, line, meth = whence(1)
24
+ display(file, line, meth, msg)
25
+ print "::: Pause..."
26
+ gets
15
27
  end
16
28
 
17
29
  def warning(err)
data/lib/processing.rb CHANGED
@@ -25,6 +25,10 @@ def preprocess(cwd: Dir.pwd, src:,
25
25
  deps: [], copy: nil, debug: false, force: false,
26
26
  mix: [], call: [],
27
27
  vars: {})
28
+ params = "cwd = #{cwd.inspect}\n src = #{src.inspect}\n dst = #{dst.inspect}"
29
+ params << "\n deps = #{deps.inspect}\n copy = #{copy.inspect}\n debug = #{debug} force = #{force}"
30
+ params << "\n mix = #{mix.inspect} call = #{call.inspect}\n vars = #{vars.inspect}"
31
+ # checkpoint! "args: #{params}"
28
32
  src += LEXT unless src.end_with?(LEXT)
29
33
  if strip
30
34
  dst = File.basename(src).sub(/.lt3$/,"")
@@ -61,8 +65,10 @@ def preprocess(cwd: Dir.pwd, src:,
61
65
  EOF
62
66
  if stale
63
67
  live = Livetext.customize(mix: "liveblog", call: call, vars: vars)
68
+ checkpoint! "Calling xform_file"
64
69
  log!(str: "Calling xform_file... src = #{src} pwd = #{Dir.pwd}")
65
70
  out = live.xform_file(src)
71
+ checkpoint!
66
72
  File.write(dst, out)
67
73
  system!("cp #{dst} #{copy}") if copy
68
74
  end
data/lib/repl.rb CHANGED
@@ -231,14 +231,12 @@ log! str: "=== Calling generate_post(#{orig})"
231
231
  end
232
232
 
233
233
  def cmd_rebuild
234
- log! str: "=== Starting cmd_rebuild..."
235
234
  puts
236
235
  regen_posts
237
- log! str: "=== Generating view..."
238
236
  @blog.generate_view(@blog.view)
239
- log! str: "=== Generating index..."
237
+ checkpoint! "Generating index..."
240
238
  @blog.generate_index(@blog.view)
241
- log! str: "=== ...finished!"
239
+ checkpoint! "...finished!"
242
240
  rescue => err
243
241
  _tmp_error(err)
244
242
  end
data/lib/runeblog.rb CHANGED
@@ -140,10 +140,7 @@ class RuneBlog
140
140
  log!(enter: "RuneBlog.read", args: [root_rel])
141
141
  RuneBlog.new(root_rel)
142
142
  rescue => err
143
- puts "ERROR - #{err.inspect}"
144
- # puts "Error - see stderr.out"
145
- puts err.inspect # + "\n" + err&.backtrace
146
- sleep 3
143
+ fatal(err)
147
144
  end
148
145
 
149
146
  def initialize(root_rel = ".blogs") ##### FIXME ??
@@ -3,7 +3,7 @@ if !defined?(RuneBlog::Path)
3
3
  require 'pathname'
4
4
 
5
5
  class RuneBlog
6
- VERSION = "0.3.35"
6
+ VERSION = "0.3.36"
7
7
 
8
8
  path = Gem.find_files("runeblog").grep(/runeblog-/).first
9
9
  path ||= Pathname(__FILE__).realpath.dirname.to_s
data/lib/view.rb CHANGED
@@ -42,9 +42,7 @@ class RuneBlog::View
42
42
  return unless File.exist?(gfile) # Hackish!! how is View.new called from create_view??
43
43
 
44
44
  live = Livetext.customize(call: ".nopara")
45
- checkpoint "Error here? gfile = #{gfile}"
46
45
  live.xform_file(gfile)
47
- checkpoint "After xform"
48
46
  live.setvar("ViewDir", @blog.root/:views/@name)
49
47
  live.setvar("View", @name)
50
48
  @globals = live.vars
data/runeblog.gemspec CHANGED
@@ -23,11 +23,11 @@ spec = Gem::Specification.new do |s|
23
23
  s.authors = ["Hal Fulton"]
24
24
  s.email = 'rubyhacker@gmail.com'
25
25
  s.executables << "blog"
26
- s.add_runtime_dependency 'livetext', '~> 0.9', '>= 0.9.44'
26
+ s.add_runtime_dependency 'livetext', '~> 0.9', '>= 0.9.45'
27
27
  s.add_runtime_dependency 'rubytext', '~> 0.1', '>= 0.1.27'
28
28
  s.add_runtime_dependency 'rouge', '~> 3.25', '>= 3.25.0'
29
29
 
30
- s.add_development_dependency 'minitest', '~> 5.10', '>= 5.10.0'
30
+ s.add_development_dependency 'minitest', '~> 5.20', '>= 5.20.0'
31
31
 
32
32
  # Files...
33
33
  main = Find.find("bin").to_a +
@@ -1,2 +1,2 @@
1
- 0.3.34
2
- Blog created: 2024-05-20 12:16:22 -0500
1
+ 0.3.35
2
+ Blog created: 2024-05-21 17:50:33 -0500
@@ -3,11 +3,11 @@
3
3
  . <variable> <value>
4
4
  . --------------------------------------------------
5
5
 
6
- .variables view ../../settings/view.txt
6
+ .variables view settings/view.txt
7
7
 
8
- .variables recent ../../settings/recent.txt
8
+ .variables recent settings/recent.txt
9
9
 
10
- .variables publish ../../settings/publish.txt
10
+ .variables publish settings/publish.txt
11
11
 
12
12
  .variables
13
13
  host http://SITE
@@ -1 +1 @@
1
- 0
1
+ 6
@@ -0,0 +1,13 @@
1
+ .post 1
2
+
3
+ .title What's at Stubbs...
4
+ .pubdate 2024-05-01
5
+ .views around_austin
6
+ .tags
7
+
8
+ .teaser
9
+ Stubbs has been around for longer than civilization.
10
+
11
+ .end
12
+ That's a good thing. But their music isn't always the greatest.
13
+
@@ -0,0 +1,14 @@
1
+ .post 2
2
+
3
+ .title The new amphitheatre is overrated
4
+ .pubdate 2024-05-03
5
+ .views around_austin
6
+ .tags
7
+
8
+ .teaser
9
+ It used to be that all major concerts played the Erwin Center.
10
+
11
+ .end
12
+ .pin around_austin
13
+ Now, depending on what you consider "major," blah blah blah...
14
+
@@ -0,0 +1,42 @@
1
+ .post 3
2
+
3
+ .title The graffiti wall
4
+ .pubdate 2024-05-05
5
+ .views around_austin
6
+ .tags
7
+
8
+ .teaser
9
+ RIP, Hope Gallery
10
+
11
+ .end
12
+
13
+ .dropcap It's been a while since I was there. They say it was torn down
14
+ while I wasn't looking. Never tagged anything there, of course, nor
15
+ anywhere else. Spraypainting public places isn't my thing, but in this
16
+ case I condoned it because it was sort of there for that purpose.
17
+
18
+ This fake entry is a long one so as to demonstrate both drop-caps
19
+ (above) and an inset quote. Blah blah blah. Lorem ipsum dolor and
20
+ a partridge in a pear tree.
21
+
22
+ .inset left 20
23
+ Wherever you go, there you are. Last night I saw upon the stair
24
+ a little man who was not there. He wasn't there again today; I
25
+ wish, I wish he'd go away. As far as we know, our computer has
26
+ never had an undetected error.
27
+ |On a clean disk, you can seek forever.
28
+ And never let it be denied that
29
+ pobbles are happier without their toes. And may your snark never
30
+ be a boojum. How do you know you aren't dreaming right now? When
31
+ you see a butterfly, think of Chuang Tzu.
32
+ .end
33
+
34
+ Contact light. Houston, this is Tranquility Base. The Eagle has
35
+ landed. That's one small step for (a) man, one giant leap for
36
+ mankind.
37
+
38
+ Here's the PDF of $$link["Ruby for the Old-Time C Programmer"|http://rubyhacker.com/blog2/rubydino.pdf]
39
+
40
+ Pity this busy monster, manunkind, not. Pity rather... Listen:
41
+ There's a hell of a universe next door; let's go.
42
+
@@ -0,0 +1,13 @@
1
+ .post 4
2
+
3
+ .title The Waller Creek project
4
+ .pubdate 2024-05-07
5
+ .views around_austin
6
+ .tags
7
+
8
+ .teaser
9
+ Will it ever be finished?
10
+
11
+ .end
12
+ Blah blah Waller Creek blah blah...
13
+
@@ -0,0 +1,13 @@
1
+ .post 5
2
+
3
+ .title Life on Sabine Street
4
+ .pubdate 2024-05-08
5
+ .views around_austin
6
+ .tags
7
+
8
+ .teaser
9
+ It's like Pooh Corner, except not.
10
+
11
+ .end
12
+ This is about Sabine St, blah blah lorem ipsum dolor...
13
+
@@ -0,0 +1,14 @@
1
+ .post 6
2
+
3
+ .title Remember Modest Mouse?
4
+ .pubdate 2024-05-10
5
+ .views around_austin
6
+ .tags
7
+
8
+ .teaser
9
+ They date to the 90s or before.
10
+
11
+ .end
12
+ But I first heard of them
13
+ in 2005.
14
+
@@ -0,0 +1,6 @@
1
+ <!-- Post number 1 -->
2
+
3
+ <p>
4
+
5
+ Stubbs has been around for longer than civilization.
6
+
@@ -0,0 +1,7 @@
1
+ num 1
2
+ title What's at Stubbs...
3
+ date 2024-05-01
4
+ pubdate 2024-05-01
5
+ views around_austin
6
+ tags
7
+ pinned
@@ -0,0 +1 @@
1
+ Stubbs has been around for longer than civilization.
@@ -0,0 +1,6 @@
1
+ <!-- Post number 2 -->
2
+
3
+ <p>
4
+
5
+ It used to be that all major concerts played the Erwin Center.
6
+
@@ -0,0 +1,7 @@
1
+ num 2
2
+ title The new amphitheatre is overrated
3
+ date 2024-05-03
4
+ pubdate 2024-05-03
5
+ views around_austin
6
+ tags
7
+ pinned
@@ -0,0 +1 @@
1
+ It used to be that all major concerts played the Erwin Center.
@@ -0,0 +1,6 @@
1
+ <!-- Post number 3 -->
2
+
3
+ <p>
4
+
5
+ RIP, Hope Gallery
6
+
@@ -0,0 +1,7 @@
1
+ num 3
2
+ title The graffiti wall
3
+ date 2024-05-05
4
+ pubdate 2024-05-05
5
+ views around_austin
6
+ tags
7
+ pinned
@@ -0,0 +1 @@
1
+ RIP, Hope Gallery
@@ -0,0 +1,6 @@
1
+ <!-- Post number 4 -->
2
+
3
+ <p>
4
+
5
+ Will it ever be finished?
6
+
@@ -0,0 +1,7 @@
1
+ num 4
2
+ title The Waller Creek project
3
+ date 2024-05-07
4
+ pubdate 2024-05-07
5
+ views around_austin
6
+ tags
7
+ pinned
@@ -0,0 +1 @@
1
+ Will it ever be finished?
@@ -0,0 +1,6 @@
1
+ <!-- Post number 5 -->
2
+
3
+ <p>
4
+
5
+ It's like Pooh Corner, except not.
6
+
@@ -0,0 +1,7 @@
1
+ num 5
2
+ title Life on Sabine Street
3
+ date 2024-05-08
4
+ pubdate 2024-05-08
5
+ views around_austin
6
+ tags
7
+ pinned
@@ -0,0 +1 @@
1
+ It's like Pooh Corner, except not.
@@ -0,0 +1,6 @@
1
+ <!-- Post number 6 -->
2
+
3
+ <p>
4
+
5
+ They date to the 90s or before.
6
+
@@ -0,0 +1,7 @@
1
+ num 6
2
+ title Remember Modest Mouse?
3
+ date 2024-05-10
4
+ pubdate 2024-05-10
5
+ views around_austin
6
+ tags
7
+ pinned
@@ -0,0 +1 @@
1
+ They date to the 90s or before.
@@ -3,11 +3,11 @@
3
3
  . <variable> <value>
4
4
  . --------------------------------------------------
5
5
 
6
- .variables view ../../settings/view.txt
6
+ .variables view settings/view.txt
7
7
 
8
- .variables recent ../../settings/recent.txt
8
+ .variables recent settings/recent.txt
9
9
 
10
- .variables publish ../../settings/publish.txt
10
+ .variables publish settings/publish.txt
11
11
 
12
12
  .variables
13
13
  host http://SITE
@@ -0,0 +1,6 @@
1
+ <!-- Post number 1 -->
2
+
3
+ <p>
4
+
5
+ Stubbs has been around for longer than civilization.
6
+
@@ -0,0 +1,7 @@
1
+ num 1
2
+ title What's at Stubbs...
3
+ date 2024-05-01
4
+ pubdate 2024-05-01
5
+ views around_austin
6
+ tags
7
+ pinned
@@ -0,0 +1 @@
1
+ Stubbs has been around for longer than civilization.
@@ -0,0 +1,6 @@
1
+ <!-- Post number 2 -->
2
+
3
+ <p>
4
+
5
+ It used to be that all major concerts played the Erwin Center.
6
+
@@ -0,0 +1,7 @@
1
+ num 2
2
+ title The new amphitheatre is overrated
3
+ date 2024-05-03
4
+ pubdate 2024-05-03
5
+ views around_austin
6
+ tags
7
+ pinned
@@ -0,0 +1 @@
1
+ It used to be that all major concerts played the Erwin Center.
@@ -0,0 +1,6 @@
1
+ <!-- Post number 3 -->
2
+
3
+ <p>
4
+
5
+ RIP, Hope Gallery
6
+
@@ -0,0 +1,7 @@
1
+ num 3
2
+ title The graffiti wall
3
+ date 2024-05-05
4
+ pubdate 2024-05-05
5
+ views around_austin
6
+ tags
7
+ pinned
@@ -0,0 +1,6 @@
1
+ <!-- Post number 4 -->
2
+
3
+ <p>
4
+
5
+ Will it ever be finished?
6
+
@@ -0,0 +1,7 @@
1
+ num 4
2
+ title The Waller Creek project
3
+ date 2024-05-07
4
+ pubdate 2024-05-07
5
+ views around_austin
6
+ tags
7
+ pinned
@@ -0,0 +1,6 @@
1
+ <!-- Post number 5 -->
2
+
3
+ <p>
4
+
5
+ It's like Pooh Corner, except not.
6
+
@@ -0,0 +1,7 @@
1
+ num 5
2
+ title Life on Sabine Street
3
+ date 2024-05-08
4
+ pubdate 2024-05-08
5
+ views around_austin
6
+ tags
7
+ pinned
@@ -0,0 +1 @@
1
+ It's like Pooh Corner, except not.
@@ -0,0 +1,6 @@
1
+ <!-- Post number 6 -->
2
+
3
+ <p>
4
+
5
+ They date to the 90s or before.
6
+
@@ -0,0 +1,7 @@
1
+ num 6
2
+ title Remember Modest Mouse?
3
+ date 2024-05-10
4
+ pubdate 2024-05-10
5
+ views around_austin
6
+ tags
7
+ pinned
@@ -0,0 +1 @@
1
+ They date to the 90s or before.
@@ -0,0 +1,10 @@
1
+ <p>
2
+
3
+ <html><body>
4
+ <div class="content container-fluid mt-4">
5
+ <div class="row">
6
+ <h1>About me</h1>
7
+ Blah blah blah...
8
+ </div>
9
+ </div>
10
+ </body></html>
@@ -0,0 +1,10 @@
1
+ <p>
2
+
3
+ <html><body>
4
+ <div class="content container-fluid mt-4">
5
+ <div class="row">
6
+ <h1>Contact</h1>
7
+ How to contact me by email, smoke signals, ICBM, seance, ...
8
+ </div>
9
+ </div>
10
+ </body></html>