diff --git a/README.md b/README.md index 3e8f3d5..911aae5 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,4 @@ My name is Alexander. I am learning Git, GitHub, and GitHub pages, along with some Git Commands. + diff --git a/_config.yml b/_config.yml index 7dd6a66..86408eb 100644 --- a/_config.yml +++ b/_config.yml @@ -1,3 +1,3 @@ -remote_theme: pages-themes/dinky@v0.2.0 -plugins: -- jekyll-remote-theme +title: Home +description: This is the homepage for AlexandrCode24 +theme: jekyll-theme-dinky \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..6a193f4 --- /dev/null +++ b/index.html @@ -0,0 +1,8 @@ +--- +layout: default +title: Home +--- + +
My name is Alexander.
+I am learning Git, GitHub, and GitHub pages, along with some Git Commands.