├── CNAME ├── index.html └── .gitignore /CNAME: -------------------------------------------------------------------------------- 1 | www.newsounds.cc -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | test 2 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | _site/ 2 | .sass-cache/ 3 | .jekyll-cache/ 4 | .jekyll-metadata 5 | --------------------------------------------------------------------------------