From 7cba6fcfe242dcd4478a5c1097b902739d0bc662 Mon Sep 17 00:00:00 2001 From: Lucas Sillito Date: Mon, 16 Oct 2023 18:56:44 -0600 Subject: [PATCH 1/2] my first message on the site --- index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.md b/index.md index 86110519..ab33218c 100644 --- a/index.md +++ b/index.md @@ -2,6 +2,8 @@ layout: default --- +# This is the beginning of my website Lucas Sillito + Text can be **bold**, _italic_, or ~~strikethrough~~. [Link to another page](./another-page.html). From 4db99369d93db5cb75591a1a0e8c158215a29bf4 Mon Sep 17 00:00:00 2001 From: Lucas Sillito Date: Mon, 16 Oct 2023 19:01:47 -0600 Subject: [PATCH 2/2] second line --- index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.md b/index.md index ab33218c..e1a69723 100644 --- a/index.md +++ b/index.md @@ -4,6 +4,8 @@ layout: default # This is the beginning of my website Lucas Sillito +This is my second line + Text can be **bold**, _italic_, or ~~strikethrough~~. [Link to another page](./another-page.html).