https://github.com/wayou/ttwns.github.io
Here resides the blog of The Traveling Twins
https://github.com/wayou/ttwns.github.io
Last synced: 7 months ago
JSON representation
Here resides the blog of The Traveling Twins
- Host: GitHub
- URL: https://github.com/wayou/ttwns.github.io
- Owner: wayou
- Created: 2015-12-30T02:47:19.000Z (almost 10 years ago)
- Default Branch: development
- Last Pushed: 2015-12-29T03:57:50.000Z (almost 10 years ago)
- Last Synced: 2025-01-23T04:15:03.888Z (9 months ago)
- Language: CSS
- Homepage: http://blog.ttwns.tw
- Size: 2.84 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [The Blog of The Traveling Twins](http://blog.ttwns.tw)
## Development
### Linters
Using git hooks with [overcommit](https://github.com/brigade/overcommit).
* [ScssLint](https://github.com/brigade/scss-lint): pre-commit
* [HTMLProofer](https://github.com/gjtorikian/html-proofer): pre-commitMake sure to run the following command after you clone this repo, to initialize overcommit and sign custom hook.
```sh
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.
```sh
sudo su -
gem install overcommit scss_lint html-proofer
```### Run development server with LiveReload
* Install LiveReload browser extensions
* Run with command:```sh
$ guard
```## Development with Docker
```sh
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](http://creativecommons.org/licenses/by/3.0/us/deed.en_US),
and the underlying source code used to format and display that content
is licensed under the [MIT license](http://opensource.org/licenses/mit-license.php).