Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
My name is Alexander.

I am learning Git, GitHub, and GitHub pages, along with some Git Commands.

6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -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
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
layout: default
title: Home
---

<h1>Welcome to AlexandrCode24.github.io</h1>
<p>My name is Alexander.</p>
<p>I am learning Git, GitHub, and GitHub pages, along with some Git Commands.</p>