saclark / rodeo

Chatham's Technology Site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[rodeo] Chatham's Technology Site

Born out of our sponsorship and involvement in Delaware Innovation Week 2015, we launched this site in order to help get the technology community to know a little more about Chatham and our Technology Team.

Install Hugo

Make sure you have Node.js installed.

$> sudo npm install -g hugo

Contributing

  1. Fork this repo.

  2. Pull down the forked repo:

$> git clone git@github.com:<YOUR_GITHUB_USERNAME>/rodeo && cd rodeo
  1. All theme modifications take place under the themes/chatham folder.
$> cd themes/chatham
  1. Create a new post:
$> hugo new post/[your_post_name_here].md

Things to keep in mind when posting: 1. All posts go in the post root folder 1. Post files should be named very closely to the actual post title but can leave out words like the, and, etc. 1. Post file names should use hyphens between words 1. If you have images, create a sub-folder in 'post' using the same name as your post and place your images there 1. Don’t forget to add tags and author in the front matter of your post

  1. Submit a pull request to the master branch from your fork. All comments and editing should take place through the pull request issue.

About

Chatham's Technology Site


Languages

Language:CSS 73.5%Language:HTML 26.5%