forked from le4ker/personal-jekyll-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·77 lines (62 loc) · 3.36 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# Site settings
url: "http://panossakkos.github.io"
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"
favicon: "/img/favicon.ico"
black-favicon: "/img/black-lab-glass.ico"
google-tracking-id: "UA-35880426-3"
disqus-shortname: "panossakkos"
# 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
pages_list:
About: 'about'
Blog: 'blog'
Career: 'career'
Contact: 'contact'
background-img: "/img/intro-bg.jpg"
# About variables
me-img: "/img/me.jpg"
# Blog variables
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: "https://no.linkedin.com/in/PanosSakkos"
- title: "youtube"
url: "https://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"]