Skip to content

Convert to a static site #4

@twilson63

Description

@twilson63

Converting to a static site should be a simple as a couple of shell commands

mkdir -p 'dist/'
curl 'localhost:3000' > 'dist/index.html'
curl 'localhost:3000/js/config.js' > 'dist/config.js'
curl 'localhost:3000/js/app.js' > 'dist/app.js'
curl 'localhost:3000/js/get.js' > 'dist/get.js'
curl 'localhost:3000/js/jsbinify.js' > 'dist/jsbinify.js'
curl 'localhost:3000/js/notebook.js' > 'dist/notebook.js'
mkdir -p dist/css
curl 'localhost:3000/css/style.css' > 'dist/css/style.css'
cp **/*.md > dist

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions