./README.md in runeblog-0.2.62 vs ./README.md in runeblog-0.2.63
- old
+ new
@@ -1,7 +1,7 @@
<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>
@@ -80,12 +80,13 @@
<p>
You'll then enter the editor (vim for now) to add configuration info to the <font size=+1><tt>global.lt3</tt></font> file.
<p>
-<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>
<p>
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.
<p>
@@ -99,11 +100,11 @@
To create a new post, use the <font size=+1><tt>new post</tt></font> command (also abbreviated <font size=+1><tt>post</tt></font> or simply <font size=+1><tt>p</tt></font>). You will be
prompted for a title:
<p>
<pre>
-<b>[around_austin]</b> new post<br>
+<b>[mystuff]</b> new post<br>
<b>Title:</b> This is my first post
</pre>
<p>
Then you'll be sent into the editor (currently vim but can be others):
@@ -127,21 +128,59 @@
## Customizing the default templates and configuration
You can use the <font size=+1><tt>config</tt></font> command to choose a file to edit.
<p>
-<pre><b>FIXME add screenshot here</b></pre>
+<img src="readme/config-menu.png" width="700" height="547" align="left"></img>
<p>
The meaning and interaction of these files will be explained later. <b>FIXME</b>
<p>
When you make changes, <font size=+1><tt>rebuild</tt></font> will detect these and regenerate whatever files
are needed.
<p>
## The directory structure for a view
+<b>Subject to change</b>
+TBD: Add details
+<p>
+
+<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>
+<p>
+
<pre><b>FIXME add details here</b></pre>
<p>
<p>
@@ -250,10 +289,10 @@
<p>
<b>Creating your own widgets</b>
<p>
-<b>Special tags coming "soon"</b>
+<b>Special tags/functions coming "soon"</b>
<pre>
github, gitlab, gist
wikipedia
youtube, vimeo
twitter, instagram