diff --git a/.gitignore b/.gitignore index ba553ce..da62510 100755 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ _site .sass-cache Gemfile.lock +node_modules diff --git a/_config.yml b/_config.yml index 696b990..bc610ca 100755 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,6 @@ # main text of home -name: John Doe -bio: A Man who travels the world eating noodles +name: Oleg Nenashev +bio: Just another engineer # twitter summary info description: A blog about technology and stuff related @@ -31,40 +31,33 @@ permalink: /:title/ # if you don't want comments in your posts, leave categories empty disqus: shortname: mydisqus # enter this from your disqus account - categories: [blog, project] # only show disqus for posts that have these categories +# categories: [blog, project] # only show disqus for posts that have these categories # if you don't have any of social below, comment the line -facebook: myfacebook -twitter: mytwitter +#facebook: myfacebook +twitter: oleg_nenashev # google: mygoogle # instagram: myinstagram # pinterest: mypinterest -# linkedin: mylinkedin +linkedin: onenashev # youtube: myyoutube # spotify: myspotify -github: mygithub +github: oleg-nenashev # lastfm: mylastfm # stackoverflow: 7044681/mystackoverflow # quora: userquora # reddit: username -medium: medium # vimeo: myvimeo # lanyrd: mylanyrd -email: myemail@gmail.com +email: o.v.nenashev@gmail.com authors: - johndoe: - name: John Doe - bio: A Man who travels the world eating noodles + oleg_nenashev: + name: Oleg Nenashev + bio: Just another engineer external-image: false picture: assets/images/profile.jpg - twitter: johndoe - jamesfoster: - name: James Foster - bio: A Man who develops software with coffee - external-image: false - picture: assets/images/james.jpg - twitter: jamesfoster + twitter: oleg_nenashev # do you want a larger site? change the option below # options: [normal, large] | default: normal @@ -98,7 +91,7 @@ post-advance-links: [blog] show-author: true # do you want some animations? -animation: true +animation: false plugins: - jekyll-seo-tag diff --git a/_posts/2015-02-24-markdown-extra-components.markdown b/_posts/2015-02-24-markdown-extra-components.markdown deleted file mode 100755 index 0ba384f..0000000 --- a/_posts/2015-02-24-markdown-extra-components.markdown +++ /dev/null @@ -1,197 +0,0 @@ ---- -title: "Markdown Extra Components" -layout: post -date: 2016-02-24 22:48 -image: /assets/images/markdown.jpg -headerImage: false -tag: -- markdown -- components -- extra -category: blog -author: jamesfoster -description: Markdown summary with different options -# jemoji: ':ramen:' ---- - -## Summary: - -You can pick as item to see how to apply in markdown. - -#### Especial Elements -- [Evidence](#evidence) -- [Side-by-Side](#side-by-side) -- [Star](#star) -- [Especial Breaker](#especial-breaker) -- [Spoiler](#spoiler) - -#### External Elements -- [Gist](#gist) -- [Codepen](#codepen) -- [Slideshare](#slideshare) -- [Videos](#videos) - ---- - -## Evidence - -You can try the evidence! - -Paragraphs can be written like so. A paragraph is the basic block of Markdown. A paragraph is what text will turn into when there is no reason it should become anything else. - -{% highlight html %} -Paragraphs can be written like so. A paragraph is the basic block of Markdown. A paragraph is what text will turn into when there is no reason it should become anything else. -{% endhighlight %} - ---- - -## Side-by-side - -Like the [Medium](https://medium.com/) component. - -**Image** on the left and **Text** on the right: - -{% highlight html %} -
-
- Alt Text -
Photo by John Doe
-
- -
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

-
-
-{% endhighlight %} - -
-
- Alt Text -
Photo by John Doe
-
- -
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

-
-
- -**Text** on the left and **Image** on the right: - -{% highlight html %} -
-
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

-
- -
- Alt Text -
Photo by John Doe
-
-
-{% endhighlight %} - -
-
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

-
- -
- Alt Text -
Photo by John Doe
-
-
- ---- - -## Star - -You can give evidence to a post. Just add the tag to the markdown file. - -{% highlight raw %} -star: true -{% endhighlight %} - ---- - -## Especial Breaker - -You can add a especial *hr* to your text. - -{% highlight html %} -
-{% endhighlight %} - -
- ---- - -## Spoiler - -You can add an especial hidden content that appears on hover. - -{% highlight html %} -

your content

-{% endhighlight %} - -

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

- ---- - -## Gist - -You can add Gists from github. - -{% highlight raw %} -{ % gist sergiokopplin/91ff4220480727b47224245ee2e9c291 % } -{% endhighlight %} - -{% gist sergiokopplin/91ff4220480727b47224245ee2e9c291 %} - ---- - -## Codepen - -You can add Pens from Codepen. - -{% highlight html %} -

- See the Pen Crappy Recreation of the Book Cover of *The Flame Alphabet* by Chris Coyier (@chriscoyier) on CodePen. -

- -{% endhighlight %} - -

See the Pen Crappy Recreation of the Book Cover of *The Flame Alphabet* by Chris Coyier (@chriscoyier) on CodePen.

- - ---- - -## Slideshare - -Add your presentations here! - -{% highlight html %} - -{% endhighlight %} - - - ---- - -## Videos - -Do you want some videos? Youtube, Vimeo or Vevo? Copy the embed code and paste on your post! - -**Example** - -{% highlight html %} - -{% endhighlight %} - - - -[1]: http://daringfireball.net/projects/markdown/ -[2]: http://www.fileformat.info/info/unicode/char/2163/index.htm -[3]: http://www.markitdown.net/ -[4]: http://daringfireball.net/projects/markdown/basics -[5]: http://daringfireball.net/projects/markdown/syntax -[6]: http://kune.fr/wp-content/uploads/2013/10/ghost-blog.jpg diff --git a/_posts/2016-01-23-indigo-jekyll-theme.markdown b/_posts/2016-01-23-indigo-jekyll-theme.markdown deleted file mode 100644 index f8860b0..0000000 --- a/_posts/2016-01-23-indigo-jekyll-theme.markdown +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: ":ramen: Indigo, minimalist jekyll theme" -layout: post -date: 2016-01-23 22:10 -tag: jekyll -image: https://koppl.in/indigo/assets/images/jekyll-logo-light-solid.png -headerImage: true -projects: true -hidden: true # don't count this post in blog pagination -description: "This is a simple and minimalist template for Jekyll for those who likes to eat noodles." -category: project -author: johndoe -externalLink: false ---- - -![Screenshot](https://raw.githubusercontent.com/sergiokopplin/indigo/gh-pages/assets/screen-shot.png) - -Example of project - Indigo Minimalist Jekyll Template - [Demo](http://sergiokopplin.github.io/indigo/). This is a simple and minimalist template for Jekyll for those who likes to eat noodles. - ---- - -What has inside? - -- Gulp -- BrowserSync -- Stylus -- SVG -- Travis -- No JS -- [98/100](https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fsergiokopplin.github.io%2Findigo%2F) - ---- - -[Check it out](http://sergiokopplin.github.io/indigo/) here. -If you need some help, just [tell me](http://github.com/sergiokopplin/indigo/issues). diff --git a/_posts/2016-02-24-markdown-common-elements.markdown b/_posts/2016-02-24-markdown-common-elements.markdown deleted file mode 100644 index fc61b9c..0000000 --- a/_posts/2016-02-24-markdown-common-elements.markdown +++ /dev/null @@ -1,220 +0,0 @@ ---- -title: "Markdown Common Elements" -layout: post -date: 2016-02-24 22:44 -image: /assets/images/markdown.jpg -headerImage: false -tag: -- markdown -- elements -star: true -category: blog -author: johndoe -description: Markdown summary with different options ---- - -## Summary: - -You can pick as item to see how to apply in markdown. - -### Comum Elements -- [Basic formatting](#basic-formatting) -- [Headings](#headings) -- [Lists](#lists) -- [Paragraph Modifiers](#paragraph-modifiers) -- [Urls](#urls) -- [Horizontal Rule](#horizontal-rule) -- [Images](#images) -- [Code](#code) - ---- - -## Basic formatting - -This note **demonstrates** some of what [Markdown][1] is *capable of doing*. - -And that's how to do it. - -{% highlight html %} -This note **demonstrates** some of what [Markdown][some/link] is *capable of doing*. -{% endhighlight %} - ---- - -## Headings - -There are six levels of headings. They correspond with the six levels of HTML headings. You've probably noticed them already in the page. Each level down uses one more hash character. But we are using just 4 of them. - -# Headings can be small - -## Headings can be small - -### Headings can be small - -#### Headings can be small - -{% highlight raw %} -# Heading -## Heading -### Heading -#### Heading -{% endhighlight %} - ---- - -## Lists - -### Ordered list - -1. Item 1 -2. A second item -3. Number 3 - -{% highlight raw %} -1. Item 1 -2. A second item -3. Number 3 -{% endhighlight %} - -### Unordered list - -* An item -* Another item -* Yet another item -* And there's more... - -{% highlight raw %} -* An item -* Another item -* Yet another item -* And there's more... -{% endhighlight %} - ---- - -## Paragraph modifiers - -### Quote - -> Here is a quote. What this is should be self explanatory. Quotes are automatically indented when they are used. - -{% highlight raw %} -> Here is a quote. What this is should be self explanatory. -{% endhighlight raw %} - ---- - -## URLs - -URLs can be made in a handful of ways: - -* A named link to [Mark It Down][3]. -* Another named link to [Mark It Down](http://markitdown.net/) -* Sometimes you just want a URL like . - -{% highlight raw %} -* A named link to [MarkItDown][3]. -* Another named link to [MarkItDown](http://markitdown.net/) -* Sometimes you just want a URL like . -{% endhighlight %} - ---- - -## Horizontal rule - -A horizontal rule is a line that goes across the middle of the page. -It's sometimes handy for breaking things up. - -{% highlight raw %} ---- -{% endhighlight %} - ---- - -## Images - -Markdown can also contain images. I'll need to add something here sometime. - -{% highlight raw %} -![Markdowm Image][/image/url] -{% endhighlight %} - -![Markdowm Image][6] - -*Figure Caption*? - -{% highlight raw %} -![Markdowm Image][/image/url] -
Photo by John Doe
-{% endhighlight %} - -![Markdowm Image][6] -
Photo by John Doe
- -*Bigger Images*? - -{% highlight raw %} -![Markdowm Image][/image/url]{: class="bigger-image" } -{% endhighlight %} - -![Markdowm Image][6]{: class="bigger-image" } - ---- - -## Code - -A HTML Example: - -{% highlight html %} - - - - - Document - - -

Just a test

- - -{% endhighlight %} - -A CSS Example: - -{% highlight css %} -pre { - padding: 10px; - font-size: .8em; - white-space: pre; -} - -pre, table { - width: 100%; -} - -code, pre, tt { - font-family: Monaco, Consolas, Inconsolata, monospace, sans-serif; - background: rgba(0,0,0,.05); -} -{% endhighlight %} - -A JS Example: - -{% highlight js %} -// Sticky Header -$(window).scroll(function() { - - if ($(window).scrollTop() > 900 && !$("body").hasClass('show-menu')) { - $('#hamburguer__open').fadeOut('fast'); - } else if (!$("body").hasClass('show-menu')) { - $('#hamburguer__open').fadeIn('fast'); - } - -}); -{% endhighlight %} - -[1]: http://daringfireball.net/projects/markdown/ -[2]: http://www.fileformat.info/info/unicode/char/2163/index.htm -[3]: http://www.markitdown.net/ -[4]: http://daringfireball.net/projects/markdown/basics -[5]: http://daringfireball.net/projects/markdown/syntax -[6]: http://kune.fr/wp-content/uploads/2013/10/ghost-blog.jpg diff --git a/_posts/2017-12-29-foo1.md b/_posts/2017-12-29-foo1.md new file mode 100644 index 0000000..6430710 --- /dev/null +++ b/_posts/2017-12-29-foo1.md @@ -0,0 +1,12 @@ +--- +title: "Just4test" +layout: post +date: 2017-12-27 +image: /assets/images/markdown.jpg +headerImage: false +tag: +- test +category: blog +author: oleg_nenashev +--- +Nothing to see here, keep scrolling. diff --git a/_posts/2017-12-30-foo2.md b/_posts/2017-12-30-foo2.md new file mode 100644 index 0000000..279207b --- /dev/null +++ b/_posts/2017-12-30-foo2.md @@ -0,0 +1,14 @@ +--- +title: "Just4test - 2" +layout: post +date: 2017-12-28 +image: /assets/images/markdown.jpg +headerImage: false +projects: true +tag: +- test +category: blog +author: oleg_nenashev +--- +Nothing to see here, keep scrolling. + diff --git a/about.md b/about.md index c3d5d1e..7e784c3 100644 --- a/about.md +++ b/about.md @@ -4,43 +4,4 @@ layout: page --- ![Profile Image]({{ site.url }}/{{ site.picture }}) -

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod -tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, -quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo -consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse -cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non -proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

- -

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod -tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, -quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo -consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse -cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non -proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

- -

Skills

- - - -

Projects

- - +Jenkins Developer with Embedded/Hardware Background. diff --git a/assets/images/james.jpg b/assets/images/james.jpg deleted file mode 100644 index 83167fe..0000000 Binary files a/assets/images/james.jpg and /dev/null differ diff --git a/assets/images/profile.jpg b/assets/images/profile.jpg old mode 100755 new mode 100644 index d51984c..68e4142 Binary files a/assets/images/profile.jpg and b/assets/images/profile.jpg differ diff --git a/assets/screen-shot.png b/assets/screen-shot.png deleted file mode 100644 index 82b282f..0000000 Binary files a/assets/screen-shot.png and /dev/null differ