From 933d86cd8b02b71565a11d38b4b4242461325da4 Mon Sep 17 00:00:00 2001 From: Panos Sakkos Date: Sat, 14 Nov 2015 03:22:38 +0100 Subject: [PATCH] Renamed Career to Timeline --- _config.yml | 27 ++++++++++++++---------- _includes/{career.html => timeline.html} | 4 ++-- career.html | 6 ------ timeline.html | 6 ++++++ 4 files changed, 24 insertions(+), 19 deletions(-) rename _includes/{career.html => timeline.html} (96%) delete mode 100755 career.html create mode 100755 timeline.html diff --git a/_config.yml b/_config.yml index 26aa560a9..0c71f4695 100755 --- a/_config.yml +++ b/_config.yml @@ -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 # ############# @@ -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] diff --git a/_includes/career.html b/_includes/timeline.html similarity index 96% rename from _includes/career.html rename to _includes/timeline.html index 756bd6605..3f5a0d79c 100644 --- a/_includes/career.html +++ b/_includes/timeline.html @@ -1,5 +1,5 @@ - +
@@ -42,4 +42,4 @@

{{ event.date }}

- + diff --git a/career.html b/career.html deleted file mode 100755 index b674b2058..000000000 --- a/career.html +++ /dev/null @@ -1,6 +0,0 @@ ---- -layout: null -section-type: career -title: Career ---- -## Career diff --git a/timeline.html b/timeline.html new file mode 100755 index 000000000..2a9c9cead --- /dev/null +++ b/timeline.html @@ -0,0 +1,6 @@ +--- +layout: null +section-type: timeline +title: Timeline +--- +## Timeline