Skip to content

zhva/eleventy-aaron

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aaron G. Miller's website

Webdev-Dependencies

npm install

Live server / browser syncing

npx browser-sync dist -w

Please note when using browser-sync

On Windows only build.sh on/after save will work with browser-sync. So only use clean-build.sh before you deploy.
On MacOs you can always use clean-build.sh.

Build

Run ./build to

  • compile sass
  • bundle JavaScript
  • copy the index-file
  • copy the `/images'-folder
  • ...

Clean Build

Run ./clean-build to build a new dist-folder from scratch.

Deploy with netlify

If you only need a static site and set up netlify, simply push to main, which then automatically triggers a new deployment.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 68.4%
  • Liquid 27.7%
  • JavaScript 3.0%
  • Other 0.9%