From 5e9f3437a60cbafd25c6a758a672e1650faea2ee Mon Sep 17 00:00:00 2001 From: Ivan Reshetnikov Date: Sun, 1 Oct 2023 11:03:35 +0500 Subject: [PATCH] Create a list of notes --- src/components/Navbar.astro | 1 - src/components/Note.astro | 20 ++++++++++++++++++++ src/pages/index.astro | 4 ++++ src/pages/{ => notes}/self-hosting.astro | 2 +- 4 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 src/components/Note.astro rename src/pages/{ => notes}/self-hosting.astro (99%) diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index 0ca7690..1c01222 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -1,6 +1,5 @@ diff --git a/src/pages/index.astro b/src/pages/index.astro index cbdacda..867ae1d 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,5 +1,6 @@ --- import Layout from '../layouts/Layout.astro'; +import Note from '../components/Note.astro'; --- @@ -11,6 +12,9 @@ import Layout from '../layouts/Layout.astro';

Я Иван. Скорее всего, я буду рассказывать что-нибудь про компьютеры и интернет, такой уж я человек.

+ +

Заметки

+