Coder Social home page Coder Social logo

stasis-web's Introduction

stasis

stasis is a command line utility to scrape webpage and create local version.

I create this to create a static copy of my ghost blog such that I can host them on static site like S3. This may or maynot work for your site, YMMV.

Usage

With node.js and npm:

npm install -g stasis-web

You can now use stasis from the command line.

Examples

Download a site to a local folder:

stasis -a https://yourblog.com -d ./static

Download a site running locally to a local folder, and replace the local url of the file to new address:

stasis -a http://localhost:2368 -d ./static
replace 'http://localhost:2368' 'http://mynewdomain.com' './static' -r -q

After convert the web site to static file, you can publish it with zeit now-static:

cd ./static && now
> Ready! https://static-fkghqwgpbn.now.sh/ (copied to clipboard) [3s]

Or upload to s3

aws s3 website s3://my-bucket/ --index-document index.html --error-document error.html
aws s3 cp --acl=public-read ./static s3://my-bucket/ --recursive

You might also upload with Apex up

stasis-web's People

Contributors

siuying avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.