Skip to content

Commit 142956f

Browse files
committed
NoteBook Added
1 parent 6130baa commit 142956f

File tree

5 files changed

+24
-1
lines changed

5 files changed

+24
-1
lines changed

data/history.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
history:
2+
- date: "07 April 2025"
3+
title: "NoteBook"
4+
description: "Create and Edit your note in your Database"
5+
link: "/YourNoteBook/"
6+
accent_color: "#034C53"
7+
28
- date: "03 March 2025"
39
title: "CSV"
410
description: "Upload, View, Edit and Download CSV File on the go."

data/home.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ data:
3939
- name: "CSV"
4040
icon: "fa-solid fa-file-csv"
4141
url: "/CSV/"
42+
43+
- name: "Notebook"
44+
icon: "fa-solid fa-note-sticky"
45+
url: "/YourNoteBook/"
4246

4347
- name: "Wallpaper"
4448
icon: "fa-solid fa-image"

public/history/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,12 @@ <h1 onclick="window.location.href='/'">History</h1>
9898
<main>
9999
<ul>
100100

101+
<li style="--accent-color:#034C53" onclick="window.location.href='\/YourNoteBook\/'">
102+
<div class="date">07 April 2025</div>
103+
<div class="title">NoteBook</div>
104+
<div class="descr">Create and Edit your note in your Database</div>
105+
</li>
106+
101107
<li style="--accent-color:#5c1cd7" onclick="window.location.href='\/CSV\/'">
102108
<div class="date">03 March 2025</div>
103109
<div class="title">CSV</div>

public/index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33

44
<head>
5-
<meta name="generator" content="Hugo 0.129.0"><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
5+
<meta name="generator" content="Hugo 0.126.0"><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
66

77

88
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VM01Q3R43D"></script>
@@ -114,6 +114,11 @@ <h4 style="align-items: center;">Tools, Games, Art, Animation</h4>
114114
<span>CSV</span>
115115
</button>
116116

117+
<button class="neumorphic hapticButton" onclick="window.location.href='\/YourNoteBook\/'">
118+
<i class="fa-solid fa-note-sticky"></i>
119+
<span>Notebook</span>
120+
</button>
121+
117122
<button class="neumorphic hapticButton" onclick="window.location.href='\/Wallpaper\/'">
118123
<i class="fa-solid fa-image"></i>
119124
<span>Wallpaper</span>

public/sitemap.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
<lastmod>2023-01-01T00:00:00+00:00</lastmod>
2020
</url><url>
2121
<loc>http://localhost:1313/categories/</loc>
22+
</url><url>
23+
<loc>http://localhost:1313/test/</loc>
2224
</url><url>
2325
<loc>http://localhost:1313/tags/</loc>
2426
</url><url>

0 commit comments

Comments
 (0)