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
Hypothesis testing completed:
- ✅ Tested module.json structure change (mod_* format) - failed
- ✅ Tested template change (default instead of corporate) - failed
- ❌ Root cause: build.sh parameters, not module.json structure
Both hypotheses proved incorrect. Issue is in hugo-templates framework
build.sh invocation parameters, not in configuration files.
Restoring original state for further deep investigation of build.sh script.
🤖 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.",
6
3
"version": "2.1.0",
7
4
"type": "corporate",
8
-
9
-
"deployment": {
10
-
"subdomain": "info-tech",
11
-
"repository": "info-tech",
12
-
"build_system": "hugo-templates"
13
-
},
14
-
15
5
"hugo_config": {
16
-
"template": "default",
6
+
"template": "corporate",
17
7
"theme": "compose",
18
8
"components": [],
19
9
"hugo_version": "0.148.0"
20
10
},
21
-
22
-
"metadata": {
23
-
"author": "InfoTech.io Team",
24
-
"maintainer": "info-tech-io",
25
-
"license": "MIT",
26
-
"difficulty": "general",
27
-
"estimated_time": "N/A",
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