Skip to content

Commit 4e925b2

Browse files
committed
Load initial site with creative theme
0 parents  commit 4e925b2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+15714
-0
lines changed

.gitignore

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

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>

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fyne.io

Gemfile

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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+
10+
# This is the default theme for new Jekyll sites. You may change this to anything you like.
11+
gem "minima", "~> 2.0"
12+
13+
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
14+
# uncomment the line below. To upgrade, run `bundle update github-pages`.
15+
gem "github-pages", group: :jekyll_plugins
16+
17+
# If you have any plugins, put them here!
18+
group :jekyll_plugins do
19+
gem "jekyll-feed", "~> 0.6"
20+
end
21+
22+
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
23+
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
24+

Gemfile.lock

Lines changed: 241 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,241 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activesupport (4.2.9)
5+
i18n (~> 0.7)
6+
minitest (~> 5.1)
7+
thread_safe (~> 0.3, >= 0.3.4)
8+
tzinfo (~> 1.1)
9+
addressable (2.5.2)
10+
public_suffix (>= 2.0.2, < 4.0)
11+
coffee-script (2.4.1)
12+
coffee-script-source
13+
execjs
14+
coffee-script-source (1.11.1)
15+
colorator (1.1.0)
16+
commonmarker (0.17.7.1)
17+
ruby-enum (~> 0.5)
18+
concurrent-ruby (1.0.5)
19+
ethon (0.11.0)
20+
ffi (>= 1.3.0)
21+
execjs (2.7.0)
22+
faraday (0.14.0)
23+
multipart-post (>= 1.2, < 3)
24+
ffi (1.9.18)
25+
forwardable-extended (2.6.0)
26+
gemoji (3.0.0)
27+
github-pages (175)
28+
activesupport (= 4.2.9)
29+
github-pages-health-check (= 1.3.5)
30+
jekyll (= 3.6.2)
31+
jekyll-avatar (= 0.5.0)
32+
jekyll-coffeescript (= 1.0.2)
33+
jekyll-commonmark-ghpages (= 0.1.3)
34+
jekyll-default-layout (= 0.1.4)
35+
jekyll-feed (= 0.9.2)
36+
jekyll-gist (= 1.4.1)
37+
jekyll-github-metadata (= 2.9.3)
38+
jekyll-mentions (= 1.2.0)
39+
jekyll-optional-front-matter (= 0.3.0)
40+
jekyll-paginate (= 1.1.0)
41+
jekyll-readme-index (= 0.2.0)
42+
jekyll-redirect-from (= 0.12.1)
43+
jekyll-relative-links (= 0.5.2)
44+
jekyll-remote-theme (= 0.2.3)
45+
jekyll-sass-converter (= 1.5.0)
46+
jekyll-seo-tag (= 2.3.0)
47+
jekyll-sitemap (= 1.1.1)
48+
jekyll-swiss (= 0.4.0)
49+
jekyll-theme-architect (= 0.1.0)
50+
jekyll-theme-cayman (= 0.1.0)
51+
jekyll-theme-dinky (= 0.1.0)
52+
jekyll-theme-hacker (= 0.1.0)
53+
jekyll-theme-leap-day (= 0.1.0)
54+
jekyll-theme-merlot (= 0.1.0)
55+
jekyll-theme-midnight (= 0.1.0)
56+
jekyll-theme-minimal (= 0.1.0)
57+
jekyll-theme-modernist (= 0.1.0)
58+
jekyll-theme-primer (= 0.5.2)
59+
jekyll-theme-slate (= 0.1.0)
60+
jekyll-theme-tactile (= 0.1.0)
61+
jekyll-theme-time-machine (= 0.1.0)
62+
jekyll-titles-from-headings (= 0.5.0)
63+
jemoji (= 0.8.1)
64+
kramdown (= 1.16.2)
65+
liquid (= 4.0.0)
66+
listen (= 3.0.6)
67+
mercenary (~> 0.3)
68+
minima (= 2.1.1)
69+
rouge (= 2.2.1)
70+
terminal-table (~> 1.4)
71+
github-pages-health-check (1.3.5)
72+
addressable (~> 2.3)
73+
net-dns (~> 0.8)
74+
octokit (~> 4.0)
75+
public_suffix (~> 2.0)
76+
typhoeus (~> 0.7)
77+
html-pipeline (2.7.1)
78+
activesupport (>= 2)
79+
nokogiri (>= 1.4)
80+
i18n (0.9.3)
81+
concurrent-ruby (~> 1.0)
82+
jekyll (3.6.2)
83+
addressable (~> 2.4)
84+
colorator (~> 1.0)
85+
jekyll-sass-converter (~> 1.0)
86+
jekyll-watch (~> 1.1)
87+
kramdown (~> 1.14)
88+
liquid (~> 4.0)
89+
mercenary (~> 0.3.3)
90+
pathutil (~> 0.9)
91+
rouge (>= 1.7, < 3)
92+
safe_yaml (~> 1.0)
93+
jekyll-avatar (0.5.0)
94+
jekyll (~> 3.0)
95+
jekyll-coffeescript (1.0.2)
96+
coffee-script (~> 2.2)
97+
coffee-script-source (~> 1.11.1)
98+
jekyll-commonmark (1.1.0)
99+
commonmarker (~> 0.14)
100+
jekyll (>= 3.0, < 4.0)
101+
jekyll-commonmark-ghpages (0.1.3)
102+
commonmarker (~> 0.17.6)
103+
jekyll-commonmark (~> 1)
104+
rouge (~> 2)
105+
jekyll-default-layout (0.1.4)
106+
jekyll (~> 3.0)
107+
jekyll-feed (0.9.2)
108+
jekyll (~> 3.3)
109+
jekyll-gist (1.4.1)
110+
octokit (~> 4.2)
111+
jekyll-github-metadata (2.9.3)
112+
jekyll (~> 3.1)
113+
octokit (~> 4.0, != 4.4.0)
114+
jekyll-mentions (1.2.0)
115+
activesupport (~> 4.0)
116+
html-pipeline (~> 2.3)
117+
jekyll (~> 3.0)
118+
jekyll-optional-front-matter (0.3.0)
119+
jekyll (~> 3.0)
120+
jekyll-paginate (1.1.0)
121+
jekyll-readme-index (0.2.0)
122+
jekyll (~> 3.0)
123+
jekyll-redirect-from (0.12.1)
124+
jekyll (~> 3.3)
125+
jekyll-relative-links (0.5.2)
126+
jekyll (~> 3.3)
127+
jekyll-remote-theme (0.2.3)
128+
jekyll (~> 3.5)
129+
rubyzip (>= 1.2.1, < 3.0)
130+
typhoeus (>= 0.7, < 2.0)
131+
jekyll-sass-converter (1.5.0)
132+
sass (~> 3.4)
133+
jekyll-seo-tag (2.3.0)
134+
jekyll (~> 3.3)
135+
jekyll-sitemap (1.1.1)
136+
jekyll (~> 3.3)
137+
jekyll-swiss (0.4.0)
138+
jekyll-theme-architect (0.1.0)
139+
jekyll (~> 3.5)
140+
jekyll-seo-tag (~> 2.0)
141+
jekyll-theme-cayman (0.1.0)
142+
jekyll (~> 3.5)
143+
jekyll-seo-tag (~> 2.0)
144+
jekyll-theme-dinky (0.1.0)
145+
jekyll (~> 3.5)
146+
jekyll-seo-tag (~> 2.0)
147+
jekyll-theme-hacker (0.1.0)
148+
jekyll (~> 3.5)
149+
jekyll-seo-tag (~> 2.0)
150+
jekyll-theme-leap-day (0.1.0)
151+
jekyll (~> 3.5)
152+
jekyll-seo-tag (~> 2.0)
153+
jekyll-theme-merlot (0.1.0)
154+
jekyll (~> 3.5)
155+
jekyll-seo-tag (~> 2.0)
156+
jekyll-theme-midnight (0.1.0)
157+
jekyll (~> 3.5)
158+
jekyll-seo-tag (~> 2.0)
159+
jekyll-theme-minimal (0.1.0)
160+
jekyll (~> 3.5)
161+
jekyll-seo-tag (~> 2.0)
162+
jekyll-theme-modernist (0.1.0)
163+
jekyll (~> 3.5)
164+
jekyll-seo-tag (~> 2.0)
165+
jekyll-theme-primer (0.5.2)
166+
jekyll (~> 3.5)
167+
jekyll-github-metadata (~> 2.9)
168+
jekyll-seo-tag (~> 2.2)
169+
jekyll-theme-slate (0.1.0)
170+
jekyll (~> 3.5)
171+
jekyll-seo-tag (~> 2.0)
172+
jekyll-theme-tactile (0.1.0)
173+
jekyll (~> 3.5)
174+
jekyll-seo-tag (~> 2.0)
175+
jekyll-theme-time-machine (0.1.0)
176+
jekyll (~> 3.5)
177+
jekyll-seo-tag (~> 2.0)
178+
jekyll-titles-from-headings (0.5.0)
179+
jekyll (~> 3.3)
180+
jekyll-watch (1.5.1)
181+
listen (~> 3.0)
182+
jemoji (0.8.1)
183+
activesupport (~> 4.0, >= 4.2.9)
184+
gemoji (~> 3.0)
185+
html-pipeline (~> 2.2)
186+
jekyll (>= 3.0)
187+
kramdown (1.16.2)
188+
liquid (4.0.0)
189+
listen (3.0.6)
190+
rb-fsevent (>= 0.9.3)
191+
rb-inotify (>= 0.9.7)
192+
mercenary (0.3.6)
193+
mini_portile2 (2.3.0)
194+
minima (2.1.1)
195+
jekyll (~> 3.3)
196+
minitest (5.11.3)
197+
multipart-post (2.0.0)
198+
net-dns (0.8.0)
199+
nokogiri (1.8.2)
200+
mini_portile2 (~> 2.3.0)
201+
octokit (4.8.0)
202+
sawyer (~> 0.8.0, >= 0.5.3)
203+
pathutil (0.16.1)
204+
forwardable-extended (~> 2.6)
205+
public_suffix (2.0.5)
206+
rb-fsevent (0.10.2)
207+
rb-inotify (0.9.10)
208+
ffi (>= 0.5.0, < 2)
209+
rouge (2.2.1)
210+
ruby-enum (0.7.1)
211+
i18n
212+
rubyzip (1.2.1)
213+
safe_yaml (1.0.4)
214+
sass (3.5.5)
215+
sass-listen (~> 4.0.0)
216+
sass-listen (4.0.0)
217+
rb-fsevent (~> 0.9, >= 0.9.4)
218+
rb-inotify (~> 0.9, >= 0.9.7)
219+
sawyer (0.8.1)
220+
addressable (>= 2.3.5, < 2.6)
221+
faraday (~> 0.8, < 1.0)
222+
terminal-table (1.8.0)
223+
unicode-display_width (~> 1.1, >= 1.1.1)
224+
thread_safe (0.3.6)
225+
typhoeus (0.8.0)
226+
ethon (>= 0.8.0)
227+
tzinfo (1.2.4)
228+
thread_safe (~> 0.1)
229+
unicode-display_width (1.3.0)
230+
231+
PLATFORMS
232+
ruby
233+
234+
DEPENDENCIES
235+
github-pages
236+
jekyll-feed (~> 0.6)
237+
minima (~> 2.0)
238+
tzinfo-data
239+
240+
BUNDLED WITH
241+
1.16.1

_config.yml

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
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: Fyne.io
17+
18+
description: >- # this means to ignore newlines until "baseurl:"
19+
Website for the Fyne app development framework.
20+
baseurl: "" # the subpath of your site, e.g. /blog
21+
url: "https://fyne.io/" # the base hostname & protocol for your site, e.g. http://example.com
22+
23+
headline: Fyne - your beautiful new desktop environment
24+
tagline: >- # multiline
25+
We're building a modern application framework and desktop environment
26+
<br>focussed on design, usability and ease of development.
27+
28+
twitter_username: fyne_io
29+
github_username: fyne-io
30+
31+
# Build settings
32+
markdown: kramdown
33+
plugins:
34+
- jekyll-feed
35+
github: [metadata]
36+
37+
# Exclude from processing.
38+
# The following items will not be processed, by default. Create a custom list
39+
# to override the default setting.
40+
# exclude:
41+
# - Gemfile
42+
# - Gemfile.lock
43+
# - node_modules
44+
# - vendor/bundle/
45+
# - vendor/cache/
46+
# - vendor/gems/
47+
# - vendor/ruby/

_includes/aside.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<aside class="bg-dark">
2+
<div class="container text-center">
3+
<div class="call-to-action">
4+
<h2>Free Download at Start Bootstrap!</h2>
5+
<a href="#" class="btn btn-default btn-xl wow tada">Download Now!</a>
6+
</div>
7+
</div>
8+
</aside>

_includes/call-to-action.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<section class="bg-primary" id="about">
2+
<div class="container">
3+
<div class="row">
4+
<div class="col-lg-8 col-lg-offset-2 text-center">
5+
<h2 class="section-heading">We've got what you need!</h2>
6+
<hr class="light">
7+
<p class="text-faded">Start Bootstrap has everything you need to get your new website up and running in no time! All of the templates and themes on Start Bootstrap are open source, free to download, and easy to use. No strings attached!</p>
8+
<a href="#" class="btn btn-default btn-xl">Get Started!</a>
9+
</div>
10+
</div>
11+
</div>
12+
</section>

_includes/contact.html

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<section id="contact">
2+
<div class="container">
3+
<div class="row">
4+
<div class="col-lg-8 col-lg-offset-2 text-center">
5+
<h2 class="section-heading">Let's Get In Touch!</h2>
6+
<hr class="primary">
7+
<p>Ready to start your next project with us? That's great! Give us a call or send us an email and we will get back to you as soon as possible!</p>
8+
</div>
9+
<div class="col-lg-2 col-lg-offset-2 text-center">
10+
<a href="https://twitter.com/{{ site.twitter_username }}">
11+
<i class="fa fa-twitter fa-3x wow bounceIn" data-wow-delay=".1s"></i>
12+
<p>{{ site.twitter_username }}</p>
13+
</a>
14+
</div>
15+
<div class="col-lg-2 col-lg-offset-1 text-center">
16+
<a href="mailto:{{ site.email }}">
17+
<i class="fa fa-envelope-o fa-3x wow bounceIn" data-wow-delay=".1s"></i>
18+
<p>{{ site.email }}</p>
19+
</a>
20+
</div>
21+
<div class="col-lg-2 col-lg-offset-1 text-center">
22+
<a href="https://github.com/{{ site.github_username }}">
23+
<i class="fa fa-github fa-3x wow bounceIn" data-wow-delay=".1s"></i>
24+
<p>{{ site.github_username }}</p>
25+
</a>
26+
</div>
27+
28+
</div>
29+
</section>

0 commit comments

Comments
 (0)