zachleat’s avatarzachleat’s Twitter Archive—№ 27,379

    1. …in reply to @kmelve
      @kmelve @eleven_ty This is not yet on the documentation and it isn't quite how I'd want it to work but you can use it programmatically a la cmd.js in our github repo. This will work (using the defaults for input and output directory) gist.github.com/zachleat/5b5ae0ddadbeba6169f18e5b4aa58a66
      oh my god twitter doesn’t include alt text from images in their API
  1. …in reply to @zachleat
    @kmelve @eleven_ty See Eleventy.js for all the methods github.com/11ty/eleventy/blob/master/src/Eleventy.js Example github.com/11ty/eleventy/blob/master/cmd.js#L51 see also .watch(), .serve(), .restart()