Welcome to My Redesigned Website
I'm excited to share my newly redesigned personal website and blog. This site is built with Pelican, a static site generator written in Python, and styled with Tailwind CSS.
Why Pelican?¶
Pelican is a fantastic static site generator that allows me to:
- Write content in Markdown
- Customize the site with Jinja2 templates
- Generate a fast, secure static website
- Deploy easily to GitHub Pages
Features of This Site¶
The new design includes:
- Clean, minimalist aesthetic
- Responsive layout for all devices
- Dark mode support
- Improved typography with custom fonts
- Fast loading times
Code Example¶
Here's a simple Python function:
def greet(name):
"""Return a personalized greeting."""
return f"Hello, {name}! Welcome to my website."
# Let's test it
print(greet("visitor"))
What's Next?¶
I plan to regularly update this blog with:
- Technical tutorials
- Project updates
- Thoughts on software development
- Useful resources I discover
Stay tuned for more content coming soon!