384890 results for ""a""

  • ~~so it's a genderfluid site generator~~
    ulhar4409 at 2025-12-22 05:25
  • I really like Astro because of all of this, it feels like a pure SSG but if you need SSR you can opt-in to it for just the parts that actually need it
    autumnlilybug at 2025-12-22 05:24
  • So, for my site, everything is 100% static except for my webmentions API endpoint (fully dynamic) and the comments at the bottom of each post (there is a static placeholder with a static JS snippet that is used to stream the real dynamic content from the server after the page loads and then replaces the placeholder - Astro calls it Server Islands)
    autumnlilybug at 2025-12-22 05:22
  • It is until it isn't. Basically it's an SSG except you can set it up with an "adapter" (node, CF workers, etc.) and then you can say "this page is rendered at runtime rather than build time" (among other things) and it will statically generate everything it can and then generate a JS "server bundle" that can handle the runtime stuff
    autumnlilybug at 2025-12-22 05:20
  • hmmm, at first i assumed astro was a static site generator, oop
    ulhar4409 at 2025-12-22 05:19
  • 1. I write the code on my computer (ofc) 2. I commit that code to the repo and push it to GitHub 3. Cloudflare sees a new commit and creates an ephemeral workspace to run the CD script 4. Cloudflare installs dependencies in the workspace, runs the build command, and then runs the deploy command (which uploads the build bundle to the Worker as a new deployment) 5. Cloudflare reports success or failure to GitHub, and simultan
    autumnlilybug at 2025-12-22 05:18
  • ulhar4409[d]: A Cloudflare worker running my built astro bundle
    autumnlilybug at 2025-12-22 05:15
  • Think of the deployment as a read only process - it can write files to its workspace but there's no way to get them back to the upstream repo directly so that's no good on its own
    autumnlilybug at 2025-12-22 05:15
  • when you make a request to a page on your site, where does the html come from?
    ulhar4409 at 2025-12-22 05:15
  • ulhar4409[d]: But the automation cannot make a git commit (if running on CF) and therefore cannot store the state in the repo
    autumnlilybug at 2025-12-22 05:14
Sort by:

Filter results by:

Tag

Query took 0.03s.


Search tips

Exclusion
+foo -bar
Logical OR
foo OR bar
Exact phrase
"foo bar"
Partial words
foo*
Particular fields only
title:foo
domain:example.org
nick:somebody
after:2016-11-23
before:2016-11-23
date:2016-11-23