An open API service indexing awesome lists of open source software.

https://github.com/srcemre/srcemre.github.io

A personal blog site built with Jekyll, sharing my journey, projects, and writings.
https://github.com/srcemre/srcemre.github.io

blog github-pages jekyll ruby

Last synced: about 2 months ago
JSON representation

A personal blog site built with Jekyll, sharing my journey, projects, and writings.

Awesome Lists containing this project

README

          

# srcemre.github.io

Digital business card and personal site.
Built with **Jekyll** and a custom space-themed ID card layout.

emresarac.com.tr preview

Live site: **https://emresarac.com.tr**

## Tech Stack

- **Jekyll**
- **HTML / CSS / SCSS**
- **Vanilla JavaScript**
- Deployed via **GitHub Pages**

## Getting Started
To run this site locally with Jekyll (requires Ruby, Bundler and Jekyll):

```bash
git clone https://github.com//.git
cd

bundle install
bundle exec jekyll serve
```