Skip to content

Commit d5e2a46

Browse files
author
Reid Spencer
committed
Initialize jekyll based site
Nothing much to see here .. move along :)
1 parent 43ec129 commit d5e2a46

14 files changed

+656
-0
lines changed

Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
source 'https://rubygems.org'
2+
gem 'github-pages'

Gemfile.lock

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

_site/CNAME

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
scrupal.org

_site/Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
source 'https://rubygems.org'
2+
gem 'github-pages'

_site/Gemfile.lock

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

_site/LICENSE

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
Copyright (c) 2013, Scrupal
2+
All rights reserved.
3+
4+
Redistribution and use in source and binary forms, with or without modification,
5+
are permitted provided that the following conditions are met:
6+
7+
Redistributions of source code must retain the above copyright notice, this
8+
list of conditions and the following disclaimer.
9+
10+
Redistributions in binary form must reproduce the above copyright notice, this
11+
list of conditions and the following disclaimer in the documentation and/or
12+
other materials provided with the distribution.
13+
14+
Neither the name of the {organization} nor the names of its
15+
contributors may be used to endorse or promote products derived from
16+
this software without specific prior written permission.
17+
18+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
19+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
20+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
21+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
22+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
23+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
24+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
25+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
27+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

_site/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
scrupal.github.io
2+
=================

_site/images/bkg.png

4.16 KB
Loading

_site/images/blacktocat.png

1.24 KB
Loading

_site/index.html

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset='utf-8'>
5+
<meta http-equiv="X-UA-Compatible" content="chrome=1">
6+
7+
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
8+
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
9+
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
10+
11+
<title>Welcome by scrupal</title>
12+
</head>
13+
14+
<body>
15+
16+
<header>
17+
<div class="container">
18+
<h1>Welcome</h1>
19+
<h2>Introduction To Scrupal</h2>
20+
21+
<section id="downloads">
22+
<a href="https://github.com/scrupal" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
23+
</section>
24+
</div>
25+
</header>
26+
27+
<div class="container">
28+
<section id="main_content">
29+
<h3>
30+
<a name="welcome" class="anchor" href="#welcome"><span class="octicon octicon-link"></span></a>Welcome</h3>
31+
32+
<p>Scrupal is an open source web application framework based on Play, Slick, AngularJS and other modern technologies and principles. It aims to bring scalable web site assembly (not programming) to non-programmers and rapid extension through modules. </p>
33+
34+
<h3>
35+
<a name="tbd" class="anchor" href="#tbd"><span class="octicon octicon-link"></span></a>TBD</h3>
36+
37+
<p>More to be defined later.</p>
38+
</section>
39+
</div>
40+
41+
42+
</body>
43+
</html>

_site/javascripts/main.js

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
console.log('This would be the main JS file.');

_site/params.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"name":"Welcome","tagline":"Introduction To Scrupal","body":"### Welcome\r\nScrupal is an open source web application framework based on Play, Slick, AngularJS and other modern technologies and principles. It aims to bring scalable web site assembly (not programming) to non-programmers and rapid extension through modules. \r\n\r\n### TBD\r\nMore to be defined later.","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}

0 commit comments

Comments
 (0)