Getting Started

Reseed should be run after your static site build (for example, using Hugo, Jekyll or Eleventy). It processes your built site, so take note of where your build step outputs to. This is often a folder like public/.

Say you have a blog that you want to serve on a subpath of your domain (e.g. mydomain.com). For this example:

To achieve this, first cd to your site files in your terminal. Then, run the following command:

npx reseed -s public/ -b blog/ -d site/

After running, your reseeded files will be in a folder structure: site/blog/.

You can then deploy this to your blog/ subpath.