https://github.com/sassanix/sassanix
https://github.com/sassanix/sassanix
music
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sassanix/sassanix
- Owner: sassanix
- Created: 2018-06-09T00:28:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-08T18:17:37.000Z (about 1 year ago)
- Last Synced: 2024-03-08T19:59:29.268Z (about 1 year ago)
- Topics: music
- Language: SCSS
- Homepage: https://sassanix.com
- Size: 254 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sassanix Official Music Page
Welcome to the repository for the Sassanix official music page, where you can listen to my latest mixes and see my latest creations.
This site is built with the [Hacker theme](https://github.com/pages-themes/hacker) for GitHub Pages. The Hacker theme is designed to look like your favourite terminal environment, providing a familiar workspace for documentation and blogging.
## Installation
You can clone this repository to create a local copy on your computer and preview the site in your web browser.
### Prerequisites
- Git
- Ruby
- Bundler### Steps
1. Clone the repository:
```bash
git clone https://github.com/sassanix/Sassanix.git
cd Sassanix
```2. Install the Jekyll and bundler gems:
```bash
gem install jekyll bundler
```3. Install dependencies from the Gemfile:
```bash
bundle install
```4. Build the site and make it available on a local server:
```bash
bundle exec jekyll serve
```5. Now browse to [http://localhost:4000](http://localhost:4000)
## Contributing
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
Distributed under the MIT License. See `LICENSE` for more information.
## Contact
Email - [sassanix[at]duck.com](mailto:[email protected])
Project Link: [https://github.com/sassanix/sassanix](https://github.com/sassanix/sassanix)
## Acknowledgements
- [GitHub Pages](https://pages.github.com/)
- [Hacker Theme](https://github.com/pages-themes/hacker)
- [Jekyll](https://jekyllrb.com/)