diff --git a/src/content/blogs/my-webdev-experience.md b/src/content/blogs/my-webdev-experience.md new file mode 100644 index 0000000..9909cf1 --- /dev/null +++ b/src/content/blogs/my-webdev-experience.md @@ -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 diff --git a/src/content/blogs/blog-1.md b/src/content/blogs/test.md similarity index 100% rename from src/content/blogs/blog-1.md rename to src/content/blogs/test.md diff --git a/src/content/blogs/blog-0.md b/src/content/blogs/the-search-for-the-perfect-ed25519-key.md similarity index 88% rename from src/content/blogs/blog-0.md rename to src/content/blogs/the-search-for-the-perfect-ed25519-key.md index 228ff63..cb47772 100644 --- a/src/content/blogs/blog-0.md +++ b/src/content/blogs/the-search-for-the-perfect-ed25519-key.md @@ -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