ccurro / hbc-tech-blog

Source code for HBC Tech Blog:

Home Page:http://tech.hbc.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HBC Tech Blog

Welcome to the tech blog from HBC Tech's engineering team. We are reinventing retail through our work with Saks Fifth Avenue, Saks OFF 5TH, Lord & Taylor, Gilt and The Hudson's Bay. This blog is built with Jekyll, a static site generator and hosted on Github pages.

Contributing an Article

We love contributors! Follow these simple steps:

  1. Download the latest copy of the blog
git clone https://github.com/saksdirect/hbc-tech-blog
cd hbc-tech-blog
  1. Create a new branch for your post and save the markdown file in the _posts directory. Save any related images in assets/images/. Use the following naming convention for blog posts: YYYY-MM-DD-your-post-name.md.
git checkout -b the-name-of-your-branch
  1. Follow our post content guidelines.
  2. Push the new branch
  3. Submit a pull request against the master branch.

Previewing Your Post

Preview your post by running jekyll serve from within the root folder of this package.

jekyll serve

Theme Development

If you're contributing to the development of the hbc jekyll theme, follow these setup instructions.

License

Code contained in this repository is licensed under the MIT License
Post content are copyright © Hudson's Bay Company.

About

Source code for HBC Tech Blog:

http://tech.hbc.com

License:MIT License


Languages

Language:HTML 95.3%Language:CSS 3.8%Language:JavaScript 0.9%Language:Ruby 0.0%