Skip to content

uppnrise/uppnrise.github.io

Repository files navigation

My Personal Website

Table of Contents

About

A simple personal website.

Technologies Used

  • Ruby
  • Jekyll
  • SCSS
  • Bundler

Setup

To set up the project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/uppnrise/uppnrise.github.io.git
    cd uppnrise.github.io
    
  2. Install dependencies:

    bundle install
    
  3. Build the site:

    bundle exec jekyll build
    
  4. Serve the site locally:

    bundle exec jekyll serve
    
  5. Open your browser and navigate to:

    http://localhost:4000
    

Usage

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.

Contributing

Contributions are welcome! Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add some feature').
  5. Push to the branch (git push origin feature-branch).
  6. Open a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Contact

For any inquiries, please contact me at mtbnacar@gmail.com.

About

My personal website

Topics

Resources

License

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors