Skip to content

devnexus/ajug_website

 
 

Repository files navigation

Add New Sponsor Images

  • Take image of sponsor and add to assets/img/sponsors

Credit and Thanks

For the jump start on our HTML5

For site generation platform

Where would any of us be without Bootstrap?

Automation of LUMA event imports

Run script locally on machine.

set -a; source .secrets; set +a; node scripts/fetch-luma-events.js --limit=10

Backfill missing historical events (dry-run first).

set -a; source .secrets; set +a; node scripts/fetch-luma-events.js --after=2020-01-01T00:00:00Z --include-past --limit=100

Tip: script defaults to future events. To include past events, provide an explicit --after timestamp in the past.

Persist fetched updates.

set -a; source .secrets; set +a; node scripts/fetch-luma-events.js --after=2020-01-01T00:00:00Z --include-past --limit=100 --write

About

AJUG website redesign

Resources

Stars

0 stars

Watchers

6 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 25.0%
  • SCSS 19.7%
  • Less 17.3%
  • CSS 16.9%
  • Stylus 15.8%
  • JavaScript 4.9%
  • Ruby 0.4%