Skip to content

Commit 86574a4

Browse files
committed
Updates
1 parent 631a674 commit 86574a4

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,13 @@ Set up hidden page initially as follows.
5252
1. Create _posts with post date of today (will override in front matter later)
5353
1. No tags
5454
1. No date in front matter
55-
1. Set "hidden: true" in front matter
56-
1. Give post a non-date permalink, this is key
55+
1. Create permalink without date, this is key
5756
1. Publish it and reference the permalink. Confirm it's accessible but hidden from pagination and tag-feed.
5857

5958
Note: Date-based filename organizes post but isn't used in permalink.
6059

6160
When ready for general audience and syndicate as follows.
6261

63-
1. Remove "hidden: true" from front matter
6462
1. Add date as current date for publishing purposes, e.g. `date: 2024-10-02`
6563
1. Add tag to trigger syndication (e.g. PostgreSQL)
66-
1. Run "bundle exec jekyll serve" and confirm visibility
6764
1. Push it, confirm permalink is same, it's in pagination and tag-feed

0 commit comments

Comments
 (0)