tpmccallum / website

An 11ty website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple 11ty statically generated application, running on Spin

This is a template for building and statically exporting your 11ty application and running it on Fermyon Spin.

Using the template

To get started, open the 11ty-spin repository and click the "Use this template" button. Before you can build your 11ty application, make sure to run npm install in the target directory. You are now ready to start building your front-end. Run npm start and start editing your application. Alternatively, you can run spin build and spin up to build and run your application.

Deploy your application to Fermyon Cloud

Using a free Fermyon Cloud account, you can deploy your WebAssembly applications and get a public URL:

$ spin deploy
# your application will now be available at a *.fermyon.app URL

Credits

The 11ty template is based on the official 11ty template.

Youtube tutorial here.

About

An 11ty website


Languages

Language:CSS 50.4%Language:Nunjucks 46.6%Language:JavaScript 3.1%