GPG Sign blog posts #27
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
tests
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
pfych/static#27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Possible to hit a specific endpoint to get if the most recent related commit was signed:
@
commit.verification.verified = trueThis can render a badge for if the post was made with a signed commit.
I'd also like to inline a GPG signature in the blog post to allow
curl https://pfy.ch/path.html | gpgbut requires more researchI should be able to create a script I can run on my machine to generate a GPG key before pushing to add to the markdown frontmatter and it can render like this:
Will need to include the comments in the signature.
Not sure if it'll be easier to sign the whole HTML vs signing just the content. 🤔