From 455f86f79e39cab04cfd425ab05eef6006d7dae2 Mon Sep 17 00:00:00 2001 From: AadyaDaita <89221238+AadyaDaita@users.noreply.github.com> Date: Tue, 8 Mar 2022 12:09:37 -0800 Subject: [PATCH 1/6] Update index.md --- index.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/index.md b/index.md index 399806a..45b983b 100644 --- a/index.md +++ b/index.md @@ -1,6 +1 @@ ---- -layout: default ---- -{% include navigation.html %} - -{% include_relative README.md %} +hi From 87cf011f0058c96c73bf4dcd5810aa92bc3a55c5 Mon Sep 17 00:00:00 2001 From: AadyaDaita <89221238+AadyaDaita@users.noreply.github.com> Date: Tue, 8 Mar 2022 12:22:32 -0800 Subject: [PATCH 2/6] Set theme jekyll-theme-slate --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 8546c4a..ea79de4 100644 --- a/_config.yml +++ b/_config.yml @@ -1,4 +1,4 @@ -theme: jekyll-theme-midnight +theme: jekyll-theme-slate title: Nighthawk CSP description: "This GitHub project provides Advance Placement Computer Science Principles (AP-CSP) code, training, and teaching materials. This page is a 'GitHub Pages' website and contains guidance and development activities. Cloning the GitHub Project provides Python-Flask webserver code. Explore this page and links to develop, build, and deploy a Web Server." email: "nighthawkcodingsociety@gmail.com" From 28fd9a7e4897e6f9b9b3a8730a33955ec35276d1 Mon Sep 17 00:00:00 2001 From: AadyaDaita <89221238+AadyaDaita@users.noreply.github.com> Date: Tue, 8 Mar 2022 12:24:32 -0800 Subject: [PATCH 3/6] Update index.md --- index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/index.md b/index.md index 45b983b..c4edb1e 100644 --- a/index.md +++ b/index.md @@ -1 +1,2 @@ hi +my name is aadya From 6540f6128ce589f66bb843853e05825b71c56f70 Mon Sep 17 00:00:00 2001 From: AadyaDaita <89221238+AadyaDaita@users.noreply.github.com> Date: Tue, 8 Mar 2022 12:26:06 -0800 Subject: [PATCH 4/6] Update _config.yml --- _config.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/_config.yml b/_config.yml index ea79de4..f980e76 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1 @@ theme: jekyll-theme-slate -title: Nighthawk CSP -description: "This GitHub project provides Advance Placement Computer Science Principles (AP-CSP) code, training, and teaching materials. This page is a 'GitHub Pages' website and contains guidance and development activities. Cloning the GitHub Project provides Python-Flask webserver code. Explore this page and links to develop, build, and deploy a Web Server." -email: "nighthawkcodingsociety@gmail.com" -webserver: "csp.nighthawkcodingsociety.com" -twitter: "twitter.com/NighthawkCoding" From a08e42dce923e92c36c798da171ccb58eb394564 Mon Sep 17 00:00:00 2001 From: AadyaDaita <89221238+AadyaDaita@users.noreply.github.com> Date: Tue, 8 Mar 2022 12:26:52 -0800 Subject: [PATCH 5/6] Delete index.md --- index.md | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 index.md diff --git a/index.md b/index.md deleted file mode 100644 index c4edb1e..0000000 --- a/index.md +++ /dev/null @@ -1,2 +0,0 @@ -hi -my name is aadya From 1687a74603d17da3e1ddcb240267b52a2242a96f Mon Sep 17 00:00:00 2001 From: AadyaDaita <89221238+AadyaDaita@users.noreply.github.com> Date: Tue, 8 Mar 2022 12:27:01 -0800 Subject: [PATCH 6/6] Delete _config.yml --- _config.yml | 1 - 1 file changed, 1 deletion(-) delete mode 100644 _config.yml diff --git a/_config.yml b/_config.yml deleted file mode 100644 index f980e76..0000000 --- a/_config.yml +++ /dev/null @@ -1 +0,0 @@ -theme: jekyll-theme-slate