diff options
Diffstat (limited to 'gemfeed')
| -rw-r--r-- | gemfeed/2026-03-02-rcm-ruby-configuration-management-dsl.gmi | 4 | ||||
| -rw-r--r-- | gemfeed/2026-03-02-rcm-ruby-configuration-management-dsl.gmi.tpl | 2 | ||||
| -rw-r--r-- | gemfeed/atom.xml | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/gemfeed/2026-03-02-rcm-ruby-configuration-management-dsl.gmi b/gemfeed/2026-03-02-rcm-ruby-configuration-management-dsl.gmi index c3fb639d..66cfd6fb 100644 --- a/gemfeed/2026-03-02-rcm-ruby-configuration-management-dsl.gmi +++ b/gemfeed/2026-03-02-rcm-ruby-configuration-management-dsl.gmi @@ -24,7 +24,7 @@ RCM is a tiny configuration management system written in Ruby. It gives me a sma * ⇢ ⇢ ⇢ Template rendering into a file * ⇢ ⇢ ⇢ Ensuring a line is absent from a file * ⇢ ⇢ ⇢ Guarding a configuration run on the current hostname -* ⇢ Creating and deleting directories, and purging a directory tree +* ⇢ ⇢ ⇢ Creating and deleting directories, and purging a directory tree * ⇢ ⇢ ⇢ Managing file and directory modes and ownership * ⇢ ⇢ ⇢ Using a chained, more natural language style for notifications * ⇢ ⇢ ⇢ Touching files and updating their timestamps @@ -246,7 +246,7 @@ configure do end ``` -# Creating and deleting directories, and purging a directory tree +### Creating and deleting directories, and purging a directory tree ```ruby configure do diff --git a/gemfeed/2026-03-02-rcm-ruby-configuration-management-dsl.gmi.tpl b/gemfeed/2026-03-02-rcm-ruby-configuration-management-dsl.gmi.tpl index 234e78f0..c3485040 100644 --- a/gemfeed/2026-03-02-rcm-ruby-configuration-management-dsl.gmi.tpl +++ b/gemfeed/2026-03-02-rcm-ruby-configuration-management-dsl.gmi.tpl @@ -222,7 +222,7 @@ configure do end ``` -# Creating and deleting directories, and purging a directory tree +### Creating and deleting directories, and purging a directory tree ```ruby configure do diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index 4a366f82..c63f17cb 100644 --- a/gemfeed/atom.xml +++ b/gemfeed/atom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <feed xmlns="http://www.w3.org/2005/Atom"> - <updated>2026-03-01T21:39:39+02:00</updated> + <updated>2026-03-01T21:42:41+02:00</updated> <title>foo.zone feed</title> <subtitle>To be in the .zone!</subtitle> <link href="gemini://foo.zone/gemfeed/atom.xml" rel="self" /> @@ -45,7 +45,7 @@ <li>⇢ ⇢ <a href='#template-rendering-into-a-file'>Template rendering into a file</a></li> <li>⇢ ⇢ <a href='#ensuring-a-line-is-absent-from-a-file'>Ensuring a line is absent from a file</a></li> <li>⇢ ⇢ <a href='#guarding-a-configuration-run-on-the-current-hostname'>Guarding a configuration run on the current hostname</a></li> -<li><a href='#creating-and-deleting-directories-and-purging-a-directory-tree'>Creating and deleting directories, and purging a directory tree</a></li> +<li>⇢ ⇢ <a href='#creating-and-deleting-directories-and-purging-a-directory-tree'>Creating and deleting directories, and purging a directory tree</a></li> <li>⇢ ⇢ <a href='#managing-file-and-directory-modes-and-ownership'>Managing file and directory modes and ownership</a></li> <li>⇢ ⇢ <a href='#using-a-chained-more-natural-language-style-for-notifications'>Using a chained, more natural language style for notifications</a></li> <li>⇢ ⇢ <a href='#touching-files-and-updating-their-timestamps'>Touching files and updating their timestamps</a></li> @@ -300,7 +300,7 @@ http://www.gnu.org/software/src-highlite --> <b><u><font color="#000000">end</font></u></b> </pre> <br /> -<h1 style='display: inline' id='creating-and-deleting-directories-and-purging-a-directory-tree'>Creating and deleting directories, and purging a directory tree</h1><br /> +<h3 style='display: inline' id='creating-and-deleting-directories-and-purging-a-directory-tree'>Creating and deleting directories, and purging a directory tree</h3><br /> <br /> <!-- Generator: GNU source-highlight 3.1.9 by Lorenzo Bettini |
