From 7d72fce74c26d25aaa1b5a7ba59d32cd0160aa74 Mon Sep 17 00:00:00 2001 From: Sharwin24 Date: Wed, 1 Jan 2025 15:56:32 -0800 Subject: [PATCH] Editing content for example project post --- content/posts/_index.md | 2 +- content/posts/example_post.md | 7 ------- content/posts/{sample_paper => project1}/index.md | 11 +++++++---- 3 files changed, 8 insertions(+), 12 deletions(-) delete mode 100644 content/posts/example_post.md rename content/posts/{sample_paper => project1}/index.md (67%) diff --git a/content/posts/_index.md b/content/posts/_index.md index f448269..48d82a8 100644 --- a/content/posts/_index.md +++ b/content/posts/_index.md @@ -1,3 +1,3 @@ --- -title: Sharwin's Posts +title: Project Posts --- \ No newline at end of file diff --git a/content/posts/example_post.md b/content/posts/example_post.md deleted file mode 100644 index 806c249..0000000 --- a/content/posts/example_post.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -hero: /images/default-hero.jpg -author: - name: Sharwin Patil - image: /images/sharwin_portrait.jpg ---- -Example Post Text here \ No newline at end of file diff --git a/content/posts/sample_paper/index.md b/content/posts/project1/index.md similarity index 67% rename from content/posts/sample_paper/index.md rename to content/posts/project1/index.md index e43a1da..471d262 100644 --- a/content/posts/sample_paper/index.md +++ b/content/posts/project1/index.md @@ -1,11 +1,14 @@ --- -title: "Sample Paper" -date: 2020-06-08T08:06:25+06:00 +title: "First Project" +date: 2024-12-30T09:00:00+00:00 description: Introduction to Sample Post +hero: images/kavar_background.jpg +author: + image: /images/sharwin_portrait.jpg menu: sidebar: - name: Introduction - identifier: introduction + name: Project 1 + identifier: project1 weight: 0 tags: ["Basic", "Multi-lingual"] categories: ["Basic"]