Added tutorial material
This commit is contained in:
parent
b006ce74e6
commit
d54736f864
60 changed files with 438 additions and 563 deletions
140
_config.yml
140
_config.yml
|
|
@ -1,15 +1,87 @@
|
|||
|
||||
# Site settings
|
||||
|
||||
url: "http://panossakkos.github.io"
|
||||
baseurl: /personal-jekyll-theme
|
||||
google-tracking-id: "<YOUR 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 <a href=\"http://dev.office.com/officegraph\" target=\"_blank\"> Office Graph</a>"
|
||||
- image: "/img/career/uoa.jpg"
|
||||
date: "October 2012 - August 2014"
|
||||
description: "Master studies @ <a href=\"http://www.di.uoa.gr/eng\" target=\"_blank\">Department of Informatics and Telecommunications</a> on Software Engineering + <a href=\"http://scholar.google.com/citations?user=UtV6LFYAAAAJ&hl=en&oi=ao\" target=\"_blank\">Machine Learning researcher</a> @ <a href=\"http://kddlab.di.uoa.gr\" target=\"_blank\">KDD</a> lab"
|
||||
- image: "/img/career/cern.jpg"
|
||||
date: "October 2011 - September 2012"
|
||||
description: "Security researcher @ <a href=\"http://www.cern.ch\" target=\"_blank\">CERN</a>, developed linux kernel extensions to prevent cyber attacks"
|
||||
- image: "/img/career/writeright.jpg"
|
||||
date: "August 2011 - Today"
|
||||
description: "Released <a href=\"https://play.google.com/store/apps/details?id=panos.sakkos.softkeyboard.writeright\" target=\"_blank\">WriteRight</a>, 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 <a href=\"https://www.google.com/search?q=pwn+mail\" target=\"_blank\">Pwn Mail</a>, an iPhone app for spoofing emails. It served > 260,000 emails but it was discontinued after a legal threat by <strike>Steve Jobs</strike> a secretary of Steve Jobs"
|
||||
- image: "/img/career/uoa.jpg"
|
||||
date: "October 2007 - September 2011"
|
||||
description: "Bachelor studies @ <a href=\"http://www.di.uoa.gr/eng\" target=\"_blank\">Department of Informatics and Telecommunications</a> 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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue