No description
https://flowvi.be
- Gleam 78.2%
- CSS 17.9%
- JavaScript 2.3%
- Shell 1.6%
| content | ||
| scripts | ||
| src | ||
| static | ||
| test | ||
| .gitignore | ||
| gleam.toml | ||
| manifest.toml | ||
| README.md | ||
| statichost.yml | ||
The Flowvi.be website
- Generate static output to
./_sitefolder:
gleam run
- Local Dev Server with Live Reload
gleam dev
- IndexNow: submit URLs to search engines
# Build the site first (generates the manifest)
gleam run
# Dry run — see what would be submitted
node scripts/indexnow-submit.mjs --dry-run
# Dry run — all URLs
node scripts/indexnow-submit.mjs --all --dry-run
# Submit all URLs
node scripts/indexnow-submit.mjs --all
# Submit only URLs modified on a specific date
node scripts/indexnow-submit.mjs --date 2025-12-19
More tutorials are available at https://blogat.to (but may be slightly outdated)