Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Develop #71

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.DS_Store
.travis.yml
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: ruby
rvm:
- 2.4.1
before_script:
- chmod +x ./script/cibuild
script: "./script/cibuild"
sudo: false
cache: bundler
notifications:
email: false
10 changes: 7 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
source 'https://rubygems.org'
gem 'jekyll'
gem 'jekyll-sitemap'
gem 'jekyll-feed'
gem "jekyll-gist"

group :jekyll_plugins do
gem 'jekyll-feed'
gem 'jekyll-sitemap'
gem 'jekyll-gist'
gem 'jekyll-paginate-v2'
end
97 changes: 64 additions & 33 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,55 +1,86 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.4.0)
colorator (0.1)
faraday (0.9.2)
addressable (2.6.0)
public_suffix (>= 2.0.2, < 4.0)
colorator (1.1.0)
concurrent-ruby (1.1.5)
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
eventmachine (1.2.7)
eventmachine (1.2.7-x64-mingw32)
faraday (0.15.4)
multipart-post (>= 1.2, < 3)
ffi (1.9.10)
jekyll (3.1.2)
colorator (~> 0.1)
ffi (1.11.1)
ffi (1.11.1-x64-mingw32)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jekyll (3.8.6)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (~> 0.7)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 1.1)
kramdown (~> 1.3)
liquid (~> 3.0)
jekyll-watch (~> 2.0)
kramdown (~> 1.14)
liquid (~> 4.0)
mercenary (~> 0.3.3)
rouge (~> 1.7)
pathutil (~> 0.9)
rouge (>= 1.7, < 4)
safe_yaml (~> 1.0)
jekyll-feed (0.4.0)
jekyll-gist (1.4.0)
jekyll-feed (0.12.1)
jekyll (>= 3.7, < 5.0)
jekyll-gist (1.5.0)
octokit (~> 4.2)
jekyll-sass-converter (1.4.0)
jekyll-paginate-v2 (2.0.0)
jekyll (~> 3.0)
jekyll-sass-converter (1.5.2)
sass (~> 3.4)
jekyll-sitemap (0.10.0)
jekyll-watch (1.3.1)
listen (~> 3.0, < 3.1)
kramdown (1.10.0)
liquid (3.0.6)
listen (3.0.5)
jekyll-sitemap (1.3.1)
jekyll (>= 3.7, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (1.17.0)
liquid (4.0.3)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
mercenary (0.3.5)
multipart-post (2.0.0)
octokit (4.3.0)
sawyer (~> 0.7.0, >= 0.5.3)
rb-fsevent (0.9.7)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
rouge (1.10.1)
safe_yaml (1.0.4)
sass (3.4.21)
sawyer (0.7.0)
addressable (>= 2.3.5, < 2.5)
faraday (~> 0.8, < 0.10)
ruby_dep (~> 1.2)
mercenary (0.3.6)
multipart-post (2.1.1)
octokit (4.14.0)
sawyer (~> 0.8.0, >= 0.5.3)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (3.1.1)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
ffi (~> 1.0)
rouge (3.8.0)
ruby_dep (1.5.0)
safe_yaml (1.0.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sawyer (0.8.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)

PLATFORMS
ruby
x64-mingw32

DEPENDENCIES
jekyll
jekyll-feed
jekyll-gist
jekyll-paginate-v2
jekyll-sitemap

BUNDLED WITH
1.12.4
1.17.3
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
# Halve [![Donate](https://img.shields.io/badge/paypal-donate-blue.svg)](https://www.paypal.me/taylantatli/0usd)

## `Sorry guys but there will be no update until I buy a new laptop.`
## Hi, this is my personal blog/ portfolio page.

This theme is Jekyll port of [vangeltzo.com](http://vangeltzo.com/) (by [Vangelis Tzortzis](https://github.com/srekoble)).

To learn how to install and use this theme check out the [installation guide](https://taylantatli.github.io/Halve/halve-theme/) for more information.

If you have a question, find a bug, or just want to say hi, please open an [issue on GitHub](https://github.com/TaylanTatli/Halve/issues/new).

## Preview
![screenshot of Halve](/images/halve-home-image.png)

See a [live version of Halve](http://taylantatli.github.io/Halve) hosted on GitHub.
I forked from TaylanTatli/Halve and applied Jekyll port of [vangeltzo.com](http://vangeltzo.com/) (by [Vangelis Tzortzis](https://github.com/srekoble)). Thank you all for the great work and the share.

# Credits
- Original Work: [Vangelis Tzortzis](https://github.com/srekoble)
Expand Down
54 changes: 36 additions & 18 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
# Site
title: Halve
description: Stylish, Two-Column Jekyll Theme
url: https://taylantatli.github.io/Halve
logo: halve.png # Site logo
title: Inaheaven
description: Personal Portfolio
url: https://inaheaven.github.io/home
logo: /logo/inaheaven_logo.png # Site logo
locale: en_US

# Left Block Images
background:
homepage: images/home.png # this image will be shown on homepage's left block
post-list: images/unsplash-image-10.jpg # this image will be shown on post list page
default-post: images/unsplash-gallery-image-3.jpg # this image will be shown when post's front matter doesn't specify any image
homepage: images/background/background_6.jpeg # this image will be shown on homepage's left block
post-list: images/background/background_9.jpeg # this image will be shown on post list page
default-post: images/background/background_11.jpeg # this image will be shown when post's front matter doesn't specify any image

# Jekyll
permalink: /:title/
permalink: /:categories/:year/:month/:day/:title
markdown: kramdown
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-gist
- jekyll-paginate-v2
highlighter: rouge
kramdown:
auto_ids: true
Expand All @@ -29,12 +34,12 @@ sass:
#google-analytics: UA-XXXXX-Y

# Social Links
#email: email
email: [email protected]
#google.plus: username
twitter: username
#twitter: username
#facebook: username
github: username
stackoverflow: 123456/username from a "http://stackoverflow.com/users/123456/username" link
github: inaheaven
#stackoverflow: 123456/username from a "http://stackoverflow.com/users/123456/username" link
#linkedin: username
#xing: username
#instagram: username
Expand All @@ -52,14 +57,27 @@ stackoverflow: 123456/username from a "http://stackoverflow.com/users/1234
#keybase: username
#xmpp: [email protected]
#hackernews: username
behance: username
#behance: username

# Gems
gems:
- jekyll-feed
- jekyll-sitemap
- jekyll-gist
# Gems Has Been Deprecated
#gems:
# - jekyll-feed
# - jekyll-sitemap
# - jekyll-gist
# - jekyll-paginate-v2

# Exclude list
include: [_pages]
exclude: [README.md, Gemfile, Gemfile.lock, _site, src, vendor, CNAME, LICENSE, Rakefile, .sass-cache, .DS_Store]


# Pagination Settings
pagination:
enabled: true
per_page: 4
sort_reverse: true
trail:
before: 2
after: 2


46 changes: 28 additions & 18 deletions _data/projects.yaml
Original file line number Diff line number Diff line change
@@ -1,29 +1,39 @@
- title: Halve Jekyll Theme
url: http://taylantatli.me/Halve
image: http://taylantatli.me/Halve/images/halve-home-image.png
- title: Stock Portfolio Optimization
url:
image:
completed: false

- title: Moon Jekyll Theme
url: http://taylantatli.me/Moon
image: https://cloud.githubusercontent.com/assets/754514/14509720/61c61058-01d6-11e6-93ab-0918515ecd56.png
- title: IEEE ACCESS <br> Automotive ECU Data-Based <br> Driver’s Propensity Learning <br> Using Evolutionary Random Forest
url: https://ieeexplore.ieee.org/document/8693502
image: images/project/ieee_ecu.png
completed: true

- title: Ramme Jekyll Theme
url: http://taylantatli.me/Ramme
image: https://raw.githubusercontent.com/TaylanTatli/Ramme/master/assets/img/screenshot-post.png
- title: mStudio - Individual <br> (Ingris and Caide Systems Joint Work)
url: https://www.caidesystems.com/mstudio-individual/
image: https://www.caidesystems.com/wp-content/uploads/2018/08/instimg_1.png
completed: true

- title: Daisy Pelican Theme
url: http://taylantatli.me/Daisy-Pelican-Theme/
image: https://raw.githubusercontent.com/TaylanTatli/Daisy-Pelican-Theme/master/Preview-1.png
- title: mStudio - Admin <br> (Ingris and Caide Systems Joint Work)
url:
image: images/project/mstudio_admin.png
completed: false

- title: ingris home
url: http://www.ingris.co.kr/
image: images/project/ingris.png
completed: true

- title: Block Icon Theme
url: https://github.com/TaylanTatli/Block-Icon-Theme
image: https://raw.githubusercontent.com/TaylanTatli/Block-Icon-Theme/master/Preview.png
- title: Resume
url:
image:
completed: false

- title: Certificates 1
url:
image:
completed: false

- title: Start Page
url: http://taylantatli.me/StartPage/
image: https://raw.githubusercontent.com/TaylanTatli/StartPage/master/preview.png
- title: Certificates 2
url:
image:
completed: false
4 changes: 2 additions & 2 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
#posts.inner-post-page .block-left {background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url({{ site.url }}/{{ site.background.default-post }}) no-repeat;background-size: cover;}
</style>
{% endif %}
<!-- Left Block Images for Home and Pages -->
<!-- Left Block Images for Home-Org2 and Pages -->
<style type="text/css">
#posts .block-left {background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url({{ site.url }}/{{ site.background.post-list }}) no-repeat;background-size: cover, cover;}
.block-left {background: linear-gradient(rgba(44,45,51,0.9), rgba(44,45,51,0.9)), url({{ site.url }}/{{ site.background.homepage }}) no-repeat;background-size: cover;}
.block-left {background: url({{ site.url }}/{{ site.background.homepage }}) no-repeat;background-size: cover;}
</style>
</head>
2 changes: 1 addition & 1 deletion _includes/overlay.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<span>
{{ item.title }}
{% unless item.completed %}
<br><em>in progress</em>
<br><em>in progress or non-disclosure <br> materials </em>
{% endunless %}
</span>
</a>
Expand Down
24 changes: 12 additions & 12 deletions _includes/page-pagination.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{% if page.previous or page.next %}
{% include share.html %}

<nav class="pagination">
{% if page.previous %}
<a href="{{ site.url }}{{ page.previous.url }}" class="pagination_pager" title="{{ page.previous.title | markdownify | strip_html }}">previous</a>
{% else %}
<a href="#" class="pagination_pager disabled">previous</a>
{% endif %}
{% if page.next %}
<a href="{{ site.url }}{{ page.next.url }}" class="pagination_pager" title="{{ page.next.title | markdownify | strip_html }}">next</a>
{% else %}
<a href="#" class="pagination_pager disabled">next</a>
{% endif %}
{% if page.previous_in_category %}
<a href="{{ site.url }}{{ page.previous_in_category.url }}" class="pagination_pager" title="{{ page.previous.title | markdownify | strip_html }}">previous</a>
{% else %}
<a href="#" class="pagination_pager disabled">previous</a>
{% endif %}
{% if page.next_in_category %}
<a href="{{ site.url }}{{ page.next_in_category.url }}" class="pagination_pager" title="{{ page.next.title | markdownify | strip_html }}">next</a>
{% else %}
<a href="#" class="pagination_pager disabled">next</a>
{% endif %}
</nav>
{% endif %}
33 changes: 33 additions & 0 deletions _includes/pagination.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@

{% if paginator.total_pages > 1 %}
<div class='pagination'>
{% if paginator.previous_page %}
<a href="{{ paginator.previous_page_path | prepend: site.baseurl }}">
&laquo; Prev
</a>
{% else %}
<span class="no_page">&laquo; Prev</span>
{% endif %}

{% if paginator.page_trail %}
{% for trail in paginator.page_trail %}
<span {% if paginator.page == trail.num %} class="pagination-selected" {% endif %}>
<a href="{{ trail.path | prepend: site.baseurl }}" title="{{ trail.title }}">
{{ trail.num }}
</a>
</span>
{% endfor %}
{% endif %}

{% if paginator.next_page %}
<a href="{{ paginator.next_page_path | prepend: site.baseurl }}">
Next &raquo;
</a>
{% else %}
<span class="no_page">Next &raquo;</span>
{% endif %}
</div>
{% endif %}
</div>


Loading