No description https://flowvi.be
  • Gleam 78.2%
  • CSS 17.9%
  • JavaScript 2.3%
  • Shell 1.6%
Find a file
2026-07-05 11:57:26 +02:00
content feat: add 1.8.2 changelo 2026-06-27 18:51:18 +02:00
scripts feat: move presskit into the webapp 2026-05-31 17:21:31 +02:00
src chore: update footer 2026-07-05 11:57:26 +02:00
static feat: introduce security.txt 2026-06-30 18:21:01 +02:00
test feat: update engine 2026-05-31 14:48:53 +02:00
.gitignore feat: move to gleam 2026-04-12 19:21:03 +02:00
gleam.toml feat: they say don't mess with the cursor and the scrollbars but what if I we do this 2026-06-28 14:41:08 +02:00
manifest.toml feat: they say don't mess with the cursor and the scrollbars but what if I we do this 2026-06-28 14:41:08 +02:00
README.md feat: move to gleam 2026-04-12 19:21:03 +02:00
statichost.yml feat: add statichost config 2026-06-15 19:51:11 +02:00

The Flowvi.be website

  • Generate static output to ./_site folder:

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)