Skip to content

jcpetitto/bhnt.c-base.org

 
 

Repository files navigation

Berlin Hack & Tell

This project uses the Jekyll static site generator.

Build (Docker)

To build and host the site locally inside a temporary Docker container:

  1. Install Docker, e.g. on Debian: apt-get install docker.io
  2. Generate the container and run Jekyll within it: ./build.sh
  3. Open the generated site in your browser: http://localhost:4000/

Build (local)

You can also run Jekyll without Docker:

  1. Install Ruby development packages and Bundler, e.g. on Debian: apt-get install bundler ruby-dev
  2. Install Jekyll and all required modules: bundle install
  3. Run Jekyll: bundle exec jekyll serve --future --drafts
  4. Open the generated site in your browser: http://localhost:4000/

About

Berlin Hack & Tell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 50.5%
  • SCSS 29.5%
  • Shell 19.6%
  • Ruby 0.4%