Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 420 Bytes

HACKING.md

File metadata and controls

8 lines (7 loc) · 420 Bytes

HACKING

  • HackerCouch uses Jekyll Collections heavily
  • Hosted on Github Pages, duh.
  • Builds use GitHub Actions, and make sure that the site has proper html before its deployed
  • html-proofer for html linting + link checks
  • Every commit triggers a local build on GitHub Actions.
  • Every commit merged to master triggers a specific action that commits the site back to gh-pages branch.