Skip to content

kaijchang/Codepen-Portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codepen Portfolio

A showcase of my projects from Computer Programming A, a course on p5.js.

This is a static Jekyll site hosted on Github Pages built by a weekly cronjob that downloads all codepens from my account using my cpen module and profile data scraped using Selenium, builds index.md using jinja2 templates, and then commits the new build.

CronTab Example:

10 16 * * Sun (cd /path/to/project && CRONITOR_ID='your cronitor id' sh rebuild.sh)