Skip to content

Commit f10bfe7

Browse files
Claude-InfoTechclaude
andcommitted
Restore original module.json configuration
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>
1 parent 9779f59 commit f10bfe7

1 file changed

Lines changed: 34 additions & 31 deletions

File tree

docs/module.json

Lines changed: 34 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,48 @@
11
{
2-
"schema_version": "1.0",
32
"name": "info-tech-corporate",
4-
"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.",
63
"version": "2.1.0",
74
"type": "corporate",
8-
9-
"deployment": {
10-
"subdomain": "info-tech",
11-
"repository": "info-tech",
12-
"build_system": "hugo-templates"
13-
},
14-
155
"hugo_config": {
16-
"template": "default",
6+
"template": "corporate",
177
"theme": "compose",
188
"components": [],
199
"hugo_version": "0.148.0"
2010
},
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.",
14+
"baseURL": "https://info-tech.io",
2815
"language": "en",
29-
"tags": ["corporate", "open-source", "education-technology", "organization"]
16+
"author": "InfoTech.io Organization"
17+
},
18+
"content": {
19+
"source": "./content",
20+
"destination": "info-tech"
21+
},
22+
"features": {
23+
"enableSearch": true,
24+
"enableAnalytics": true,
25+
"enableComments": false,
26+
"enableSocialSharing": true,
27+
"enableBlog": true
28+
},
29+
"corporate": {
30+
"showTeam": false,
31+
"showTestimonials": false,
32+
"enableContactForm": true,
33+
"showProducts": true,
34+
"showOpenSource": true
3035
},
31-
32-
"urls": {
33-
"production": "https://info-tech-io.github.io",
34-
"repository": "https://github.com/info-tech-io/info-tech",
35-
"issues": "https://github.com/info-tech-io/info-tech/issues"
36+
"seo": {
37+
"enableSitemap": true,
38+
"enableRobots": true,
39+
"enableStructuredData": true,
40+
"enableOpenGraph": true,
41+
"enableTwitterCard": true
3642
},
37-
38-
"status": {
39-
"lifecycle": "stable",
40-
"last_updated": "2025-09-26",
41-
"content_complete": true,
42-
"testing_complete": false,
43-
"review_complete": true
43+
"build_settings": {
44+
"hugo_version": "0.148.0",
45+
"enable_minification": true,
46+
"enable_fingerprinting": true
4447
}
4548
}

0 commit comments

Comments
 (0)