blog.minskio.co.uk

Content and theme behind minskio.co.uk
Log | Files | Refs

commit 013df0dbeea02646813636354fcf481c50aa4c82
parent edf62923b2344abef2fb85e55ef957d862f10cf1
Author: breadcat <peter@minskio.co.uk>
Date:   Sun, 28 Jun 2020 14:42:02 +0100

Move single pages to single files

Diffstat:
M.gitignore | 2+-
Rcontent/about/_index.md -> content/about.md | 0
Rcontent/hardware/_index.md -> content/hardware.md | 0
Rcontent/quotes/_index.md -> content/quotes.md | 0
Rcontent/reading-list/_index.md -> content/reading-list.md | 0
Rcontent/status/_index.md -> content/status.md | 0
6 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore @@ -3,4 +3,4 @@ drafts # status page (https://git.minskio.co.uk/cgit.cgi/dockerfiles/.git/plain/server.sh func_status) -content\status\_index.md +content\status.md diff --git a/content/about/_index.md b/content/about.md diff --git a/content/hardware/_index.md b/content/hardware.md diff --git a/content/quotes/_index.md b/content/quotes.md diff --git a/content/reading-list/_index.md b/content/reading-list.md diff --git a/content/status/_index.md b/content/status.md