Skip to content

Commit

Permalink
Renamed Career to Timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
le4ker committed Nov 14, 2015
1 parent 67b264d commit 933d86c
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 19 deletions.
27 changes: 16 additions & 11 deletions _config.yml
Expand Up @@ -10,12 +10,24 @@ url: "https://panossakkos.github.io"

baseurl: /personal-jekyll-theme

# Google tracking id to track your visitors

google-tracking-id: "UA-35880426-4"

# Forces https everywhere in your website, except when you serve it locally
# If you are not hosted on Github Pages, and your host doesn't support https
# then you should disable it

force-https: True

# Sections shown in the index page

pages_list:
About: 'about'
Blog: 'latest-post'
Timeline: 'timeline'
Contact: 'contact'

#############
# HTML Head #
#############
Expand Down Expand Up @@ -112,24 +124,17 @@ social:

# Tread carefully if you want to change the variables below this point!

# Navigation bar links
# Blog link in the blog and post pages will point to the blog.html#blog
# In the default page it will point to the preview of the last post
# Exclusion list from the generated _site

pages_list:
About: 'about'
Blog: 'latest-post'
Career: 'career'
Contact: 'contact'
exclude: ["LICENSE", "README", "CONTRIBUTORS", "scripts"]

# Pagination path

paginate_path: "blog/page:num"

# Enable minification SASS

sass:
style: compressed

# Exclusion list from the generated _site
exclude: ["LICENSE", "README", "CONTRIBUTORS", "scripts"]

gems: [jekyll-paginate]
4 changes: 2 additions & 2 deletions _includes/career.html → _includes/timeline.html
@@ -1,5 +1,5 @@

<!-- Career Start -->
<!-- Timeline Start -->

<section id="{{ page.section-type }}" class="container content-section text-center">
<div class="row">
Expand Down Expand Up @@ -42,4 +42,4 @@ <h4>{{ event.date }}</h4>
</div>
</section>

<!-- Career End -->
<!-- Timeline End -->
6 changes: 0 additions & 6 deletions career.html

This file was deleted.

6 changes: 6 additions & 0 deletions timeline.html
@@ -0,0 +1,6 @@
---
layout: null
section-type: timeline
title: Timeline
---
## Timeline

0 comments on commit 933d86c

Please sign in to comment.