Using git hooks with overcommit.
- ScssLint: pre-commit
- HTMLProofer: pre-commit
Make sure to run the following command after you clone this repo, to initialize overcommit and sign custom hook.
overcommit --install
overcommit --sign pre-commit
If you'd like to use git GUI, be sure to install the gems into your system Ruby.
sudo su -
gem install overcommit scss_lint html-proofer
- Install LiveReload browser extensions
- Run with command:
$ guard
docker build -t ttwns-blog .
docker run --rm --volume=$(pwd):/usr/src/app -it -p 4000:4000 ttwns-blog
The content of this project itself is licensed under the Creative Commons Attribution 3.0 license, and the underlying source code used to format and display that content is licensed under the MIT license.