./README.lt3 in runeblog-0.2.62 vs ./README.lt3 in runeblog-0.2.63
- old
+ new
@@ -1,8 +1,8 @@
.mixin markdown
<div style="float: left; align: left; vertical-align: bottom">
-<img src="raido4.png" width="210" height="295" align="left"></img>
+<img src="readme/raido4.png" width="210" height="295" align="left"></img>
</div>
<h1>runeblog</h1><b>Runeblog</b> is a blogging tool written in Ruby. It has these basic characteristics:
<ul>
<li>It is usable entirely in text mode from the terminal</li>
<li>It publishes web pages as static HTML</li>
@@ -78,12 +78,13 @@
a new blog repo. Enter `y for yes.
. If you enter `y for yes, it creates a sort of "skeleton" with a single view called `[test_view].
You'll then enter the editor (vim for now) to add configuration info to the `global.lt3 file.
-<pre><b>FIXME add menu screenshot here</b></pre>
-<pre><b>FIXME add vim screenshot here</b></pre>
+<!-- <pre><b>FIXME add menu screenshot here</b></pre> -->
+<!-- <pre><b>FIXME add vim screenshot here</b></pre> -->
+<img src="readme/vim-global.png" width="494" height="696" align="left"></img>
The next thing you should do is to create at least one view of your own. Use the
`[new view] command for this. Note that the current view is displayed as part of the prompt.
<pre>
@@ -93,11 +94,11 @@
To create a new post, use the `[new post] command (also abbreviated `post or simply `[p]). You will be
prompted for a title:
<pre>
-<b>[around_austin]</b> new post<br>
+<b>[mystuff]</b> new post<br>
<b>Title:</b> This is my first post
</pre>
Then you'll be sent into the editor (currently vim but can be others):
@@ -116,19 +117,55 @@
.h2 Customizing the default templates and configuration
You can use the `config command to choose a file to edit.
-<pre><b>FIXME add screenshot here</b></pre>
+<img src="readme/config-menu.png" width="700" height="547" align="left"></img>
The meaning and interaction of these files will be explained later. *FIXME
When you make changes, `rebuild will detect these and regenerate whatever files
are needed.
.h2 The directory structure for a view
+<b>Subject to change</b>
+TBD: Add details
+
+<pre>
+ .blogs/views/mystuff/
+ ├── assets
+ ├── posts
+ ├── remote
+ │ ├── assets
+ │ ├── banner
+ │ ├── etc
+ │ ├── permalink
+ │ └── widgets
+ │ ├── ad
+ │ ├── links
+ │ ├── news
+ │ ├── pages
+ │ └── pinned
+ └── themes
+ └── standard
+ ├── banner
+ ├── blog
+ ├── etc
+ ├── post
+ └── widgets
+ ├── ad
+ ├── bydates
+ ├── links
+ ├── news
+ ├── pages
+ ├── pinned
+ ├── search
+ ├── sitemap
+ └── tag-cloud
+</pre>
+
<pre><b>FIXME add details here</b></pre>
.h2 Basics of Livetext
@@ -222,10 +259,10 @@
<b>Banner and navbar</b>
<b>Creating your own widgets</b>
-<b>Special tags coming "soon"</b>
+<b>Special tags/functions coming "soon"</b>
<pre>
github, gitlab, gist
wikipedia
youtube, vimeo
twitter, instagram