You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix module.json structure to match working mod_* repositories
Restructured module.json to follow the same pattern as working mod_linux_base:
- Added schema_version, deployment, metadata, urls, status sections
- Kept corporate template but simplified structure
- Made compatible with hugo-templates framework parsing
- This should resolve GitHub Pages build failures
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
"title": "InfoTech.io - Open Source Educational Technology",
5
+
"description": "Building the future of open source education technology. Interactive learning platforms, developer tools, and community-driven educational content.",
3
6
"version": "2.1.0",
4
7
"type": "corporate",
8
+
9
+
"deployment": {
10
+
"subdomain": "info-tech",
11
+
"repository": "info-tech",
12
+
"build_system": "hugo-templates"
13
+
},
14
+
5
15
"hugo_config": {
6
16
"template": "corporate",
7
17
"theme": "compose",
8
18
"components": [],
9
19
"hugo_version": "0.148.0"
10
20
},
11
-
"site": {
12
-
"title": "InfoTech.io - Open Source Educational Technology",
13
-
"description": "Building the future of open source education technology. Interactive learning platforms, developer tools, and community-driven educational content.",
0 commit comments