nrandecker / particle

A simple portfolio Jekyll theme:
https://nrandecker.github.io/particle/
MIT License
1.04k stars 1.1k forks source link

update instructions to customize particles #63

Closed aliciapaz closed 3 years ago

aliciapaz commented 3 years ago

When trying to customize the code for the particles canvas, I noticed that the changes must go in assets/js/main.js instead of app.js. btw, very nice theme! thank you.

mehdichaouch commented 3 years ago

assets/js/main.js is a generated file made by Gulp based on JavaScript files in src/js. You should not modify main.js. Check running-the-blog-in-local to see how stuff are made.