Skip to content

Commit c956977

Browse files
committed
Reconfigure to use HTML files instead of folders and index.html
1 parent e0363bd commit c956977

7 files changed

Lines changed: 8 additions & 6 deletions

_config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ markdown: kramdown
3535
remote_theme: jsware/modified-mistakes
3636

3737
# Outputting
38-
permalink: pretty
38+
permalink: date
3939
paginate: 8
4040
paginate_path: /page:num/
4141
timezone: Europe/London
@@ -151,6 +151,7 @@ defaults:
151151
share: true
152152
show_date: true
153153
related: true
154+
permalink: /blog/:year/:month/:day/:title:output_ext
154155
# _pages
155156
- scope:
156157
path: ""

_posts/2020-02-15-Shlog-a-Shell-Logging-Framework.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "A shell script logging framework"
33
image: &image /assets/images/log-file.png
44
categories: Programming
5-
tags: Bash Scripting
5+
tags: Unix Mac Bash Scripting
66
header:
77
teaser: *image
88
toc: true

_posts/2020-04-04-Bashing-out-basename-and-dirname.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Bashing out basename and dirname"
33
image: &image /assets/images/gnu-bash.jpg
44
categories: Programming
5-
tags: Bash Scripting
5+
tags: Unix Mac Bash Scripting
66
header:
77
teaser: *image
88
redirect_from: /bash/2020/04/04/Bashing-out-basename-and-dirname/

_posts/2020-05-19-Bashing-out-spaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Bashing out Spaces"
33
excerpt: "There’s no need to use tr, sed and awk to trim whitespace from variables in Bash. Here's how."
44
image: &image /assets/images/gnu-bash.jpg
55
categories: Programming
6-
tags: Bash Scripting
6+
tags: Unix Mac Bash Scripting
77
header:
88
teaser: *image
99
redirect_from: /bash/2020/05/19/Bashing-out-spaces/

_posts/2021-06-28-Bashing-out-script-locations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ excerpt: "$(basename \"$0\") does not always give a script its own real location
44
image: &image /assets/images/gnu-bash.jpg
55
classes: wide
66
categories: Programming
7-
tags: Bash Scripting
7+
tags: Unix Mac Bash Scripting
88
header:
99
teaser: *image
1010
redirect_from: /bash/2021/06/28/Bashing-out-script-locations/

_posts/2021-12-12-Timecapsule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Calling Time on my Time Capsule"
33
excerpt: My Time Capsule started making rattling, grunting, whining noises and overheating. Was it time to call time on my Time Capsule?
44
image: &image https://images.unsplash.com/photo-1501139083538-0139583c060f
55
categories: General
6-
tags: Reviews
6+
tags: Reviews Mac
77
header:
88
teaser: *image
99
overlay_image: *image

_posts/2023-02-08-Journey-into-3D-Printing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ excerpt: I've have a new 3D printer to learn about. I have been dialing it in re
44
image: &image "/assets/images/3darm.jpg"
55
categories: 3DPrinting
66
tags: Terminator Models
7+
redirect_from: /3dprinting/2023/02/08/Journey-into-3D-Printing/
78
header:
89
teaser: *image
910
overlay_image: *image

0 commit comments

Comments
 (0)