项目作者: w0brc

项目描述 :
Source code for the Boonville Amateur Radio Club website.
高级语言: SCSS
项目地址: git://github.com/w0brc/club-website.git
创建时间: 2019-09-15T17:09:51Z
项目社区:https://github.com/w0brc/club-website

开源协议:MIT License

下载


w0brc.org

Please visit the W0BRC Boonville Amateur Radio Club website.

Running locally

You need Ruby and gem before starting, then:

  1. # install bundler
  2. gem install bundler
  3. # clone the project
  4. git clone https://github.com/w0brc/club-website.git
  5. cd w0brc.github.io
  6. # install dependencies with bundler
  7. bundle install
  8. # install dependencies
  9. bundle install
  10. # run jekyll with dependencies
  11. bundle exec jekyll serve

Docker

Alternatively, you can deploy it using the multi-stage Dockerfile
that serves files from Nginx for better performance in production.

Build the image for your site’s JEKYLL_BASEURL:

  1. docker build --build-arg JEKYLL_BASEURL="/your-base/url" -t club-website .

(or leave it empty for root: JEKYLL_BASEURL="") and serve it:

  1. docker run -p 8080:80 club-website

License

License: MIT