From 6da0f9389c878259d636f565339841598d319c88 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Tue, 18 Jan 2022 14:16:39 +0100 Subject: Fix hugo blocks --- .../posts/2018/2018-05-07-sparrowdo-getting-started.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'content/posts/2018/2018-05-07-sparrowdo-getting-started.md') diff --git a/content/posts/2018/2018-05-07-sparrowdo-getting-started.md b/content/posts/2018/2018-05-07-sparrowdo-getting-started.md index b75de3a..aec4fdf 100644 --- a/content/posts/2018/2018-05-07-sparrowdo-getting-started.md +++ b/content/posts/2018/2018-05-07-sparrowdo-getting-started.md @@ -77,10 +77,10 @@ This is Rakudo Star version 2018.04.1 built on MoarVM version 2018.04.1 implementing Perl 6.c. ``` -{< admonition title="note" >} +{{< admonition title="note" >}} If there's a newer version available of Rakudo Star, the version numbers given by `perl6 -v` will differ for you. -{< / admonition >} +{{< / admonition >}} ### Installing Sparrowdo with zef @@ -105,10 +105,10 @@ option to do this automatically. sparrowdo --bootstrap ``` -{< admonition title="tip" >} +{{< admonition title="tip" >}} If you wish to bootstrap a remote system, you can use the `--host` option to specify the system. For example: `sparrowdo --host=192.168.1.2 --bootstrap`. -{< / admonition >} +{{< / admonition >}} Now your system is ready to be configured automatically using Sparrowdo! @@ -124,11 +124,11 @@ To make our sample, we'll create a new directory to work in, so we have clean directory that can be shared easily. You can also keep this directory under version control, so you can distribute the `sparrowfile` with all its templates. -{< admonition title="tip" >} +{{< admonition title="tip" >}} If you just want to create an empty directory to test things in, without "polluting" the rest of your system, just call `cd -- "$(mktemp -d)"`. This will create a temporary directory and change the working directory to there. -{< / admonition >} +{{< / admonition >}} I'll be using `~/.local/sparrowdo/local-dns` to work in, as I'll be setting up a local dns cache with [http://www.thekelleys.org.uk/dnsmasq/doc.html](dnsmasq) @@ -209,10 +209,10 @@ command with `--local_mode` and wait. sparrowdo --local_mode ``` -{< admonition title="note" >} +{{< admonition title="note" >}} If you want to run this on a remote machine to configure that one instead, you can use `--host=` instead of `--local_mode`. -{< admonition >} +{{< admonition >}} You can check whether it actually worked by inspecting the files in `/etc/dnsmasq.d` and your `/etc/resolv.conf`. The easiest way to check their -- cgit v1.1