Skip to content

Commit 0009ab4

Browse files
committed
Gluster developer blog posts initial commit
Signed-off-by: Aravinda VK <[email protected]>
0 parents  commit 0009ab4

27 files changed

+881
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
_site
2+
.sass-cache
3+
.jekyll-metadata
4+
.bundle/
5+
vendor/

404.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
layout: default
3+
---
4+
5+
<style type="text/css" media="screen">
6+
.container {
7+
margin: 10px auto;
8+
max-width: 600px;
9+
text-align: center;
10+
}
11+
h1 {
12+
margin: 30px 0;
13+
font-size: 4em;
14+
line-height: 1;
15+
letter-spacing: -1px;
16+
}
17+
</style>
18+
19+
<div class="container">
20+
<h1>404</h1>
21+
22+
<p><strong>Page not found :(</strong></p>
23+
<p>The requested page could not be found.</p>
24+
</div>

Gemfile

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
source "https://rubygems.org"
2+
3+
# Hello! This is where you manage which Jekyll version is used to run.
4+
# When you want to use a different version, change it below, save the
5+
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
6+
#
7+
# bundle exec jekyll serve
8+
#
9+
# This will help ensure the proper Jekyll version is running.
10+
# Happy Jekylling!
11+
gem "jekyll", "~> 3.8.5"
12+
13+
# This is the default theme for new Jekyll sites. You may change this to anything you like.
14+
gem "minima", "~> 2.0"
15+
16+
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
17+
# uncomment the line below. To upgrade, run `bundle update github-pages`.
18+
# gem "github-pages", group: :jekyll_plugins
19+
20+
# If you have any plugins, put them here!
21+
group :jekyll_plugins do
22+
gem "jekyll-feed", "~> 0.6"
23+
end
24+
25+
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
26+
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
27+
28+
# Performance-booster for watching directories on Windows
29+
gem "wdm", "~> 0.1.0" if Gem.win_platform?
30+

Gemfile.lock

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
addressable (2.6.0)
5+
public_suffix (>= 2.0.2, < 4.0)
6+
colorator (1.1.0)
7+
concurrent-ruby (1.1.4)
8+
em-websocket (0.5.1)
9+
eventmachine (>= 0.12.9)
10+
http_parser.rb (~> 0.6.0)
11+
eventmachine (1.2.7)
12+
ffi (1.10.0)
13+
forwardable-extended (2.6.0)
14+
http_parser.rb (0.6.0)
15+
i18n (0.9.5)
16+
concurrent-ruby (~> 1.0)
17+
jekyll (3.8.5)
18+
addressable (~> 2.4)
19+
colorator (~> 1.0)
20+
em-websocket (~> 0.5)
21+
i18n (~> 0.7)
22+
jekyll-sass-converter (~> 1.0)
23+
jekyll-watch (~> 2.0)
24+
kramdown (~> 1.14)
25+
liquid (~> 4.0)
26+
mercenary (~> 0.3.3)
27+
pathutil (~> 0.9)
28+
rouge (>= 1.7, < 4)
29+
safe_yaml (~> 1.0)
30+
jekyll-feed (0.11.0)
31+
jekyll (~> 3.3)
32+
jekyll-sass-converter (1.5.2)
33+
sass (~> 3.4)
34+
jekyll-seo-tag (2.5.0)
35+
jekyll (~> 3.3)
36+
jekyll-watch (2.1.2)
37+
listen (~> 3.0)
38+
kramdown (1.17.0)
39+
liquid (4.0.1)
40+
listen (3.1.5)
41+
rb-fsevent (~> 0.9, >= 0.9.4)
42+
rb-inotify (~> 0.9, >= 0.9.7)
43+
ruby_dep (~> 1.2)
44+
mercenary (0.3.6)
45+
minima (2.5.0)
46+
jekyll (~> 3.5)
47+
jekyll-feed (~> 0.9)
48+
jekyll-seo-tag (~> 2.1)
49+
pathutil (0.16.2)
50+
forwardable-extended (~> 2.6)
51+
public_suffix (3.0.3)
52+
rb-fsevent (0.10.3)
53+
rb-inotify (0.10.0)
54+
ffi (~> 1.0)
55+
rouge (3.3.0)
56+
ruby_dep (1.5.0)
57+
safe_yaml (1.0.5)
58+
sass (3.7.3)
59+
sass-listen (~> 4.0.0)
60+
sass-listen (4.0.0)
61+
rb-fsevent (~> 0.9, >= 0.9.4)
62+
rb-inotify (~> 0.9, >= 0.9.7)
63+
64+
PLATFORMS
65+
ruby
66+
67+
DEPENDENCIES
68+
jekyll (~> 3.8.5)
69+
jekyll-feed (~> 0.6)
70+
minima (~> 2.0)
71+
tzinfo-data
72+
73+
BUNDLED WITH
74+
2.0.1

_config.yml

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# Welcome to Jekyll!
2+
#
3+
# This config file is meant for settings that affect your whole blog, values
4+
# which you are expected to set up once and rarely edit after that. If you find
5+
# yourself editing this file very often, consider using Jekyll's data files
6+
# feature for the data you need to update frequently.
7+
#
8+
# For technical reasons, this file is *NOT* reloaded automatically when you use
9+
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
10+
11+
# Site settings
12+
# These are used to personalize your new site. If you look in the HTML files,
13+
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
14+
# You can create any custom variable you would like, and they will be accessible
15+
# in the templates via {{ site.myvariable }}.
16+
title: Gluster Developer Blog posts
17+
18+
description: >- # this means to ignore newlines until "baseurl:"
19+
Gluster Developer blog posts
20+
baseurl: "/devblog" # the subpath of your site, e.g. /blog
21+
url: "https://gluster.github.com" # the base hostname & protocol for your site, e.g. http://example.com
22+
disqus_name: gluster-devblog
23+
google_analytics_code: UA-137188010-1
24+
social_links:
25+
twitter: gluster
26+
github: gluster
27+
facebook: GlusterInc
28+
youtube: GlusterCommunity
29+
30+
permalink: /:title
31+
32+
# Build settings
33+
markdown: kramdown
34+
theme: minima
35+
plugins:
36+
- jekyll-feed
37+
38+
# Exclude from processing.
39+
# The following items will not be processed, by default. Create a custom list
40+
# to override the default setting.
41+
# exclude:
42+
# - Gemfile
43+
# - Gemfile.lock
44+
# - node_modules
45+
# - vendor/bundle/
46+
# - vendor/cache/
47+
# - vendor/gems/
48+
# - vendor/ruby/

_data/authors.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
aravindavk:
2+
bio: Gluster Engineer working at Red Hat
3+
name: Aravinda VK
4+
site: http://aravindavk.in
5+
twitter: aravindavk

_includes/footer.html

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<footer class="site-footer h-card">
2+
<data class="u-url" href="{{ "/" | relative_url }}"></data>
3+
4+
<div class="wrapper">
5+
<div class="pure-g">
6+
<div class="pure-u-1 pure-u-md-2-5"></div>
7+
<div class="pure-u-1 pure-u-md-1-5">
8+
<a class="footer-link" href="{{ site.baseurl }}/write-for-gluster">Write for Gluster</a>
9+
<a class="footer-link" href="https://www.gluster.org/community/">Community</a>
10+
<a class="footer-link" href="http://docs.gluster.org/">Documentation</a>
11+
</div>
12+
<div class="pure-u-1 pure-u-md-1-5">
13+
<a class="footer-link" href="https://www.gluster.org/">Gluster.org</a>
14+
<a class="footer-link" href="https://www.gluster.org/category/blog/">Blog</a>
15+
<a class="footer-link" href="https://gluster.github.com/devblog">Developer Blog</a>
16+
<a class="footer-link" href="http://planet.gluster.org/">Planet Gluster</a>
17+
</div>
18+
<div class="pure-u-1 pure-u-md-1-5">
19+
{%- include social.html -%}
20+
</div>
21+
</div>
22+
23+
{% assign copyright_year = "now" | date: "%Y" %}
24+
{% if copyright_year > "2019" %}
25+
{% assign copyright_year = copyright_year | prepend: "2019-" %}
26+
{% endif %}
27+
<div class="copyright">Copyright &copy; {{ copyright_year }}, Red Hat, Inc. All rights reserved.</div>
28+
</div>
29+
</footer>

_includes/header.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<header class="site-header">
2+
<div class="wrapper">
3+
<div class="pure-g">
4+
5+
<div class="pure-u-1 pure-u-md-2-3">
6+
<a class="site-title" rel="author" href="{{ "/" | relative_url }}"><img src="/images/gluster-ant.png">{{ site.title | escape }}</a>
7+
</div>
8+
<div class="pure-u-1 pure-u-md-1-3">
9+
<a class="write-for-gluster" href="{{ site.baseurl }}/write-for-gluster">Write for Gluster</a>
10+
</div>
11+
</div>
12+
</div>
13+
</header>

_includes/image.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<figure class="image">
2+
<img src="{{ include.url }}" alt="{{ include.description }}">
3+
<figcaption>{{ include.description }}</figcaption>
4+
</figure>

_includes/social.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{%- assign social = site.social_links -%}
2+
3+
<div class="social-links">
4+
{%- if social.facebook -%}<a href="https://www.facebook.com/{{ social.facebook | cgi_escape | escape }}" title="{{ social.facebook | escape }}"><i class="fab fa-facebook"></i></a>{%- endif -%}
5+
{%- if social.github -%}<a href="https://github.com/{{ social.github | cgi_escape | escape }}" title="{{ social.github | escape }}"><i class="fab fa-github"></i></a>{%- endif -%}
6+
{%- if social.twitter -%}<a href="https://twitter.com/{{ social.twitter | cgi_escape | escape }}" title="{{ social.twitter | escape }}"><i class="fab fa-twitter"></i></a>{%- endif -%}
7+
{%- if social.youtube -%}<a href="https://www.youtube.com/user/{{ social.youtube | cgi_escape | escape }}" title="{{ social.youtube | escape }}"><i class="fab fa-youtube"></i></a>{%- endif -%}
8+
</div>

0 commit comments

Comments
 (0)