A clean, modern implementation of the Get Tech Certified site using the GOV.UK Eleventy plugin.
✅ No tracking scripts - Clean, secure implementation
✅ No phishing warnings - Fresh codebase without suspicious elements
✅ GOV.UK compliant - Automatic design system compliance
✅ Easy to maintain - Markdown content instead of HTML
✅ Better accessibility - Built-in GOV.UK standards
✅ Clean URLs - No .html extensions needed
# Install dependencies
npm install
# Build the site
npm run build
# Serve locally at http://localhost:8080
npm run serveapp/
├── index.md # Homepage
├── posts/ # Certification area pages
│ ├── cloud-platform.md
│ ├── cyber-security.md
│ ├── data.md
│ ├── finops.md
│ ├── machine-learning-ai.md
│ ├── quantum-computing.md
│ ├── software-engineering.md
│ └── faqs.md
└── _data/ # Site configuration
_site/ # Built static site (for deployment)
- Create Markdown files in
app/posts/ - Use frontmatter for metadata:
--- title: Page Title description: Page description date: 2025-10-01 ---
- Write content in Markdown
- Tables are supported for vendor certifications
The _site folder contains the built static site ready for GitHub Pages deployment.
- ✅ Homepage
- ✅ Cloud & Platform Technologies
- ✅ FAQs
- ✅ Cyber Security
- ✅ Data
- ✅ FinOps
- ✅ Machine Learning & AI
- ✅ Quantum Computing
- ✅ Software Engineering
- Deploy to GitHub Pages or preferred hosting platform
- Set up GitHub Actions for automatic deployment
- Configure custom domain if needed
- Test all vendor links are working correctly