A simple personal website.
- Ruby
- Jekyll
- SCSS
- Bundler
To set up the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/uppnrise/uppnrise.github.io.git cd uppnrise.github.io -
Install dependencies:
bundle install -
Build the site:
bundle exec jekyll build -
Serve the site locally:
bundle exec jekyll serve -
Open your browser and navigate to:
http://localhost:4000
This website is designed to be a static resume site. You can customize the content by editing the files in the _data directory and the _config.yml file.
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'). - Push to the branch (
git push origin feature-branch). - Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.
For any inquiries, please contact me at mtbnacar@gmail.com.