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)
- Host: GitHub
- URL: https://github.com/metaskills/compasscontracting.com-jekyll
- Owner: metaskills
- Created: 2013-02-13T01:54:03.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-04-03T19:57:16.000Z (over 9 years ago)
- Last Synced: 2025-04-01T17:13:18.707Z (6 months ago)
- Language: CSS
- Homepage:
- Size: 1.59 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.