Skip to content

Commit 67d42d7

Browse files
committed
Use conventional name: _posts/ (not posts/)
1 parent 2c3acdf commit 67d42d7

5 files changed

+22
-14
lines changed

Gemfile.lock

+14-8
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,13 @@ GEM
1212
eventmachine (>= 0.12.9)
1313
http_parser.rb (~> 0)
1414
eventmachine (1.2.7)
15-
ffi (1.17.0)
15+
ffi (1.17.0-arm64-darwin)
16+
ffi (1.17.0-x86_64-darwin)
1617
forwardable-extended (2.6.0)
17-
google-protobuf (4.27.3)
18+
google-protobuf (4.27.3-arm64-darwin)
19+
bigdecimal
20+
rake (>= 13)
21+
google-protobuf (4.27.3-x86_64-darwin)
1822
bigdecimal
1923
rake (>= 13)
2024
http_parser.rb (0.8.0)
@@ -53,13 +57,13 @@ GEM
5357
rb-fsevent (~> 0.10, >= 0.10.3)
5458
rb-inotify (~> 0.9, >= 0.9.10)
5559
mercenary (0.4.0)
56-
mini_portile2 (2.8.7)
5760
minima (2.5.1)
5861
jekyll (>= 3.5, < 5.0)
5962
jekyll-feed (~> 0.9)
6063
jekyll-seo-tag (~> 2.1)
61-
nokogiri (1.13.10)
62-
mini_portile2 (~> 2.8.0)
64+
nokogiri (1.16.7-arm64-darwin)
65+
racc (~> 1.4)
66+
nokogiri (1.16.7-x86_64-darwin)
6367
racc (~> 1.4)
6468
pathutil (0.16.2)
6569
forwardable-extended (~> 2.6)
@@ -87,17 +91,19 @@ GEM
8791
rspec-support (~> 3.13.0)
8892
rspec-support (3.13.1)
8993
safe_yaml (1.0.5)
90-
sass-embedded (1.77.8)
94+
sass-embedded (1.77.8-arm64-darwin)
95+
google-protobuf (~> 4.26)
96+
sass-embedded (1.77.8-x86_64-darwin)
9197
google-protobuf (~> 4.26)
92-
rake (>= 13)
9398
strscan (3.1.0)
9499
terminal-table (3.0.2)
95100
unicode-display_width (>= 1.1.1, < 3)
96101
unicode-display_width (2.5.0)
97102
webrick (1.8.1)
98103

99104
PLATFORMS
100-
ruby
105+
arm64-darwin
106+
x86_64-darwin
101107

102108
DEPENDENCIES
103109
bundler-graph

_config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
title: All Mammals Learn by Playing
22
description: The creative play space of Michael R. Wolf
33
theme: minima
4+
permalink: /:year/:month/:day/:title/

_posts/2024-08-16-second-post.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
layout: default
3+
title: Second post (redux)
4+
---
5+
# Header 1
6+
7+
This is a post
File renamed without changes.

posts/2024-08-16-second-post.md

-6
This file was deleted.

0 commit comments

Comments
 (0)