Personal Blog - www.fehlmann.dev
Welcome to the GitHub repository for my personal blog built with Hugo and the iTheme template. The blog is live at www.fehlmann.dev.
- 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.
- Framework: Hugo (Static Site Generator)
- Theme: iTheme by Floyd Li
- Hosting: Deployed on Infomaniak
- Styling: Theme-default CSS with customization
- Analytics: Google Analytics
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)
- Clone the repository (with submodule):
git clone --recurse-submodules https://github.com/your-username/blog.git
cd blog
-
Install Hugo (Extended version required):
- Follow the official guide
-
Start the server:
hugo server -D
Access at
http://localhost:1313
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/..." }
]
While this is primarily a personal blog, you can:
-
Report issues with content/functionality via GitHub Issues
-
Suggest improvements to the implementation
-
Code: MIT License
-
Content: Copyright © FehlmannDy
-
Theme: MIT License
🌐 Live Site: www.fehlmann.dev
📧 Contact: [email protected]
📖 Blog Posts: Latest Articles