Skip to content

Commit

Permalink
initial
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown authored and Unknown committed Oct 3, 2016
0 parents commit f8c6f73
Show file tree
Hide file tree
Showing 174 changed files with 9,915 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
@@ -0,0 +1,3 @@
_site
.sass-cache
.jekyll-metadata
13 changes: 13 additions & 0 deletions Gemfile
@@ -0,0 +1,13 @@
source "https://rubygems.org"
ruby RUBY_VERSION


#gem "jekyll", "3.2.1"
gem 'github-pages', group: :jekyll_plugins

#gem "minima"

# If you have any plugins, put them here!
# group :jekyll_plugins do
# gem "jekyll-github-metadata", "~> 1.0"
# end
142 changes: 142 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,142 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (4.2.7)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.4.0)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.10.0)
colorator (1.1.0)
ethon (0.9.0)
ffi (>= 1.3.0)
execjs (2.7.0)
faraday (0.9.2)
multipart-post (>= 1.2, < 3)
ffi (1.9.14)
forwardable-extended (2.6.0)
gemoji (2.1.0)
github-pages (96)
activesupport (= 4.2.7)
github-pages-health-check (= 1.2.0)
jekyll (= 3.2.1)
jekyll-coffeescript (= 1.0.1)
jekyll-feed (= 0.5.1)
jekyll-gist (= 1.4.0)
jekyll-github-metadata (= 2.0.2)
jekyll-mentions (= 1.2.0)
jekyll-paginate (= 1.1.0)
jekyll-redirect-from (= 0.11.0)
jekyll-sass-converter (= 1.3.0)
jekyll-seo-tag (= 2.0.0)
jekyll-sitemap (= 0.10.0)
jemoji (= 0.7.0)
kramdown (= 1.11.1)
liquid (= 3.0.6)
listen (= 3.0.6)
mercenary (~> 0.3)
minima (= 1.2.0)
rouge (= 1.11.1)
terminal-table (~> 1.4)
github-pages-health-check (1.2.0)
addressable (~> 2.3)
net-dns (~> 0.8)
octokit (~> 4.0)
public_suffix (~> 1.4)
typhoeus (~> 0.7)
html-pipeline (2.4.2)
activesupport (>= 2)
nokogiri (>= 1.4)
i18n (0.7.0)
jekyll (3.2.1)
colorator (~> 1.0)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 1.1)
kramdown (~> 1.3)
liquid (~> 3.0)
mercenary (~> 0.3.3)
pathutil (~> 0.9)
rouge (~> 1.7)
safe_yaml (~> 1.0)
jekyll-coffeescript (1.0.1)
coffee-script (~> 2.2)
jekyll-feed (0.5.1)
jekyll-gist (1.4.0)
octokit (~> 4.2)
jekyll-github-metadata (2.0.2)
jekyll (~> 3.1)
octokit (~> 4.0)
jekyll-mentions (1.2.0)
activesupport (~> 4.0)
html-pipeline (~> 2.3)
jekyll (~> 3.0)
jekyll-paginate (1.1.0)
jekyll-redirect-from (0.11.0)
jekyll (>= 2.0)
jekyll-sass-converter (1.3.0)
sass (~> 3.2)
jekyll-seo-tag (2.0.0)
jekyll (~> 3.1)
jekyll-sitemap (0.10.0)
jekyll-watch (1.5.0)
listen (~> 3.0, < 3.1)
jemoji (0.7.0)
activesupport (~> 4.0)
gemoji (~> 2.0)
html-pipeline (~> 2.2)
jekyll (>= 3.0)
json (1.8.3)
kramdown (1.11.1)
liquid (3.0.6)
listen (3.0.6)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9.7)
mercenary (0.3.6)
mini_portile2 (2.1.0)
minima (1.2.0)
minitest (5.9.0)
multipart-post (2.0.0)
net-dns (0.8.0)
nokogiri (1.6.8)
mini_portile2 (~> 2.1.0)
pkg-config (~> 1.1.7)
octokit (4.3.0)
sawyer (~> 0.7.0, >= 0.5.3)
pathutil (0.14.0)
forwardable-extended (~> 2.6)
pkg-config (1.1.7)
public_suffix (1.5.3)
rb-fsevent (0.9.7)
rb-inotify (0.9.7)
ffi (>= 0.5.0)
rouge (1.11.1)
safe_yaml (1.0.4)
sass (3.4.22)
sawyer (0.7.0)
addressable (>= 2.3.5, < 2.5)
faraday (~> 0.8, < 0.10)
terminal-table (1.7.2)
unicode-display_width (~> 1.1.1)
thread_safe (0.3.5)
typhoeus (0.8.0)
ethon (>= 0.8.0)
tzinfo (1.2.2)
thread_safe (~> 0.1)
unicode-display_width (1.1.1)

PLATFORMS
ruby

DEPENDENCIES
github-pages

RUBY VERSION
ruby 2.3.1p112

BUNDLED WITH
1.12.5
31 changes: 31 additions & 0 deletions _config.yml
@@ -0,0 +1,31 @@
url: "http://localhost:4000"
baseurl: ""
permalink: "/:year/:month/:day/:title"
title: "Itay as a Service"
description: "Itay Shakury's blog"

#author profile
author_photo: "/assets/headshot150x150.png"
author_name: "Itay Shakury"
author_bio: "Technology enthusiast, Etrepreneur wannabe, Microsoft employee."
author_twitter: "itayasaservice"
author_linkedin: "itaysk"
author_github: "itaysk"

# Build settings
markdown: kramdown

sass:
style: :compressed


gems:
- jekyll-gist
- jekyll-feed

defaults:
-
scope:
path: "_posts"
values:
layout: "post"
25 changes: 25 additions & 0 deletions _includes/disqus_comments.html
@@ -0,0 +1,25 @@
{% if page.comments != false and jekyll.environment == "production" %}
{% if site.url %}
{% assign disqus_url = page.url | prepend: site.url %}
{% elsif site.github.url %}
{% assign disqus_url = page.url | prepend: site.github.url %}
{% endif %}

<div id="disqus_thread"></div>
<script>
var disqus_config = function () {
this.page.url = '{{ disqus_url }}';
this.page.identifier = '{{ disqus_url }}';
};

(function() {
var d = document, s = d.createElement('script');

s.src = 'https://{{ site.disqus.shortname }}.disqus.com/embed.js';

s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
{% endif %}
3 changes: 3 additions & 0 deletions _includes/footer.html
@@ -0,0 +1,3 @@
<footer>

</footer>
11 changes: 11 additions & 0 deletions _includes/google-analytics.html
@@ -0,0 +1,11 @@
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

ga('create', '{{ site.google_analytics }}', 'auto');
ga('send', 'pageview');

</script>

20 changes: 20 additions & 0 deletions _includes/head.html
@@ -0,0 +1,20 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">

<title>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</title>
<meta name="description" content="{{ page.excerpt | default: site.description | strip_html | normalize_whitespace | truncate: 160 | escape }}">

{% assign custom_url = site.url | append: site.baseurl %}
{% assign full_base_url = custom_url | default: site.github.url %}

<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: full_base_url }}">
{% feed_meta %}

<link href="/css/style.css" rel="stylesheet">

{% if jekyll.environment == 'production' and site.google_analytics %}
{% include google-analytics.html %}
{% endif %}
</head>
15 changes: 15 additions & 0 deletions _includes/header.html
@@ -0,0 +1,15 @@
<header>
{% assign custom_url = site.url | append: site.baseurl %} {% assign full_base_url = site.github.url | default: custom_url %}
<span class="h3">
<a class="site-title" href="{{ full_base_url }}/">{{ site.title | escape }}</a>
</span>
<nav class="site-nav" style="float:right">
<ul class="list-inline">
{% for my_page in site.pages %} {% if my_page.title %}
<li>
<a class="page-link" href="{{ my_page.url | prepend: full_base_url }}">{{ my_page.title | escape }}</a>
</li>
{% endif %} {% endfor %}
</ul>
</nav>
</header>
32 changes: 32 additions & 0 deletions _includes/sidebar.html
@@ -0,0 +1,32 @@
<div class="sidebar text-center">
<img src="{{site.author_photo}}" class="img-circle" />
<div class="sidebar-item">
<h2> {{ site.author_name }} </h2>
<h4> {{ site.author_bio }} </h4>
</div>
<div class="sidebar-item text-left">
<ul class="list-unstyled author-social">
{% if site.author_twitter %}
<li>
<a href="https://twitter.com/{{site.author_twitter}}">
<img src="/assets/twitter-3-24.png" alt="twitter" /> @{{site.author_twitter}}
</a>
</li>
{% endif %}
{% if site.author_linkedin %}
<li>
<a href="https://il.linkedin.com/in/{{site.author_linkedin}}">
<img src="/assets/linkedin-3-24.png" alt="linkedin" /> {{site.author_linkedin}}
</a>
</li>
{% endif %}
{% if site.author_github %}
<li>
<a href="https://github.com/{{site.author_github}}">
<img src="/assets/github-8-24.png" alt="github" /> {{site.author_github}}
</a>
</li>
{% endif %}
</ul>
</div>
</div>
24 changes: 24 additions & 0 deletions _layouts/default.html
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="{{ page.lang | default: site.lang | default: " en " }}">
{% include head.html %}

<body>
<div class="page-header">
{% include header.html %}
</div>
<div class="container">
<div class="row">
<div class="col-md-4">
{% include sidebar.html %}
</div>
<div class="content col-md-8">
{{ content }}
</div>
</div>
</div>
<div class="page-footer">
{% include footer.html %}
</div>
</body>

</html>
14 changes: 14 additions & 0 deletions _layouts/page.html
@@ -0,0 +1,14 @@
---
layout: default
---
<article class="post">

<header class="post-header">
<h1 class="post-title">{{ page.title | escape }}</h1>
</header>

<div class="post-content">
{{ content }}
</div>

</article>
18 changes: 18 additions & 0 deletions _layouts/post.html
@@ -0,0 +1,18 @@
---
layout: default
---
<article class="post" itemscope itemtype="http://schema.org/BlogPosting">

<header class="post-header">
<h1 class="post-title" itemprop="name headline">{{ page.title | escape }}</h1>
<p class="post-meta"><time datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">{{ page.date | date: "%b %-d, %Y" }}</time>{% if page.author %} • <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">{{ page.author }}</span></span>{% endif %}</p>
</header>

<div class="post-content" itemprop="articleBody">
{{ content }}
</div>

{% if site.disqus.shortname %}
{% include disqus_comments.html %}
{% endif %}
</article>

0 comments on commit f8c6f73

Please sign in to comment.