Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ce81569

Browse files
author
Adam Lamar
committed
Merge remote-tracking branch 'upstream/master'
2 parents b17e11d + db884dd commit ce81569

30 files changed

+1300
-433
lines changed

404.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
33
title: 404 - Page not found
4+
permalink: /404.html
45
---
56

67
<div class="text-center">
@@ -9,4 +10,4 @@ <h1>Move along. (404 error)</h1>
910
<br/>
1011

1112
<img src="{{ site.baseurl }}/img/404-southpark.jpg" />
12-
</div>
13+
</div>

Dockerfile

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
FROM mangar/jekyll:1.0
2+
3+
MAINTAINER Marcio Mangar "[email protected]"
4+
5+
RUN gem install jekyll -v 3.1.6
6+
RUN gem install bundler
7+
8+
RUN gem install execjs
9+
RUN gem install therubyracer
10+
RUN gem install github-pages
11+
RUN gem install jekyll-paginate
12+
RUN gem install jekyll-seo-tag
13+
RUN gem install jekyll-gist
14+
RUN gem install json -v 1.8.3
15+
16+
RUN gem install minitest -v 5.9.0
17+
RUN gem install colorator -v 0.1
18+
RUN gem install ffi -v 1.9.10
19+
RUN gem install kramdown -v 1.10.0
20+
RUN gem install rouge -v 1.10.1
21+
RUN gem install pkg-config -v 1.1.7
22+
RUN gem install terminal-table -v 1.6.0
23+
RUN gem install ethon -v 0.9.0
24+
RUN gem install nokogiri -v 1.6.8
25+
RUN gem install activesupport -v 4.2.6
26+
RUN gem install html-pipeline -v 2.4.1
27+
RUN gem install jekyll-watch -v 1.4.0
28+
RUN gem install github-pages-health-check -v 1.1.0
29+
RUN gem install jekyll-github-metadata -v 2.0.0
30+
RUN gem install jekyll-mentions -v 1.1.2
31+
RUN gem install jekyll-redirect-from -v 0.10.0
32+
RUN gem install jemoji -v 0.6.2
33+
RUN gem install github-pages -v 82
34+
35+
36+
37+
RUN mkdir -p /app
38+
ADD ./ /app
39+
40+
WORKDIR /app
41+
42+
EXPOSE 4000
43+
44+
CMD bundle exec jekyll serve

Gemfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
source 'https://rubygems.org'
22

3-
gem 'execjs'
4-
gem 'therubyracer'
5-
gem 'github-pages'
3+
gem 'github-pages'
4+
gem 'jekyll-paginate'

Gemfile.lock

Lines changed: 78 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -1,136 +1,131 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
RedCloth (4.2.9)
5-
activesupport (4.2.4)
4+
activesupport (4.2.6)
65
i18n (~> 0.7)
76
json (~> 1.7, >= 1.7.7)
87
minitest (~> 5.1)
98
thread_safe (~> 0.3, >= 0.3.4)
109
tzinfo (~> 1.1)
11-
addressable (2.3.8)
12-
blankslate (2.1.2.4)
13-
classifier-reborn (2.0.4)
14-
fast-stemmer (~> 1.0)
10+
addressable (2.4.0)
1511
coffee-script (2.4.1)
1612
coffee-script-source
1713
execjs
18-
coffee-script-source (1.9.1.1)
14+
coffee-script-source (1.10.0)
1915
colorator (0.1)
20-
ethon (0.8.0)
16+
ethon (0.9.0)
2117
ffi (>= 1.3.0)
22-
execjs (2.6.0)
23-
fast-stemmer (1.0.2)
18+
execjs (2.7.0)
19+
faraday (0.9.2)
20+
multipart-post (>= 1.2, < 3)
2421
ffi (1.9.10)
22+
ffi (1.9.10-x64-mingw32)
2523
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)
24+
github-pages (82)
25+
github-pages-health-check (= 1.1.0)
26+
jekyll (= 3.1.6)
3027
jekyll-coffeescript (= 1.0.1)
31-
jekyll-feed (= 0.3.1)
32-
jekyll-mentions (= 0.2.1)
33-
jekyll-redirect-from (= 0.8.0)
28+
jekyll-feed (= 0.5.1)
29+
jekyll-gist (= 1.4.0)
30+
jekyll-github-metadata (= 2.0.0)
31+
jekyll-mentions (= 1.1.2)
32+
jekyll-paginate (= 1.1.0)
33+
jekyll-redirect-from (= 0.10.0)
3434
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)
35+
jekyll-seo-tag (= 2.0.0)
36+
jekyll-sitemap (= 0.10.0)
37+
jemoji (= 0.6.2)
38+
kramdown (= 1.10.0)
39+
liquid (= 3.0.6)
40+
listen (= 3.0.6)
4041
mercenary (~> 0.3)
41-
pygments.rb (= 0.6.3)
42-
rdiscount (= 2.1.7)
43-
redcarpet (= 3.3.2)
42+
rouge (= 1.10.1)
4443
terminal-table (~> 1.4)
45-
github-pages-health-check (0.5.3)
44+
github-pages-health-check (1.1.0)
4645
addressable (~> 2.3)
4746
net-dns (~> 0.8)
47+
octokit (~> 4.0)
4848
public_suffix (~> 1.4)
4949
typhoeus (~> 0.7)
50-
html-pipeline (1.9.0)
51-
activesupport (>= 2)
52-
nokogiri (~> 1.4)
50+
html-pipeline (2.4.1)
51+
activesupport (>= 2, < 5)
52+
nokogiri (>= 1.4)
5353
i18n (0.7.0)
54-
jekyll (2.4.0)
55-
classifier-reborn (~> 2.0)
54+
jekyll (3.1.6)
5655
colorator (~> 0.1)
57-
jekyll-coffeescript (~> 1.0)
58-
jekyll-gist (~> 1.0)
59-
jekyll-paginate (~> 1.0)
6056
jekyll-sass-converter (~> 1.0)
6157
jekyll-watch (~> 1.1)
6258
kramdown (~> 1.3)
63-
liquid (~> 2.6.1)
59+
liquid (~> 3.0)
6460
mercenary (~> 0.3.3)
65-
pygments.rb (~> 0.6.0)
66-
redcarpet (~> 3.1)
61+
rouge (~> 1.7)
6762
safe_yaml (~> 1.0)
68-
toml (~> 0.1.0)
6963
jekyll-coffeescript (1.0.1)
7064
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)
65+
jekyll-feed (0.5.1)
66+
jekyll-gist (1.4.0)
67+
octokit (~> 4.2)
68+
jekyll-github-metadata (2.0.0)
69+
jekyll (~> 3.1)
70+
octokit (~> 4.0)
71+
jekyll-mentions (1.1.2)
72+
html-pipeline (~> 2.3)
73+
jekyll (~> 3.0)
7674
jekyll-paginate (1.1.0)
77-
jekyll-redirect-from (0.8.0)
75+
jekyll-redirect-from (0.10.0)
7876
jekyll (>= 2.0)
7977
jekyll-sass-converter (1.3.0)
8078
sass (~> 3.2)
81-
jekyll-sitemap (0.8.1)
82-
jekyll-watch (1.3.0)
83-
listen (~> 3.0)
84-
jemoji (0.5.0)
79+
jekyll-seo-tag (2.0.0)
80+
jekyll (~> 3.1)
81+
jekyll-sitemap (0.10.0)
82+
jekyll-watch (1.4.0)
83+
listen (~> 3.0, < 3.1)
84+
jemoji (0.6.2)
8585
gemoji (~> 2.0)
86-
html-pipeline (~> 1.9)
87-
jekyll (>= 2.0)
86+
html-pipeline (~> 2.2)
87+
jekyll (>= 3.0)
8888
json (1.8.3)
89-
kramdown (1.5.0)
90-
libv8 (3.16.14.13)
91-
liquid (2.6.2)
92-
listen (3.0.4)
89+
kramdown (1.10.0)
90+
liquid (3.0.6)
91+
listen (3.0.6)
9392
rb-fsevent (>= 0.9.3)
94-
rb-inotify (>= 0.9)
95-
maruku (0.7.0)
96-
mercenary (0.3.5)
97-
mini_portile (0.6.2)
98-
minitest (5.8.2)
93+
rb-inotify (>= 0.9.7)
94+
mercenary (0.3.6)
95+
mini_portile2 (2.1.0)
96+
minitest (5.9.0)
97+
multipart-post (2.0.0)
9998
net-dns (0.8.0)
100-
nokogiri (1.6.6.2)
101-
mini_portile (~> 0.6.0)
102-
parslet (1.5.0)
103-
blankslate (~> 2.0)
104-
posix-spawn (0.3.11)
105-
public_suffix (1.5.2)
106-
pygments.rb (0.6.3)
107-
posix-spawn (~> 0.3.6)
108-
yajl-ruby (~> 1.2.0)
109-
rb-fsevent (0.9.6)
110-
rb-inotify (0.9.5)
99+
nokogiri (1.6.8)
100+
mini_portile2 (~> 2.1.0)
101+
pkg-config (~> 1.1.7)
102+
nokogiri (1.6.8-x64-mingw32)
103+
mini_portile2 (~> 2.1.0)
104+
pkg-config (~> 1.1.7)
105+
octokit (4.3.0)
106+
sawyer (~> 0.7.0, >= 0.5.3)
107+
pkg-config (1.1.7)
108+
public_suffix (1.5.3)
109+
rb-fsevent (0.9.7)
110+
rb-inotify (0.9.7)
111111
ffi (>= 0.5.0)
112-
rdiscount (2.1.7)
113-
redcarpet (3.3.2)
114-
ref (2.0.0)
112+
rouge (1.10.1)
115113
safe_yaml (1.0.4)
116-
sass (3.4.19)
117-
terminal-table (1.5.2)
118-
therubyracer (0.12.2)
119-
libv8 (~> 3.16.14.0)
120-
ref
114+
sass (3.4.22)
115+
sawyer (0.7.0)
116+
addressable (>= 2.3.5, < 2.5)
117+
faraday (~> 0.8, < 0.10)
118+
terminal-table (1.6.0)
121119
thread_safe (0.3.5)
122-
toml (0.1.2)
123-
parslet (~> 1.5.0)
124120
typhoeus (0.8.0)
125121
ethon (>= 0.8.0)
126122
tzinfo (1.2.2)
127123
thread_safe (~> 0.1)
128-
yajl-ruby (1.2.1)
129124

130125
PLATFORMS
131126
ruby
127+
x64-mingw32
132128

133129
DEPENDENCIES
134-
execjs
135130
github-pages
136-
therubyracer
131+
jekyll-paginate

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 Dean Attali
3+
Copyright (c) 2016 Dean Attali
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)