alexkarle.com

Source for alexkarle.com
git clone git://git.alexkarle.com/alexkarle.com.git
Log | Files | Refs | README | LICENSE

commit 924bb6548faa227d640f36a694ef687f7162a7f1 (patch)
parent 6f19196ee4252d0be9b67989f7e773471afbc405
Author: Alex Karle <alex@alexkarle.com>
Date:   Wed, 30 Dec 2020 17:39:05 -0500

man: Remove invalid format=indent .Bl argument

It turns out it should have been -offset indent this whole
time. I didn't notice because HTML indents nicely as it is...

Diffstat:
MBLM.7 | 2+-
Ma-new-hope.7 | 2+-
Mblog.7 | 5+++++
Mdomain-names.7 | 4++--
Mon-writing.7 | 2+-
Mself-hosted.7 | 12++++++------
Mtemplate.7 | 2+-
7 files changed, 17 insertions(+), 12 deletions(-)

diff --git a/BLM.7 b/BLM.7 @@ -10,7 +10,7 @@ I meant to post about this earlier, but it's better late than never. It's become abundantly clear to me that we need serious structural changes in our country. I want to raise my voice in solidarity to say that Black Lives Matter. .Sh SEE ALSO -.Bl -compact -bullet -format=indent +.Bl -compact -bullet .It .Lk https://blacklivesmatter.com .It diff --git a/a-new-hope.7 b/a-new-hope.7 @@ -14,7 +14,7 @@ has free static site hosting! Inspired by Jeff Huang's article on websites Designed to Last and a general desire for a simpler web. .Sh SEE ALSO -.Bl -compact -bullet -format=indent +.Bl -compact -bullet .It .Lk https://jeffhuang.com/designed_to_last .It diff --git a/blog.7 b/blog.7 @@ -11,6 +11,11 @@ I don't write frequently, but when I do, it's usually about tech. .It .Xr intro 7 .It +.Xr my-old-man 7 +- Adventures in using +.Xr mdoc 7 +as the markup language for this site (12/30/2020) +.It .Xr on-writing 7 - On Writing Without an Audience (10/22/2020) .It diff --git a/domain-names.7 b/domain-names.7 @@ -11,7 +11,7 @@ Not for boosting my own webpage (it doesn't really have much traffic). Just for me. .Pp The results were... disheartening. -.Bl -bullet -compact -format=indent +.Bl -bullet -compact .It .Sy karle.org : .Pp @@ -38,7 +38,7 @@ Nary an option to buy it. .El So here we are. Looks like `karle.co` for at least a little longer. .Sh SEE ALSO -.Bl -compact -bullet -format=indent +.Bl -compact -bullet .It .Xr blog 7 .El diff --git a/on-writing.7 b/on-writing.7 @@ -49,7 +49,7 @@ self-hosted sites. And who knows, maybe one day someone will read this and have felt the same. I guess I'm writing for that person too. .Pp .Sh SEE ALSO -.Bl -compact -bullet -format=indent +.Bl -compact -bullet .It .Xr blog 7 .El diff --git a/self-hosted.7 b/self-hosted.7 @@ -29,7 +29,7 @@ but for now, I really just wanted to give a brief update on where I landed and what the current stack is. .Pp I'm currently running (in no particular order): -.Bl -compact -bullet -format=indent +.Bl -compact -bullet .It .Sy OS : OpenBSD @@ -37,7 +37,7 @@ OpenBSD .Sy Web server : OpenBSD's .Xr httpd 8 -.Bl -compact -dash -format=indent +.Bl -compact -dash .It Serves the `www.` static content .It @@ -48,14 +48,14 @@ Also serves .Sy Reverse proxy : OpenBSD's .Xr relayd 8 -.Bl -compact -dash -format=indent +.Bl -compact -dash .It Used to send traffic between `euchre.live` (which uses a Mojolicious web server as the backend) and `alexkarle.com` based on URL .El .It .Sy `www` content : -.Bl -compact -dash -format=indent +.Bl -compact -dash .It 100% static content .It @@ -68,7 +68,7 @@ templating Perl script that I home-rolled .El .It .Sy Git : -.Bl -compact -dash -format=indent +.Bl -compact -dash .It Public repos served with .Sy git-daemon(1) @@ -82,7 +82,7 @@ static HTML of content generated via post-receive hook with .El That's all for now! .Sh SEE ALSO -.Bl -compact -bullet -format=indent +.Bl -compact -bullet .It .Xr blog 7 .It diff --git a/template.7 b/template.7 @@ -7,7 +7,7 @@ .Sh DESCRIPTION entry .Sh SEE ALSO -.Bl -compact -bullet -format=indent +.Bl -compact -bullet .It .Xr blog 7 .El