Installation
There are multiple ways you can use Pack11ty, depending on where you want to host your site.
Repository creation
Permalink to heading Repository creationFast creation and deployment with Netlify
Permalink to heading Fast creation and deployment with NetlifyIf you're in a hurry, try this:
The button above will:
- Create a new repository in your own GitHub account with Pack11ty code
- Deploy a copy of this new repository to your Netlify account (you can create one during this process if you don't have one yet).
Each time you push changes to your GitHub repository (or add/modify files directly with GitHub's Web interface), Netlify will build the new version of your site.
Creation with Pack11ty template on GitHub
Permalink to heading Creation with Pack11ty template on GitHubIf you prefer to start without Netlify hosting, create your own repository on GitHub from this template:
Local installation on a personal computer
Permalink to heading Local installation on a personal computerYou need to configure a local development environment on your computer to be able to dive into Pack11ty code and make it your own:
- Clone or download the new repository to your local computer[1]
- (optional) If you don't have Node.js and
npm
yet, install Node.js[2] - Install Pack11ty dependencies with this command in your terminal:
npm install
You're ready to develop your new site and create content.
You can read cloning a repository in GitHub's help. ↩︎
The LTS (Long Time Support) version should be enough. ↩︎