Website for the Guadalupe Valley Amateur Radio Club.
The site is published using Jekyll and uses Zurb Foundation.
- Install Ruby and Bundler if needed:
gem install bundler
- Install dependencies:
bundle install
- Build and serve the site locally:
bundle exec jekyll serve - Open the site at
http://127.0.0.1:4000.
- The site uses
jekyll-paginatefor news pagination. - If you deploy the site under a subpath, set
baseurlin_config.ymland update asset paths.