Update Hugo and theme with modern improvements

- Updated Hugo from v0.115.4 to v0.150.0 (latest)
- Updated m10c theme to latest version (8 commits)
- Fixed deprecated resources.ToCSS → css.Sass function
- Upgraded social icons to use brand-specific Simple Icons
- Added RSS feed autodiscovery support
- Improved icon consistency across all social platforms

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Eric Wagoner
2025-09-22 19:52:05 -04:00
parent 2083d5931b
commit ebc5c77b92
3 changed files with 10 additions and 9 deletions

View File

@@ -2,7 +2,8 @@
"permissions": {
"allow": [
"Bash(hugo:*)",
"Bash(find:*)"
"Bash(find:*)",
"Bash(cat:*)"
],
"deny": [],
"ask": []