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.
- Host: GitHub
- URL: https://github.com/srcemre/srcemre.github.io
- Owner: srcemre
- Created: 2022-07-16T12:41:13.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-19T01:19:12.000Z (over 1 year ago)
- Last Synced: 2025-02-19T02:25:40.034Z (over 1 year ago)
- Topics: blog, github-pages, jekyll, ruby
- Language: HTML
- Homepage: https://emresarac.com.tr/
- Size: 9.32 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

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
```