mirror of
https://github.com/Kyren223/website.git
synced 2026-03-29 17:31:41 +00:00
Some blog changes
This commit is contained in:
7
src/content/blogs/my-webdev-experience.md
Normal file
7
src/content/blogs/my-webdev-experience.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: My webdev experience
|
||||
description: I made a website, here are my thoughts on web development
|
||||
date: 2024-12-13
|
||||
---
|
||||
|
||||
# My webdev experience
|
||||
@@ -1,13 +1,14 @@
|
||||
---
|
||||
title: The search for the perfect ed25519 key pair
|
||||
title: The search for the perfect ed25519 key
|
||||
description: Here's how you can embed your name in an SSH key
|
||||
date: 2024-12-11
|
||||
---
|
||||
|
||||
# The search for the perfect ed25519 key pair
|
||||
# The search for the perfect ed25519 key
|
||||
|
||||
Todo write intro to catch attention
|
||||
|
||||
### Why care about ed25519 key pairs?
|
||||
### Why care about an ed25519 key?
|
||||
|
||||
Ed25519 is a cryptographic algorithm for generating
|
||||
a pair of keys, a public one that can be shared with anyone
|
||||
Reference in New Issue
Block a user