-
Notifications
You must be signed in to change notification settings - Fork 0
Create Posts “2026-06-22-a” #81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| --- | ||
| layout: post | ||
| author: malkomich | ||
| permalink: /a/ | ||
| date: 2026-06-23 01:15:03 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🎯 Functional Correctness | 🟠 Major 🧩 Analysis chain🏁 Script executed: #!/bin/bash
rg -n --hidden -S '(^|\s)future\s*:\s*true\b|--future\b' .Repository: malkomich/malkomich.github.io Length of output: 167 🏁 Script executed: #!/bin/bash
# Check for Jekyll config file
fd -H '_config\.ya?ml$' .Repository: malkomich/malkomich.github.io Length of output: 203 🏁 Script executed: #!/bin/bash
# Search for any build scripts or CI configuration
fd -H -E 'node_modules|\.git' '(\.github|ci|build|deploy|Makefile|package\.json|gemfile)' . | head -20Repository: malkomich/malkomich.github.io Length of output: 464 🏁 Script executed: #!/bin/bash
# Check the actual post file contents
cat -n _posts/2026-06-22-a.mdRepository: malkomich/malkomich.github.io Length of output: 380 🏁 Script executed: #!/bin/bash
# Check main config file
cat -n ./_config.yml | head -30Repository: malkomich/malkomich.github.io Length of output: 829 🏁 Script executed: #!/bin/bash
# Check src config file
cat -n ./src/yml/_config.yml | head -30Repository: malkomich/malkomich.github.io Length of output: 861 🏁 Script executed: #!/bin/bash
# Check for any posts settings file that might enable future
fd -H 'posts\.yml' . -x cat -n {}Repository: malkomich/malkomich.github.io Length of output: 298 🏁 Script executed: #!/bin/bash
# Check for any advanced settings that might enable future
fd -H 'advanced\.yml' . -x cat -n {}Repository: malkomich/malkomich.github.io Length of output: 538 🏁 Script executed: #!/bin/bash
# Check full _config.yml for any future setting
cat -n ./_config.ymlRepository: malkomich/malkomich.github.io Length of output: 3002 Move post date back to 2026-06-22 or enable future posts in build configuration. This post has 🤖 Prompt for AI Agents |
||
| title: A | ||
| description: A | ||
| category: apis | ||
| paginate: false | ||
| --- | ||
| A | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The date in the front matter (2026-06-23) does not match the date in the filename (2026-06-22). It is recommended to keep these dates synchronized to avoid potential inconsistencies in Jekyll's post processing and URL generation.