Skip to content

FehlmannDy/myblog

Repository files navigation

Personal Blog - www.fehlmann.dev

License Website

Welcome to the GitHub repository for my personal blog built with Hugo and the iTheme template. The blog is live at www.fehlmann.dev.

🚀 Key Features

  • Clean Design: Powered by hugo-theme-itheme with responsive layouts and dark/light mode.
  • Blog Posts: Markdown support with code syntax highlighting.
  • SEO Optimized: Automatic OpenGraph tags and sitemap.
  • Performance: Fast loading times (95 Lighthouse score).
  • Social Integration: Built-in support for GitHub and LinkedIn.

🛠 Tech Stack

  • Framework: Hugo (Static Site Generator)
  • Theme: iTheme by Floyd Li
  • Hosting: Deployed on Infomaniak
  • Styling: Theme-default CSS with customization
  • Analytics: Google Analytics

📂 Project Structure

blog/
├── config.toml          # Main Hugo configuration
├── content/
│   └── posts/           # All blog posts (Markdown files)
├── assets/
│   └── css/             # Custom CSS overrides
├── static/              # Images/favicons
└── themes/
    └── hugo-theme-itheme # Theme files (git submodule)

🖥 Local Development

  1. Clone the repository (with submodule):
 git clone --recurse-submodules https://github.com/your-username/blog.git
 cd blog
  1. Install Hugo (Extended version required):

  2. Start the server:

    hugo server -D
    

    Access at http://localhost:1313

⚙️ Theme Customization

The iTheme supports these configurations in config.toml:

[params]
  primaryColor = "#2C3E50"     # Change theme color
  avatar = "img/avatar.png"    # Profile picture
  socials = [
    { name = "github", url = "https://github.com/your-username" },
    { name = "twitter", url = "https://twitter.com/..." }
  ]

🤝 Contributing

While this is primarily a personal blog, you can:

  • Report issues with content/functionality via GitHub Issues

  • Suggest improvements to the implementation

📄 License


🌐 Live Site: www.fehlmann.dev
📧 Contact: [email protected]
📖 Blog Posts: Latest Articles

About

My personal blog about my hobbies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published