Static website for the DevOps Downtime community meetup in Nepal.
- HTML + CSS (no framework)
- Static assets in
Resources/ - Cloudflare Pages deployment via GitHub
- Optional
wrangler.tomlincluded for Cloudflare Workers static assets
index.html: Main website pageassets/css/style.css: StylesheetResources/: Logo, background image, and Sora font filesrobots.txt: Search crawler rulessitemap.xml: Sitemap for search enginespackage.json: Build script for clean deploy outputwrangler.toml: Worker/static assets config
Open the site directly:
open index.htmlGenerate a clean deployment folder:
npm run buildThis creates:
dist/with only deployable files- Excludes
.git,node_modules, zip files, and local config artifacts
Use these settings in Cloudflare Pages:
- Build command:
npm run build - Build output directory:
dist - Root directory:
/
This ensures non-site files (like .git) are not deployed.
If deploying with Workers static assets instead of Pages:
npx wrangler deploy- Canonical URL and meta tags
- Open Graph and Twitter tags
- JSON-LD structured data
robots.txtandsitemap.xml- Microsoft Clarity tracking snippet
Hosting inquiries: