Explain what this does.
Features here
- Fork the repository (button at top of repo page)
- On your forked repository page, go to 'Settings' and rename the repository to match your desired behavior
* Most of the time you will want
user/organization-name.github.io * It can also be any name, typically using thegh-pagesbranch - Edit to your heart's content
- Clone the repository to your local machine
cdinto it- Run the command
bundle installin the root of the project to get the Jekyll standard items (requires bundler) - Run
npm installin the root of the project for non-required build dependencies (requires node and npm) - Run
bundle exec jekyll serve --verboseto build and serve your site tohttp://localhost:4000/
You can run the .scripts/ from the project root, ideally when the server is not running since it will trigger a rebuild.
user@computername $ .scripts/pre-commit.shReasoning here