From 7c874cd09f4d0d6865f703fb9c5ced557159b26a Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 6 Aug 2018 06:34:56 +0200 Subject: update --- .jekyll-metadata | Bin 7085 -> 7990 bytes _config.yml | 11 ++-- _includes/footer.html | 2 +- _includes/header.html | 12 ++++- _layouts/index.html | 6 ++- _layouts/page.html | 9 +++- _layouts/post.html | 3 ++ ...digitalocean-spaces-object-storage-with-fuse.md | 2 +- assets/site.css | 59 +++++++++++++++------ curriculum-vitae.md | 57 ++++++++++++++++++++ cv.md | 6 --- 11 files changed, 136 insertions(+), 31 deletions(-) create mode 100644 curriculum-vitae.md delete mode 100644 cv.md diff --git a/.jekyll-metadata b/.jekyll-metadata index 1c9c7cf..3b8e497 100644 Binary files a/.jekyll-metadata and b/.jekyll-metadata differ diff --git a/_config.yml b/_config.yml index 4d5ad31..6875ccf 100644 --- a/_config.yml +++ b/_config.yml @@ -5,6 +5,9 @@ exclude: - Makefile - notes.md +author: Mitja Felicijan +description: Embedded systems developer and fanatical fan of science fiction + permalink: /:title kramdown: @@ -18,7 +21,7 @@ kramdown: show_warnings: false syntax_highlighter: rouge -highlighter: rouge - -#plugins: -#- jekyll-minifier +plugins: + - jekyll-sitemap + - jekyll-minifier + - 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 @@ - + 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 @@
- @@header@@ + @mitjafelicijan
+ + 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 @@ - + + {{ page.title }} + + @@ -28,6 +31,7 @@ {% endfor %} + {% 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 @@ + {{ page.title }} @@ -12,6 +13,8 @@ + + @@ -19,7 +22,11 @@ {% include header.html %}
- {{ content }} + +

{{ page.title }}

+ + {{ content }} +
{% 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 @@ + {{ page.title }} @@ -12,6 +13,8 @@ + + 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 @@ --- layout: post title: "Using DigitalOcean Spaces Object Storage with FUSE" -categories: +description: "Using DigitalOcean Spaces Object Storage with FUSE" --- 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 @@ -html, -body { - margin: 0; - padding: 0; +* { + box-sizing: border-box } body { @@ -10,40 +8,65 @@ body { margin: 40px auto; line-height: 1.6; color: #000; + margin: 0; + padding: 0; } article, main, footer, +nav, header { max-width: 800px; margin: 0 auto; } +header { + margin-top: 30px; +} + +header a, +nav ul li a { + text-decoration: none +} + +header a { + font-size: 150%; + font-weight: 700; + color: #000; +} + +nav ul { + margin-top: 10px; + padding: 0; +} + +nav ul li { + display: inline-block; +} + +nav ul li a { + color: #888; + font-size: 85%; + margin-right: 10px; +} + h1 { font-size: 200%; } h2 { - font-size: 180%; -} - -h3 { font-size: 160%; } -h4 { +h3 { font-size: 140%; } -h5 { +h4 { font-size: 120%; } -h6 { - font-size: 100%; -} - article img { max-width: 100%; display: block; @@ -60,12 +83,16 @@ main ul { padding: 0 20px; } -} - main ul div { font-size: 115%; } +blockquote { + margin: 40px 0 40px 20px; + border-left: 5px solid #eee; + padding: 5px 0 10px 20px +} + .highlighter-rouge { border: 1px solid #ddd; 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 @@ +--- +layout: page +title: "Curriculum Vitae" +description: "Summary of my experiences, skills and major projects I have worked on through years." +--- + +## Technical experience: + +- Key languages: Golang, Python, C/C++, Bash, C#, Java, Perl. +- Platforms: GNU/Linux - Debian, Gentoo, Red Hat, Custom distros. +- 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. + +## Major projects: + +- SMS marketing system (2007) +- Yacht management software (2008) +- Smart Home Gateway (2009) +- Moxa UPort 1130 USB to RS485 Universal Linux driver (2009) +- Remote management of electricity meter (2009) +- Remote management of blood pressure monitor (2010) +- Infomat automation system (2010) +- GPS Tourist - GIS Software (2011) +- Minimal GNU/Linux distribution for embedded platforms (2011) +- Digital Jukebox system (2012) +- Neonfire - Machine to Machine (2012) +- Street Lightning System (2012) +- Smart cabins with hardware sensor management (2013) +- Contextual advertising server (2015) +- Network accessible database engine for caching and in-memory storage (2016) +- Tick database engine specifically designed for storing and processing large amount of sensor data with high write throughput (2016) +- Wireless industrial lighting management system - hardware and software (2016) + +## Employment history: + +- Freelancer (2001 – November 2006) +- Software developer at Mobinia (December 2006 – August 2007) +- CTO at Milk (September 2007 – December 2009) +- Founder and CTO of UTS (January 2010 – February 2014) +- Founding member of Origami Group (March 2014 – Present) +- Senior Software Engineer at TSmedia (January 2015 - Present) + +## Awards: + +- Regional Award for Innovation by Chamber of Commerce and Industry of Slovenia for project Intelligent system management and regulation of Street Lighting, 2010 +- National Award for Innovation by Chamber of Commerce and Industry of Slovenia for project Intelligent system management and regulation of Street Lighting, 2010 + +## Key responsibilities: + +- Responsible for embedded platforms development. +- Responsible for hardware design and driver development. +- Responsible for the designing, develop and test the systems. +- Responsible for implementation of the systems. +- Responsible for writing and maintaining user and technical documents. +- Responsible for development and maintenance of the project. +- Responsible for code revision, testing and output. +- Work on the enhancement suggested by the customers and fixes the bugs reported. + diff --git a/cv.md b/cv.md deleted file mode 100644 index c7f1de7..0000000 --- a/cv.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -layout: page -title: "Welcome to Jekyll!" ---- - -mein page -- cgit v1.2.3