Skip to content

Cucumber website blog, plus a few other static pages

License

Notifications You must be signed in to change notification settings

Nischal2020/website

 
 

Repository files navigation

This is a very useful project

The official Cucumber website (cucumber.io) Circle CI

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

ruby

Installation

  1. Run the following commands:
gem install bundler
bundle install
bundle exec foreman start
  1. Point a browser to http://localhost:5000

How it works

We use Rack to mount several smaller rack apps that serve different bits of content that make up the site. The individual rack apps are stored under apps and are loaded by config.ru

See this blog post for more information about this design.

We decided not to use rack-jekyll as it didn't seem to be able to handle mounting a non-root directory and didn't seem to add much, other than complexity.

Contributing

Please see The Cucumber Brand Guidelines for details about fonts and colours.

How to add a blog post

  • Go to https://github.com/cucumber/website/tree/master/apps/dynamic/views/_posts.
  • Open a previous blog post for reference and for the format header (new tab)
  • On the toolbar, click the '+' button.
  • Name new file with hyphens and ending with .md
  • C&P previous post format header into new file
  • Adjust format according to new post
  • C&P blog post markdown
  • Change to preview to see live changes
  • Once ready, update description and commit.
  • Watch build status to check if it has been post

Production

Assets need to be precompiled for production. Heroku will take care of it but you might want to try it locally:

RACK_ENV=production bundle exec rake assets:precompile
RACK_ENV=production bundle exec foreman start

License

This project is licensed under the MIT License. See the LICENSE file for more information

About

Cucumber website blog, plus a few other static pages

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Slim 53.0%
  • SCSS 20.8%
  • Ruby 18.5%
  • HTML 4.4%
  • JavaScript 1.7%
  • CSS 1.2%
  • Gherkin 0.4%