An open API service indexing awesome lists of open source software.

https://github.com/metaskills/compasscontracting.com-jekyll

Website for compasscontracting.com (jekyll)
https://github.com/metaskills/compasscontracting.com-jekyll

Last synced: 6 months ago
JSON representation

Website for compasscontracting.com (jekyll)

Awesome Lists containing this project

README

          

# Development Setup

Misc notes on setting up a development environment. Rarely needs to be done, but wanted to document. First, install some dependencies.

```shell
$ sudo port install optipng
$ sudo port install tidy
$ bundle install
```

Setup git hooks.

```shell
$ echo "#!/usr/bin/env zsh
/Users/kencollins/Repositories/compasscontracting.com-jekyll/tasks/jekyll" > .git/hooks/pre-commit
```

```shell
$ echo "#!/usr/bin/env zsh
/Users/kencollins/Repositories/compasscontracting.com-jekyll/tasks/deploy" > .git/hooks/post-push
```

# Developing

After all things are installed, consult each file in the tasks directory for development tips.

# License

Blog content and design are Copyright (c) 2006-2011, Compass Contracting, Inc.