Skip to content
This repository has been archived by the owner on Mar 2, 2023. It is now read-only.
/ 11ty-boot Public archive

An Eleventy Skeleton with Github Actions Workflow

Notifications You must be signed in to change notification settings

ughurh/11ty-boot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

11ty Boot

An Eleventy Skeleton with Github Actions Workflow

An Eleventy skeleton with an option allowing you to easily publish to the Github Pages

  1. Edit .eleventy.js file if you want different configuration
  2. For publishing with Github Pages:
    • Edit pathPrefix property accordingly if you are publishing a project site
    • Delete _ symbol at the end of eleventy_build.yml_ file in .github/workflows directory
    • First deployment will not work. You will need to change publsihing source to gh-pages branch on your repository settings
  3. Change or delete this README file