Skip to content

Latest commit

 

History

History
executable file
·
33 lines (22 loc) · 616 Bytes

README.md

File metadata and controls

executable file
·
33 lines (22 loc) · 616 Bytes

About

Jekyll pages site for https://www.trekview.org

Install locally

Clone the repo:

git clone https://github.com/trek-view/basecamp
cd basecamp
rbenv install 2.7.7
rbenv local 2.7.7
bundle install
bundle exec jekyll serve

Before merging any changes to master, check for 404's:

htmlproofer --assume-extension ./_site --url-swap '^/BASEURL/:/' --alt-ignore '/.*/'
  • --alt-ignore '/.*/': ignores empty img alt tags

Hosting

The main branch of this repository is hosted by GitHub pages.

License