Talha KORKMAZ Home Page

This is the code for the Talha KORKMAZ Home Page.

cloned from Gokhan's page which is cloned from Yevgeniy's below.

This is my home page based on Yevgeniy Brikman Home Page. Check out Migrating from Blogger to GitHub Pages and launching the new ybrikman.com for background info.

Quick start

Install prerequisites.

sudo apt-get install ruby ruby-dev node.js zlib1g-dev
sudo gem install bundler
cd /path/to/this-repo
bundle install

Check out your blog before committing and pushing your changes.

bundle exec jekyll serve

Go to http://localhost:4000 to test.

See the Jekyll and GitHub Pages documentation for more info.

Docker quick start

As an alternative to installing Ruby and Jekyll, if you're a user of Docker and Docker Compose, you can run a Docker image of unnamed-idea.github.io that has all the dependencies already setup for you.

git clone https://github.com/unnamed-idea/unnamed-idea.github.io.git
cd unnamed-idea.github.io
docker-compose up

Go to http://localhost:4000 to test.

Technologies

  1. Built with Jekyll. This website is completely static and I use basic HTML or Markdown for everything.
  2. Hosted on GitHub Pages. I'm using the GitHub Pages Gem and only Jekyll plugins that are available on GitHub Pages.
  3. The design is loosely based on Kasper, Pixyll, and Medium.
  4. I used Basscss, Sass, Font Awesome Icons, Hint.css,and Google Fonts for styling.
  5. I used jQuery, lazySizes, and responsive-nav.js for behavior.
  6. I added Disqus as a commenting system.

License

This code is released under the MIT License. See LICENSE.txt.