feat: Init with clean layout

This commit is contained in:
SauravDhakal
2026-04-01 08:06:08 +05:45
parent 1206387246
commit df6f488ccd
46 changed files with 747 additions and 432 deletions

4
content/notes/_index.md Normal file
View File

@@ -0,0 +1,4 @@
---
title: "Notes"
description: "Quick notes, TILs, and short thoughts"
---

View File

@@ -1,8 +1,11 @@
---
title: "Search" # in any language you want
layout: "search" # necessary for search
# url: "/archive"
# description: "Description for Search"
summary: "search"
placeholder: "placeholder text in search input box"
title: "Sample Note"
date: 2025-08-20
# summary: "This is a sample note to demonstrate the notes section"
tags: ["example"]
draft: false
---
This is a sample note. Notes are meant to be short, quick thoughts or TILs (Today I Learned).
Delete this file and add your own notes here!