Skip to main content
  1. Posts/

Welcome to My Hugo Site

·196 words·1 min· loading · loading · ·
Hugo Tutorials - This article is part of a series.
Part : This Article

🎉 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:

FeatureStatus
Dark Mode✅ Enabled
Search✅ Enabled
Hero Images✅ Enabled
TOC✅ Enabled

Next Steps
#

  1. Customize config/_default/languages.en.toml to update site info
  2. Add more posts in content/posts/
  3. Add images to static/ folder
  4. Deploy updates with wrangler pages deploy public

Enjoy your new Hugo site! 🚀

Author
Site Author
This is a Hugo site with Blowfish theme.
Hugo Tutorials - This article is part of a series.
Part : This Article

Related