🎉 Welcome!#
This is your first post on your brand new Hugo site powered by the Blowfish theme and deployed on Cloudflare Pages.
Features Enabled#
This site comes with many interactive features:
- 🌙 Dark Mode - Toggle between light and dark themes
- 🔍 Full-text Search - Search across all your content
- 📋 Code Copy - One-click code copying
- 📊 Table of Contents - Auto-generated navigation
- 🔗 Social Sharing - Share on LinkedIn, Twitter, WhatsApp, and more
- 🧘 Zen Mode - Distraction-free reading experience
- 🏷️ Taxonomies - Tags, categories, series, and authors
- 📱 Responsive Design - Works on all devices
Code Example#
Here’s a code block to test the code copy feature:
// Example JavaScript code
const greeting = "Hello, Hugo!";
console.log(greeting);
// Interactive animation
document.addEventListener('DOMContentLoaded', () => {
console.log('Site is ready!');
});Markdown Features#
note
Blowfish theme supports GitHub-style alerts!
You can also use:
| Feature | Status |
|---|---|
| Dark Mode | ✅ Enabled |
| Search | ✅ Enabled |
| Hero Images | ✅ Enabled |
| TOC | ✅ Enabled |
Next Steps#
- Customize
config/_default/languages.en.tomlto update site info - Add more posts in
content/posts/ - Add images to
static/folder - Deploy updates with
wrangler pages deploy public
Enjoy your new Hugo site! 🚀