Skip to content

wayou/ttwns.github.io

Repository files navigation

Development

Linters

Using git hooks with overcommit.

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

Note

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

Run development server with LiveReload

  • Install LiveReload browser extensions
  • Run with command:
$ guard

Development with Docker

docker build -t ttwns-blog .
docker run --rm --volume=$(pwd):/usr/src/app -it -p 4000:4000 ttwns-blog

License

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.

About

Here resides the blog of The Traveling Twins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published