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.
Make sure you have Node.js installed.
$> sudo npm install -g hugo
-
Fork this repo.
-
Pull down the forked repo:
$> git clone git@github.com:<YOUR_GITHUB_USERNAME>/rodeo && cd rodeo
- All theme modifications take place under the
themes/chatham
folder.
$> cd themes/chatham
- 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
- Submit a pull request to the
master
branch from your fork. All comments and editing should take place through the pull request issue.