diff options
| -rw-r--r-- | .jekyll-metadata | bin | 7085 -> 7990 bytes | |||
| -rw-r--r-- | _config.yml | 11 | ||||
| -rw-r--r-- | _includes/footer.html | 2 | ||||
| -rw-r--r-- | _includes/header.html | 12 | ||||
| -rw-r--r-- | _layouts/index.html | 6 | ||||
| -rw-r--r-- | _layouts/page.html | 9 | ||||
| -rw-r--r-- | _layouts/post.html | 3 | ||||
| -rw-r--r-- | _posts/2018-01-16-using-digitalocean-spaces-object-storage-with-fuse.md | 2 | ||||
| -rw-r--r-- | assets/site.css | 59 | ||||
| -rw-r--r-- | curriculum-vitae.md | 57 | ||||
| -rw-r--r-- | cv.md | 6 |
11 files changed, 136 insertions, 31 deletions
diff --git a/.jekyll-metadata b/.jekyll-metadata index 1c9c7cf..3b8e497 100644 --- a/.jekyll-metadata +++ b/.jekyll-metadata | |||
| Binary files differ | |||
diff --git a/_config.yml b/_config.yml index 4d5ad31..6875ccf 100644 --- a/_config.yml +++ b/_config.yml | |||
| @@ -5,6 +5,9 @@ exclude: | |||
| 5 | - Makefile | 5 | - Makefile |
| 6 | - notes.md | 6 | - notes.md |
| 7 | 7 | ||
| 8 | author: Mitja Felicijan | ||
| 9 | description: Embedded systems developer and fanatical fan of science fiction | ||
| 10 | |||
| 8 | permalink: /:title | 11 | permalink: /:title |
| 9 | 12 | ||
| 10 | kramdown: | 13 | kramdown: |
| @@ -18,7 +21,7 @@ kramdown: | |||
| 18 | show_warnings: false | 21 | show_warnings: false |
| 19 | syntax_highlighter: rouge | 22 | syntax_highlighter: rouge |
| 20 | 23 | ||
| 21 | highlighter: rouge | 24 | plugins: |
| 22 | 25 | - jekyll-sitemap | |
| 23 | #plugins: | 26 | - jekyll-minifier |
| 24 | #- jekyll-minifier | 27 | - jekyll-jsminify |
diff --git a/_includes/footer.html b/_includes/footer.html index 89ae5a1..8b13789 100644 --- a/_includes/footer.html +++ b/_includes/footer.html | |||
| @@ -1 +1 @@ | |||
| <footer></footer> | |||
diff --git a/_includes/header.html b/_includes/header.html index 7f5c53d..ff8c014 100644 --- a/_includes/header.html +++ b/_includes/header.html | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | <header> | 1 | <header> |
| 2 | @@header@@ | 2 | <a href="/">@mitjafelicijan</a> |
| 3 | </header> | 3 | </header> |
| 4 | |||
| 5 | <nav> | ||
| 6 | <ul> | ||
| 7 | <li><a href="//gist.github.com/mitjafelicijan" target="_blank" rel="noopener">gists</a></li> | ||
| 8 | <li><a href="//github.com/mitjafelicijan" target="_blank" rel="noopener">github</a></li> | ||
| 9 | <li><a href="//twitter.com/mitjafelicijan" target="_blank" rel="noopener">twitter</a></li> | ||
| 10 | <li><a href="//plus.google.com/+MitjaFelicijan?rel=author" target="_blank" rel="noopener">google+</a></li> | ||
| 11 | <li><a href="/curriculum-vitae">curriculum vitae</a></li> | ||
| 12 | </ul> | ||
| 13 | </nav> | ||
diff --git a/_layouts/index.html b/_layouts/index.html index 7c546a2..4d675e0 100644 --- a/_layouts/index.html +++ b/_layouts/index.html | |||
| @@ -5,13 +5,16 @@ | |||
| 5 | 5 | ||
| 6 | <meta charset="utf-8"> | 6 | <meta charset="utf-8"> |
| 7 | <meta name="theme-color" content="#000000"> | 7 | <meta name="theme-color" content="#000000"> |
| 8 | <meta name="description" content="{{ page.description }}"> | 8 | <meta name="author" content="{{ site.author }}"> |
| 9 | <meta name="description" content="{{ site.description }}"> | ||
| 9 | 10 | ||
| 10 | <title>{{ page.title }}</title> | 11 | <title>{{ page.title }}</title> |
| 11 | 12 | ||
| 12 | <link rel="stylesheet" href="/assets/highlight.css"> | 13 | <link rel="stylesheet" href="/assets/highlight.css"> |
| 13 | <link rel="stylesheet" href="/assets/site.css"> | 14 | <link rel="stylesheet" href="/assets/site.css"> |
| 14 | 15 | ||
| 16 | <link rel="icon" type="image/jpeg" href="/assets/avatar.jpg"> | ||
| 17 | |||
| 15 | </head> | 18 | </head> |
| 16 | 19 | ||
| 17 | <body> | 20 | <body> |
| @@ -28,6 +31,7 @@ | |||
| 28 | </li> | 31 | </li> |
| 29 | {% endfor %} | 32 | {% endfor %} |
| 30 | </ul> | 33 | </ul> |
| 34 | |||
| 31 | </main> | 35 | </main> |
| 32 | 36 | ||
| 33 | {% include footer.html %} | 37 | {% include footer.html %} |
diff --git a/_layouts/page.html b/_layouts/page.html index 3c80ab1..92a5a37 100644 --- a/_layouts/page.html +++ b/_layouts/page.html | |||
| @@ -5,6 +5,7 @@ | |||
| 5 | 5 | ||
| 6 | <meta charset="utf-8"> | 6 | <meta charset="utf-8"> |
| 7 | <meta name="theme-color" content="#000000"> | 7 | <meta name="theme-color" content="#000000"> |
| 8 | <meta name="author" content="{{ site.author }}"> | ||
| 8 | <meta name="description" content="{{ page.description }}"> | 9 | <meta name="description" content="{{ page.description }}"> |
| 9 | 10 | ||
| 10 | <title>{{ page.title }}</title> | 11 | <title>{{ page.title }}</title> |
| @@ -12,6 +13,8 @@ | |||
| 12 | <link rel="stylesheet" href="/assets/highlight.css"> | 13 | <link rel="stylesheet" href="/assets/highlight.css"> |
| 13 | <link rel="stylesheet" href="/assets/site.css"> | 14 | <link rel="stylesheet" href="/assets/site.css"> |
| 14 | 15 | ||
| 16 | <link rel="icon" type="image/jpeg" href="/assets/avatar.jpg"> | ||
| 17 | |||
| 15 | </head> | 18 | </head> |
| 16 | 19 | ||
| 17 | <body> | 20 | <body> |
| @@ -19,7 +22,11 @@ | |||
| 19 | {% include header.html %} | 22 | {% include header.html %} |
| 20 | 23 | ||
| 21 | <article> | 24 | <article> |
| 22 | {{ content }} | 25 | |
| 26 | <h1>{{ page.title }}</h1> | ||
| 27 | |||
| 28 | {{ content }} | ||
| 29 | |||
| 23 | </article> | 30 | </article> |
| 24 | 31 | ||
| 25 | {% include footer.html %} | 32 | {% include footer.html %} |
diff --git a/_layouts/post.html b/_layouts/post.html index 95dd3f0..c9e7108 100644 --- a/_layouts/post.html +++ b/_layouts/post.html | |||
| @@ -5,6 +5,7 @@ | |||
| 5 | 5 | ||
| 6 | <meta charset="utf-8"> | 6 | <meta charset="utf-8"> |
| 7 | <meta name="theme-color" content="#000000"> | 7 | <meta name="theme-color" content="#000000"> |
| 8 | <meta name="author" content="{{ site.author }}"> | ||
| 8 | <meta name="description" content="{{ page.description }}"> | 9 | <meta name="description" content="{{ page.description }}"> |
| 9 | 10 | ||
| 10 | <title>{{ page.title }}</title> | 11 | <title>{{ page.title }}</title> |
| @@ -12,6 +13,8 @@ | |||
| 12 | <link rel="stylesheet" href="/assets/highlight.css"> | 13 | <link rel="stylesheet" href="/assets/highlight.css"> |
| 13 | <link rel="stylesheet" href="/assets/site.css"> | 14 | <link rel="stylesheet" href="/assets/site.css"> |
| 14 | 15 | ||
| 16 | <link rel="icon" type="image/jpeg" href="/assets/avatar.jpg"> | ||
| 17 | |||
| 15 | </head> | 18 | </head> |
| 16 | 19 | ||
| 17 | <body> | 20 | <body> |
diff --git a/_posts/2018-01-16-using-digitalocean-spaces-object-storage-with-fuse.md b/_posts/2018-01-16-using-digitalocean-spaces-object-storage-with-fuse.md index b713b64..35cbebd 100644 --- a/_posts/2018-01-16-using-digitalocean-spaces-object-storage-with-fuse.md +++ b/_posts/2018-01-16-using-digitalocean-spaces-object-storage-with-fuse.md | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | --- | 1 | --- |
| 2 | layout: post | 2 | layout: post |
| 3 | title: "Using DigitalOcean Spaces Object Storage with FUSE" | 3 | title: "Using DigitalOcean Spaces Object Storage with FUSE" |
| 4 | categories: | 4 | description: "Using DigitalOcean Spaces Object Storage with FUSE" |
| 5 | --- | 5 | --- |
| 6 | 6 | ||
| 7 | Couple of months ago [DigitalOcean](https://www.digitalocean.com) introduced new product called [Spaces](https://blog.digitalocean.com/introducing-spaces-object-storage/) which is Object Storage very similar to Amazon's S3. This really peaked my interest, because this was something I was missing and even the thought of going over the internet for such functionality was in no interest to me. Also in fashion with their previous pricing this also is very cheap and pricing page is a no-brainer compared to AWS or GCE. [Prices are clearly and precisely defined and outlined](https://www.digitalocean.com/pricing/). You must love them for that :) | 7 | Couple of months ago [DigitalOcean](https://www.digitalocean.com) introduced new product called [Spaces](https://blog.digitalocean.com/introducing-spaces-object-storage/) which is Object Storage very similar to Amazon's S3. This really peaked my interest, because this was something I was missing and even the thought of going over the internet for such functionality was in no interest to me. Also in fashion with their previous pricing this also is very cheap and pricing page is a no-brainer compared to AWS or GCE. [Prices are clearly and precisely defined and outlined](https://www.digitalocean.com/pricing/). You must love them for that :) |
diff --git a/assets/site.css b/assets/site.css index ef3f476..35cdb30 100644 --- a/assets/site.css +++ b/assets/site.css | |||
| @@ -1,7 +1,5 @@ | |||
| 1 | html, | 1 | * { |
| 2 | body { | 2 | box-sizing: border-box |
| 3 | margin: 0; | ||
| 4 | padding: 0; | ||
| 5 | } | 3 | } |
| 6 | 4 | ||
| 7 | body { | 5 | body { |
| @@ -10,40 +8,65 @@ body { | |||
| 10 | margin: 40px auto; | 8 | margin: 40px auto; |
| 11 | line-height: 1.6; | 9 | line-height: 1.6; |
| 12 | color: #000; | 10 | color: #000; |
| 11 | margin: 0; | ||
| 12 | padding: 0; | ||
| 13 | } | 13 | } |
| 14 | 14 | ||
| 15 | article, | 15 | article, |
| 16 | main, | 16 | main, |
| 17 | footer, | 17 | footer, |
| 18 | nav, | ||
| 18 | header { | 19 | header { |
| 19 | max-width: 800px; | 20 | max-width: 800px; |
| 20 | margin: 0 auto; | 21 | margin: 0 auto; |
| 21 | } | 22 | } |
| 22 | 23 | ||
| 24 | header { | ||
| 25 | margin-top: 30px; | ||
| 26 | } | ||
| 27 | |||
| 28 | header a, | ||
| 29 | nav ul li a { | ||
| 30 | text-decoration: none | ||
| 31 | } | ||
| 32 | |||
| 33 | header a { | ||
| 34 | font-size: 150%; | ||
| 35 | font-weight: 700; | ||
| 36 | color: #000; | ||
| 37 | } | ||
| 38 | |||
| 39 | nav ul { | ||
| 40 | margin-top: 10px; | ||
| 41 | padding: 0; | ||
| 42 | } | ||
| 43 | |||
| 44 | nav ul li { | ||
| 45 | display: inline-block; | ||
| 46 | } | ||
| 47 | |||
| 48 | nav ul li a { | ||
| 49 | color: #888; | ||
| 50 | font-size: 85%; | ||
| 51 | margin-right: 10px; | ||
| 52 | } | ||
| 53 | |||
| 23 | h1 { | 54 | h1 { |
| 24 | font-size: 200%; | 55 | font-size: 200%; |
| 25 | } | 56 | } |
| 26 | 57 | ||
| 27 | h2 { | 58 | h2 { |
| 28 | font-size: 180%; | ||
| 29 | } | ||
| 30 | |||
| 31 | h3 { | ||
| 32 | font-size: 160%; | 59 | font-size: 160%; |
| 33 | } | 60 | } |
| 34 | 61 | ||
| 35 | h4 { | 62 | h3 { |
| 36 | font-size: 140%; | 63 | font-size: 140%; |
| 37 | } | 64 | } |
| 38 | 65 | ||
| 39 | h5 { | 66 | h4 { |
| 40 | font-size: 120%; | 67 | font-size: 120%; |
| 41 | } | 68 | } |
| 42 | 69 | ||
| 43 | h6 { | ||
| 44 | font-size: 100%; | ||
| 45 | } | ||
| 46 | |||
| 47 | article img { | 70 | article img { |
| 48 | max-width: 100%; | 71 | max-width: 100%; |
| 49 | display: block; | 72 | display: block; |
| @@ -60,12 +83,16 @@ main ul { | |||
| 60 | padding: 0 20px; | 83 | padding: 0 20px; |
| 61 | } | 84 | } |
| 62 | 85 | ||
| 63 | } | ||
| 64 | |||
| 65 | main ul div { | 86 | main ul div { |
| 66 | font-size: 115%; | 87 | font-size: 115%; |
| 67 | } | 88 | } |
| 68 | 89 | ||
| 90 | blockquote { | ||
| 91 | margin: 40px 0 40px 20px; | ||
| 92 | border-left: 5px solid #eee; | ||
| 93 | padding: 5px 0 10px 20px | ||
| 94 | } | ||
| 95 | |||
| 69 | .highlighter-rouge { | 96 | .highlighter-rouge { |
| 70 | border: 1px solid #ddd; | 97 | border: 1px solid #ddd; |
| 71 | padding: 0 15px; | 98 | padding: 0 15px; |
diff --git a/curriculum-vitae.md b/curriculum-vitae.md new file mode 100644 index 0000000..f687f20 --- /dev/null +++ b/curriculum-vitae.md | |||
| @@ -0,0 +1,57 @@ | |||
| 1 | --- | ||
| 2 | layout: page | ||
| 3 | title: "Curriculum Vitae" | ||
| 4 | description: "Summary of my experiences, skills and major projects I have worked on through years." | ||
| 5 | --- | ||
| 6 | |||
| 7 | ## Technical experience: | ||
| 8 | |||
| 9 | - Key languages: Golang, Python, C/C++, Bash, C#, Java, Perl. | ||
| 10 | - Platforms: GNU/Linux - Debian, Gentoo, Red Hat, Custom distros. | ||
| 11 | - Concepts: zigbee, knx, machine to machine, embedded systems, operating systems, distributed systems, relational database management systems, algorithms, database engine design, sql, nosql, big data analytics, machine learning, prediction algorithms. | ||
| 12 | |||
| 13 | ## Major projects: | ||
| 14 | |||
| 15 | - SMS marketing system (2007) | ||
| 16 | - Yacht management software (2008) | ||
| 17 | - Smart Home Gateway (2009) | ||
| 18 | - Moxa UPort 1130 USB to RS485 Universal Linux driver (2009) | ||
| 19 | - Remote management of electricity meter (2009) | ||
| 20 | - Remote management of blood pressure monitor (2010) | ||
| 21 | - Infomat automation system (2010) | ||
| 22 | - GPS Tourist - GIS Software (2011) | ||
| 23 | - Minimal GNU/Linux distribution for embedded platforms (2011) | ||
| 24 | - Digital Jukebox system (2012) | ||
| 25 | - Neonfire - Machine to Machine (2012) | ||
| 26 | - Street Lightning System (2012) | ||
| 27 | - Smart cabins with hardware sensor management (2013) | ||
| 28 | - Contextual advertising server (2015) | ||
| 29 | - Network accessible database engine for caching and in-memory storage (2016) | ||
| 30 | - Tick database engine specifically designed for storing and processing large amount of sensor data with high write throughput (2016) | ||
| 31 | - Wireless industrial lighting management system - hardware and software (2016) | ||
| 32 | |||
| 33 | ## Employment history: | ||
| 34 | |||
| 35 | - Freelancer (2001 – November 2006) | ||
| 36 | - Software developer at Mobinia (December 2006 – August 2007) | ||
| 37 | - CTO at Milk (September 2007 – December 2009) | ||
| 38 | - Founder and CTO of UTS (January 2010 – February 2014) | ||
| 39 | - Founding member of Origami Group (March 2014 – Present) | ||
| 40 | - Senior Software Engineer at TSmedia (January 2015 - Present) | ||
| 41 | |||
| 42 | ## Awards: | ||
| 43 | |||
| 44 | - Regional Award for Innovation by Chamber of Commerce and Industry of Slovenia for project Intelligent system management and regulation of Street Lighting, 2010 | ||
| 45 | - National Award for Innovation by Chamber of Commerce and Industry of Slovenia for project Intelligent system management and regulation of Street Lighting, 2010 | ||
| 46 | |||
| 47 | ## Key responsibilities: | ||
| 48 | |||
| 49 | - Responsible for embedded platforms development. | ||
| 50 | - Responsible for hardware design and driver development. | ||
| 51 | - Responsible for the designing, develop and test the systems. | ||
| 52 | - Responsible for implementation of the systems. | ||
| 53 | - Responsible for writing and maintaining user and technical documents. | ||
| 54 | - Responsible for development and maintenance of the project. | ||
| 55 | - Responsible for code revision, testing and output. | ||
| 56 | - Work on the enhancement suggested by the customers and fixes the bugs reported. | ||
| 57 | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | --- | ||
| 2 | layout: page | ||
| 3 | title: "Welcome to Jekyll!" | ||
| 4 | --- | ||
| 5 | |||
| 6 | mein page | ||
