diff --git a/_config.yml b/_config.yml index 2f0fb71..ba73b05 100755 --- a/_config.yml +++ b/_config.yml @@ -1,15 +1,87 @@ + # Site settings url: "http://panossakkos.github.io" +baseurl: /personal-jekyll-theme +google-tracking-id: "" + +############# +# HTML Head # +############# + +author: "John Smith" lang: "en" -title: "{ Panos Sakkos }" -description: "Blog and website of Panos Sakkos, blogging mainly for tech. Opinions expressed are mine." -keywords: "panos, sakkos, panos sakkos, technology, computer science, Pwn Mail, WriteRight, UoA, di, CERN, MDCN, Microsoft" +title: "{ John Smith }" favicon: "/img/favicon.ico" +description: "Blog and website of John Smith, blogging mainly for tech. Opinions expressed are mine." +keywords: "smith, jones, personal, jekyll, theme" + +################ +# Intro layout # +################ + black-favicon: "/img/black-lab-glass.ico" -google-tracking-id: "UA-35880426-3" +background-img: "../img/intro-bg.jpg" +me-img: "/img/jetpacktocat.png" + +######## +# Blog # +######## + +post-preview-words: 128 + +paginate: 5 + +fb-share: True +twitter-share: True +reddit-share: True disqus-shortname: "panossakkos" +############### +# Life Events # +############### + +events: + - image: "/img/career/spidertocat.png" + date: "September 2013 - Today" + description: "Saving the neighborhood!" + - image: "/img/career/baracktocat.jpg" + date: "September 2007 - August 2013" + description: "Started coding" + +# First image of the Career timeline +career-img: "/img/career/default.png" + +################## +# Contact layout # +################## + +email: "your@email.here" + +################## +# Social Buttons # +################## + +social: + - title: "github" + url: "https://github.com/" + - title: "linkedin" + url: "http://no.linkedin.com/" + - title: "youtube" + url: "http://youtube.com/" + - title: "rss" + url: "/feed.xml" + +############ +# 404 page # +############ + +404-img: "/img/labtocat.png" + +################################################################################ + +# Tread carefully if you want to change the variables bellow 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 @@ -20,66 +92,12 @@ pages_list: Career: 'career' Contact: 'contact' +# Pagination path +paginate_path: "blog/page:num" + # Enable minification SASS sass: style: compressed -background-img: "/img/intro-bg.jpg" - -# About variables - -me-img: "/img/me.jpg" - -# Blog variables -paginate: 15 - -paginate_path: "blog/page:num" - -post-preview-words: 128 - -fb-share: True -twitter-share: True -reddit-share: True - -# Career variables - -events: - - image: "/img/career/microsoft.jpg" - date: "September 2014 - Today" - description: "Software Engineer @ Microsoft Development Center Norway, working @ the Office Graph" - - image: "/img/career/uoa.jpg" - date: "October 2012 - August 2014" - description: "Master studies @ Department of Informatics and Telecommunications on Software Engineering + Machine Learning researcher @ KDD lab" - - image: "/img/career/cern.jpg" - date: "October 2011 - September 2012" - description: "Security researcher @ CERN, developed linux kernel extensions to prevent cyber attacks" - - image: "/img/career/writeright.jpg" - date: "August 2011 - Today" - description: "Released WriteRight, an adaptive S/W keyboard for Android devices, which shrinks the unlikely keys to tap next. Currently it holds > 9,000 downloads" - - image: "/img/career/pwnmail.jpg" - date: "June 2010 - November 2010" - description: "Released Pwn Mail, an iPhone app for spoofing emails. It served > 260,000 emails but it was discontinued after a legal threat by Steve Jobs a secretary of Steve Jobs" - - image: "/img/career/uoa.jpg" - date: "October 2007 - September 2011" - description: "Bachelor studies @ Department of Informatics and Telecommunications on Computer Science and Telecomunications" - -# First image of the Career timeline -career-img: "/img/career/default.jpg" - -# Social networks variables (many more available: facebook, flickr, dribbble, pinterest, instagram, tumblr etc.) -social: - - title: "rss" - url: "/feed.xml" - - title: "github" - url: "https://github.com/PanosSakkos" - - title: "linkedin" - url: "http://no.linkedin.com/in/PanosSakkos" - - title: "youtube" - url: "http://youtube.com/c/PanosSakkos" - - title: "soundcloud" - url: "https://soundcloud.com/psakkos/" - -404-img: "/img/labtocat.png" - # Exclusion list from the generated _site exclude: ["Rakefile", "LICENSE", "readme.markdown", "vendor"] diff --git a/_includes/career.html b/_includes/career.html index 42fb014..92d7282 100644 --- a/_includes/career.html +++ b/_includes/career.html @@ -5,9 +5,9 @@ {{ page.content | markdownify }} -