Skip to content

Commit bae7e50

Browse files
committed
First commit for Jekyll site
1 parent a88812b commit bae7e50

27 files changed

+1647
-0
lines changed

.gitignore

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Ignore docs files
2+
_site
3+
4+
# Numerous always-ignore extensions
5+
*.diff
6+
*.err
7+
*.orig
8+
*.log
9+
*.rej
10+
*.swo
11+
*.swp
12+
*.zip
13+
*.vi
14+
*~
15+
16+
# OS or Editor folders
17+
._*
18+
Thumbs.db
19+
.cache
20+
.project
21+
.settings

404.html

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
layout: default
3+
title: "404: Page not found"
4+
---
5+
6+
<div class="page">
7+
<h1 class="page-title">404: Page not found</h1>
8+
<p class="lead">Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <a href="/">Head back home</a> to try finding it again.</p>
9+
</div>

Gemfile

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
source 'https://rubygems.org'
2+
gem 'RedCloth', :platforms => :mswin
3+
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
4+
gem 'github-pages'

Gemfile.lock

+135
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,135 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
RedCloth (4.2.9)
5+
activesupport (4.2.4)
6+
i18n (~> 0.7)
7+
json (~> 1.7, >= 1.7.7)
8+
minitest (~> 5.1)
9+
thread_safe (~> 0.3, >= 0.3.4)
10+
tzinfo (~> 1.1)
11+
addressable (2.3.8)
12+
blankslate (2.1.2.4)
13+
classifier-reborn (2.0.3)
14+
fast-stemmer (~> 1.0)
15+
coffee-script (2.4.1)
16+
coffee-script-source
17+
execjs
18+
coffee-script-source (1.9.1.1)
19+
colorator (0.1)
20+
ethon (0.8.0)
21+
ffi (>= 1.3.0)
22+
execjs (2.6.0)
23+
fast-stemmer (1.0.2)
24+
ffi (1.9.10-x64-mingw32)
25+
gemoji (2.1.0)
26+
github-pages (39)
27+
RedCloth (= 4.2.9)
28+
github-pages-health-check (~> 0.2)
29+
jekyll (= 2.4.0)
30+
jekyll-coffeescript (= 1.0.1)
31+
jekyll-feed (= 0.3.1)
32+
jekyll-mentions (= 0.2.1)
33+
jekyll-redirect-from (= 0.8.0)
34+
jekyll-sass-converter (= 1.3.0)
35+
jekyll-sitemap (= 0.8.1)
36+
jemoji (= 0.5.0)
37+
kramdown (= 1.5.0)
38+
liquid (= 2.6.2)
39+
maruku (= 0.7.0)
40+
mercenary (~> 0.3)
41+
pygments.rb (= 0.6.3)
42+
rdiscount (= 2.1.7)
43+
redcarpet (= 3.3.2)
44+
terminal-table (~> 1.4)
45+
github-pages-health-check (0.5.3)
46+
addressable (~> 2.3)
47+
net-dns (~> 0.8)
48+
public_suffix (~> 1.4)
49+
typhoeus (~> 0.7)
50+
html-pipeline (1.9.0)
51+
activesupport (>= 2)
52+
nokogiri (~> 1.4)
53+
i18n (0.7.0)
54+
jekyll (2.4.0)
55+
classifier-reborn (~> 2.0)
56+
colorator (~> 0.1)
57+
jekyll-coffeescript (~> 1.0)
58+
jekyll-gist (~> 1.0)
59+
jekyll-paginate (~> 1.0)
60+
jekyll-sass-converter (~> 1.0)
61+
jekyll-watch (~> 1.1)
62+
kramdown (~> 1.3)
63+
liquid (~> 2.6.1)
64+
mercenary (~> 0.3.3)
65+
pygments.rb (~> 0.6.0)
66+
redcarpet (~> 3.1)
67+
safe_yaml (~> 1.0)
68+
toml (~> 0.1.0)
69+
jekyll-coffeescript (1.0.1)
70+
coffee-script (~> 2.2)
71+
jekyll-feed (0.3.1)
72+
jekyll-gist (1.3.5)
73+
jekyll-mentions (0.2.1)
74+
html-pipeline (~> 1.9.0)
75+
jekyll (~> 2.0)
76+
jekyll-paginate (1.1.0)
77+
jekyll-redirect-from (0.8.0)
78+
jekyll (>= 2.0)
79+
jekyll-sass-converter (1.3.0)
80+
sass (~> 3.2)
81+
jekyll-sitemap (0.8.1)
82+
jekyll-watch (1.3.0)
83+
listen (~> 3.0)
84+
jemoji (0.5.0)
85+
gemoji (~> 2.0)
86+
html-pipeline (~> 1.9)
87+
jekyll (>= 2.0)
88+
json (1.8.3)
89+
kramdown (1.5.0)
90+
liquid (2.6.2)
91+
listen (3.0.3)
92+
rb-fsevent (>= 0.9.3)
93+
rb-inotify (>= 0.9)
94+
maruku (0.7.0)
95+
mercenary (0.3.5)
96+
mini_portile (0.6.2)
97+
minitest (5.8.2)
98+
net-dns (0.8.0)
99+
nokogiri (1.6.6.2-x64-mingw32)
100+
mini_portile (~> 0.6.0)
101+
parslet (1.5.0)
102+
blankslate (~> 2.0)
103+
posix-spawn (0.3.11)
104+
public_suffix (1.5.2)
105+
pygments.rb (0.6.3)
106+
posix-spawn (~> 0.3.6)
107+
yajl-ruby (~> 1.2.0)
108+
rb-fsevent (0.9.6)
109+
rb-inotify (0.9.5)
110+
ffi (>= 0.5.0)
111+
rdiscount (2.1.7)
112+
redcarpet (3.3.2)
113+
safe_yaml (1.0.4)
114+
sass (3.4.19)
115+
terminal-table (1.5.2)
116+
thread_safe (0.3.5)
117+
toml (0.1.2)
118+
parslet (~> 1.5.0)
119+
typhoeus (0.8.0)
120+
ethon (>= 0.8.0)
121+
tzinfo (1.2.2)
122+
thread_safe (~> 0.1)
123+
wdm (0.1.1)
124+
yajl-ruby (1.2.1)
125+
126+
PLATFORMS
127+
x64-mingw32
128+
129+
DEPENDENCIES
130+
RedCloth
131+
github-pages
132+
wdm (>= 0.1.0)
133+
134+
BUNDLED WITH
135+
1.10.6

_config.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Dependencies
2+
markdown: kramdown
3+
4+
kramdown:
5+
input: GFM
6+
7+
highligther: pygments
8+
9+
# Permalinks
10+
permalink: '/announcements/:title'
11+
12+
# Setup
13+
title: Fluent.Ribbon
14+
tagline: ''
15+
description: ''
16+
url: http://fluentribbon.github.io
17+
18+
paginate: 5
19+
paginate_path: '/announcements/:num'

_data/github.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
repo: https://github.com/fluentribbon/Fluent.Ribbon

_data/members.yml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- name: Bastian Schmidt
2+
github: batzen
3+
url: https://github.com/batzen
4+
description: Project coordinator and responsible for everything...

_data/project.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
name: Fluent.Ribbon

_includes/head.html

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<head>
2+
<link href="http://gmpg.org/xfn/11" rel="profile">
3+
<meta http-equiv="content-type" content="text/html; charset=utf-8">
4+
5+
<!-- Enable responsiveness on mobile devices-->
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
7+
8+
<title>
9+
{% if page.title %}
10+
{{ page.title }} &middot; {{ site.title }}
11+
{% else %}
12+
{{ site.title }} &middot; {{ site.tagline }}
13+
{% endif %}
14+
</title>
15+
16+
<!-- CSS -->
17+
<link rel="stylesheet" href="/public/css/poole.css">
18+
<link rel="stylesheet" href="/public/css/syntax.css">
19+
<link rel="stylesheet" href="/public/css/lanyon.css">
20+
<link rel="stylesheet" href="/public/css/obsidian.css">
21+
22+
<!-- Icons -->
23+
<link rel="shortcut icon" href="/public/favicon.ico">
24+
25+
<!-- RSS -->
26+
<link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml">
27+
28+
<script type="text/javascript" src="/public/js/highlight.pack.js"></script>
29+
<script>hljs.initHighlightingOnLoad();</script>
30+
</head>

_includes/sidebar.html

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<!-- Target for toggling the sidebar `.sidebar-checkbox` is for regular
2+
styles, `#sidebar-checkbox` for behavior. -->
3+
<input type="checkbox" class="sidebar-checkbox" id="sidebar-checkbox">
4+
5+
<!-- Toggleable sidebar -->
6+
<div class="sidebar" id="sidebar">
7+
<div class="sidebar-item">
8+
<p>{{ site.description }}</p>
9+
</div>
10+
11+
<nav class="sidebar-nav">
12+
<a class="sidebar-nav-item" href="/">Home</a>
13+
<a class="sidebar-nav-item" href="/announcements">Announcements</a>
14+
<a class="sidebar-nav-item" href="/documentation">Documentation</a>
15+
<a class="sidebar-nav-item" href="/support">Support</a>
16+
<a class="sidebar-nav-item" href="{{ site.data.github.repo }}/releases">Releases</a>
17+
<a class="sidebar-nav-item" href="{{ site.data.github.repo }}">GitHub</a>
18+
<span class="sidebar-nav-item"><a href="http://nuget.org/packages/Fluent.Ribbon"><img src="https://img.shields.io/nuget/vpre/Fluent.Ribbon.svg?style=flat-square" alt="Nuget"></a></span>
19+
</nav>
20+
21+
<div class="sidebar-item">
22+
<p>
23+
&copy; {{ site.time | date: '%Y' }}. All rights reserved.
24+
</p>
25+
</div>
26+
</div>

_layouts/default.html

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<!DOCTYPE html>
2+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
3+
4+
{% include head.html %}
5+
6+
<body>
7+
8+
{% include sidebar.html %}
9+
10+
<!-- Wrap is the content to shift when toggling the sidebar. We wrap the
11+
content to avoid any CSS collisions with our real content. -->
12+
<div class="wrap">
13+
<div class="masthead">
14+
<div class="container">
15+
<label for="sidebar-checkbox" class="sidebar-toggle"></label>
16+
17+
<div class="social">
18+
<iframe src="http://ghbtns.com/github-btn.html?user=fluentribbon&amp;repo=Fluent.Ribbon&amp;type=watch&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe>
19+
<iframe src="http://ghbtns.com/github-btn.html?user=fluentribbon&amp;repo=Fluent.Ribbon&amp;type=fork&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="97px" height="20px"></iframe>
20+
</div>
21+
22+
<h3 class="masthead-title">
23+
<a href="/" title="Home">{{ site.title }}</a>
24+
<small>{{ site.tagline }}</small>
25+
</h3>
26+
</div>
27+
</div>
28+
29+
<div class="container content">
30+
{{ content }}
31+
</div>
32+
</div>
33+
34+
</body>
35+
</html>

_layouts/home.html

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
layout: default
3+
---
4+
5+
<div class="page">
6+
{{ content }}
7+
</div>
8+
9+
<div class="related">
10+
<h2>Latest Announcements</h2>
11+
<ul class="related-posts">
12+
{% for post in site.posts limit:3 %}
13+
<li>
14+
<h3>
15+
<a href="{{ post.url }}">
16+
{{ post.title }}
17+
<small>{{ post.date | date_to_string }}</small>
18+
</a>
19+
</h3>
20+
</li>
21+
{% endfor %}
22+
</ul>
23+
</div>

_layouts/page.html

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: default
3+
---
4+
5+
<div class="page">
6+
<h1 class="page-title">{{ page.title }}</h1>
7+
{{ content }}
8+
</div>

_layouts/post.html

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
layout: default
3+
---
4+
5+
<div class="post">
6+
<h1 class="post-title">{{ page.title }}</h1>
7+
<span class="post-date">{{ page.date | date_to_string }}</span>
8+
{{ content }}
9+
</div>
10+
11+
<div class="related">
12+
<h2>Latest Announcements</h2>
13+
<ul class="related-posts">
14+
{% for post in site.posts limit:3 %}
15+
<li>
16+
<h3>
17+
<a href="{{ post.url }}">
18+
{{ post.title }}
19+
<small>{{ post.date | date_to_string }}</small>
20+
</a>
21+
</h3>
22+
</li>
23+
{% endfor %}
24+
</ul>
25+
</div>

0 commit comments

Comments
 (0)