Henry Bley-Vroman

Results 132 comments of Henry Bley-Vroman

@Berkmann18 [or another maintainer — pinging you because of your involvement in the 329 conversation linked below] would you be open to my putting up a PR for this change?...

You can create two sitemaps with separate domains with `sitemap.sitemaps`: ```javascript sitemap: { hostname: 'doesntgetusedinoutput', // … sitemaps: [ { hostname: 'https://domain1.com', path: '/domain-1.xml', // … }, { hostname: 'https://domain2.com',...

PS furthermore my expectation is that `filter()` in each sitemap would operate on the modified routes. I think the above is the only piece missing, but I suppose there could...

Create an example repo: Working with single sitemap https://github.com/olets/nuxt-sitemap-generator-issue-demos/tree/nuxt-community/sitemap-module/issues/214/single-sitemap Not working with multiple sitemaps https://github.com/olets/nuxt-sitemap-generator-issue-demos/tree/nuxt-community/sitemap-module/issues/214/multiple-sitemaps Clone, `yarn`, `yarn generate`

@salmanulfarzy @maximbaz I've pushed some commits addressing your feedback @maximbaz I actually think I was wrong about `SPACESHIP_GIT_PREFIX` and `SPACESHIP_GIT_SYMBOL`

@maximbaz it's been long enough that I forgot exactly how it's set up :) `SPACESHIP_GIT_SYMBOL` _should_ be in the branch subsection! In this PR, the Git section has a prefix,...

Looking at this again to see where it stands. I moved the `git symbol` into the `branch` file, as requested — thanks for sticking to your guns on that idea...

Looking for `shrink-path` is cool! But re: "3 different sections": I'm actually no longer sure that supplying a variety of flavors is a good idea — #492

Not strictly related to this PR but I'm interested in what "different purposes" you use `--assume-unchanged` for @maximbaz

Interesting use. I think I'd add those to my global gitignore (git-rm'ing them first if necessary), to keep `--assume-unchanged` for temporary situations. But whatever works for you 👍. I may...