My website repo. https://nghialele.dev
Find a file
2025-10-30 01:00:55 +00:00
archetypes init 2025-10-30 00:44:49 +00:00
content init 2025-10-30 00:44:49 +00:00
themes/hugo-theme-console init 2025-10-30 00:44:49 +00:00
.gitignore init 2025-10-30 00:44:49 +00:00
.gitmodules init 2025-10-30 00:44:49 +00:00
hugo.toml init 2025-10-30 00:44:49 +00:00
README.md edit README 2025-10-30 01:00:55 +00:00

I told my $7 AI to write all this

Welcome to the wild world of my Hugo-powered blog! This isn't just any static site generator—it's a rocket-powered, emoji-infused, caffeine-fueled adventure in blogging. Whether you're here to rant about code, share cat memes, or ponder the mysteries of the universe, this blog has got your back. Built with Hugo, it's fast, furious, and fun!

Hugo Logo (Okay, not really, but imagine it here for extra flair!)

🌟 Features

  • Blazing Fast: Hugo builds sites quicker than you can say "static site generator."
  • Themes Galore: Customize with themes that make your blog look like a digital masterpiece.
  • Markdown Magic: Write posts in Markdown—because who has time for HTML tags?
  • SEO Superpowers: Built-in optimizations to make Google your best friend.
  • Fun Factor: Emojis, GIFs, and random humor included at no extra charge.

🛠️ Quick Start

Ready to dive in? Let's get this blog brewing!

Prerequisites

  • Hugo installed (duh!).
  • A cup of coffee (optional but highly recommended).

Installation

  1. Clone this repo:

    git clone https://github.com/yourusername/your-hugo-blog.git
    cd your-hugo-blog
    
  2. Install dependencies (if any):

    hugo mod get
    
  3. Run the development server:

    hugo server -D
    
  4. Open your browser to http://localhost:1313 and behold the magic!

Building for Production

When you're ready to unleash your blog on the world:

hugo --minify

Deploy the public/ folder to your favorite hosting service (Netlify, GitHub Pages, etc.).

📝 Writing Posts

Create new posts like a pro:

hugo new posts/my-awesome-post.md

Edit the file, add your witty content, and watch Hugo do its thing. Front matter? It's like metadata on steroids—title, date, tags, and more!

🎨 Customization

  • Themes: Pick from Hugo Themes or roll your own.
  • Config: Tweak config.toml or config.yaml to make it yours.
  • Shortcodes: Add fun elements like YouTube embeds or code blocks with flair.

🤝 Contributing

Got ideas? Bugs to squash? Pull requests welcome! Just follow these steps:

  1. Fork the repo.
  2. Create a feature branch: git checkout -b my-awesome-feature.
  3. Commit your changes: git commit -m 'Add some awesome sauce'.
  4. Push to the branch: git push origin my-awesome-feature.
  5. Open a PR and let's make this blog even better!

📜 License

This project is licensed under the MIT License—free as in freedom, not as in beer (but beer is good too 🍺).

🙌 Acknowledgments

  • Huge shoutout to the Hugo community for making static sites awesome.
  • Thanks to you for reading this—now go create something epic!

Fun fact: This README was generated with a dash of AI magic and a sprinkle of emojis. If you spot a typo, it's probably intentional for comedic effect. Happy blogging! 🎉