Skip to content

Commit 3239713

Browse files
Claude-InfoTechclaude
andcommitted
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>
1 parent ddebe8d commit 3239713

1 file changed

Lines changed: 30 additions & 33 deletions

File tree

docs/module.json

Lines changed: 30 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,45 @@
11
{
2+
"schema_version": "1.0",
23
"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.",
36
"version": "2.1.0",
47
"type": "corporate",
8+
9+
"deployment": {
10+
"subdomain": "info-tech",
11+
"repository": "info-tech",
12+
"build_system": "hugo-templates"
13+
},
14+
515
"hugo_config": {
616
"template": "corporate",
717
"theme": "compose",
818
"components": [],
919
"hugo_version": "0.148.0"
1020
},
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",
21+
22+
"metadata": {
23+
"author": "InfoTech.io Team",
24+
"maintainer": "info-tech-io",
25+
"license": "MIT",
26+
"difficulty": "general",
27+
"estimated_time": "N/A",
1528
"language": "en",
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
29+
"tags": ["corporate", "open-source", "education-technology", "organization"]
3530
},
36-
"seo": {
37-
"enableSitemap": true,
38-
"enableRobots": true,
39-
"enableStructuredData": true,
40-
"enableOpenGraph": true,
41-
"enableTwitterCard": true
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"
4236
},
43-
"build_settings": {
44-
"hugo_version": "0.148.0",
45-
"enable_minification": true,
46-
"enable_fingerprinting": true
37+
38+
"status": {
39+
"lifecycle": "stable",
40+
"last_updated": "2025-09-26",
41+
"content_complete": true,
42+
"testing_complete": false,
43+
"review_complete": true
4744
}
4845
}

0 commit comments

Comments
 (0)