calevans/staticforge-sitedownloader

StaticForge Feature: SiteDownloader

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/calevans/staticforge-sitedownloader

1.0.2 2025-12-12 15:05 UTC

This package is auto-updated.

Last update: 2025-12-12 15:06:48 UTC


README

A StaticForge feature package that downloads a remote site and converts the content to markdown.

This is no where near a perfect conversion. However, it is good enough to get your content. You will need to do some cleanup and reorganization after the download.

I've been using this to convert some old WordPress sites to StaticForge static sites.

Installation

composer require calevans/staticforge-sitedownloader
php vendor/bin/staticforge feature:setup sitedownloader
  1. Create a new directory for your site.
  2. Install staticforge
  3. run php vendor/bin/staticforge site:init
  4. Install this package
  5. Configure .env and siteconfigure.yaml as needed.
  6. Run php vendor/bin/staticforge site:download --url=YOUR_DOMAIN_HERE to download and convert the remote site.
  7. Create a template or use one of the templates we provide.
  8. Render your site and then use site:devserver to view it. Repeate this as often as needed.
  9. Once you are happy with it, fill out the # SFTP Upload Configuration section of .env file.
  10. Run php vendor/bin/staticforge site:upload to upload your site to your server.