My GitHub Pages Site

A sample page demonstrating various formatting options rendered through GitHub Pages.

About This Project

This project is a work in progress and serves as a playground for experimenting with Jekyll and GitHub Pages. It showcases how italic, bold, and inline code all render in the browser.

You can also combine them: bold and italic text, or even strikethrough for things that are no longer relevant.


Features

What's Coming

  1. A proper landing page
  2. A blog section with posts
  3. A contact form
  4. Dark mode support

Code Examples

Here's a snippet of a simple Python function:

def greet(name):
    """Return a greeting string."""
    return f"Hello, {name}! Welcome to my site."

print(greet("World"))

And a quick bit of HTML:

<section>
  <h2>Hello, world!</h2>
  <p>This is rendered by Jekyll.</p>
</section>

Blockquotes

"The best way to get started is to quit talking and begin doing."
— Walt Disney

Nested quotes also work:

Outer quote.
Inner quote, for extra emphasis.

Tables

Feature Status Notes
Homepage ✅ Complete Live and rendering
Blog 🚧 In Progress Posts being drafted
Dark Mode ❌ Not Started Planned for v2
Contact Page ✅ Complete Linked in the header

Images

GitHub Pages Logo

Replace the above URL with a path to your own image, e.g. assets/images/photo.jpg


Links


Horizontal Rules & Misc

You can separate sections with a horizontal rule like the ones in this document (---).

You can also write footnotes1 and reference-style links if your renderer supports them.

1 This is a footnote. GitHub Pages supports these in most themes.

Contact

Have questions or feedback? Reach out via email [email protected].