A sample page demonstrating various formatting options rendered through GitHub Pages.
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.
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>
"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.
| 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 |
Replace the above URL with a path to your own image, e.g. assets/images/photo.jpg
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.
Have questions or feedback? Reach out via email [email protected].