UzayPoyrza Personal Website - Live Demo
This is my personal website built with Jekyll, based on the Indigo Minimalist template.
What has inside | Setup | Settings | How to
Light and Dark themes included.
- Fork or clone this repo: UzayPoyrza.github.io
- Edit
_config.ymlwith your information (name, description, links, etc.) - Add or update your own posts and pages.
To run locally:
-
Clone the repo:
git clone https://github.com/UzayPoyrza/UzayPoyrza.github.io cd UzayPoyrza.github.io -
Install dependencies and start a local server:
bundle install bundle exec jekyll serve -
Open in your browser: http://localhost:4000
Or run with docker.
All customizations are done in the _config.yml file (title, description, author, social links, etc.).
Check the FAQ for common questions.
MIT License © Uzay Poyraz
Based on the Indigo template by Sérgio Kopplin
