File tree 12 files changed +141
-13
lines changed
12 files changed +141
-13
lines changed Original file line number Diff line number Diff line change 2
2
/docs
3
3
/tmp
4
4
/.sass-cache
5
+ /.env
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
2
3
- gem 'jekyll' , '3.2.0.pre.beta1'
3
+ gem 'dotenv'
4
+ gem 'jekyll'
5
+ gem 'kramdown'
6
+ gem 'nokogumbo'
4
7
gem 'oga'
5
8
gem 'pry-byebug'
6
- gem 'kramdown'
7
9
gem 'rugged'
8
- gem 'nokogumbo '
10
+ gem 's3_website '
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
+ addressable (2.5.0 )
5
+ public_suffix (~> 2.0 , >= 2.0.2 )
4
6
ansi (1.5.0 )
5
7
ast (2.3.0 )
8
+ aws-sdk (2.6.32 )
9
+ aws-sdk-resources (= 2.6.32 )
10
+ aws-sdk-core (2.6.32 )
11
+ aws-sigv4 (~> 1.0 )
12
+ jmespath (~> 1.0 )
13
+ aws-sdk-resources (2.6.32 )
14
+ aws-sdk-core (= 2.6.32 )
15
+ aws-sigv4 (1.0.0 )
6
16
byebug (9.0.5 )
7
17
coderay (1.1.1 )
8
18
colorator (1.1.0 )
9
- ffi (1.9.14 )
19
+ colored (1.2 )
20
+ configure-s3-website (1.7.5 )
21
+ aws-sdk (~> 2 )
22
+ deep_merge (~> 1.0.0 )
23
+ deep_merge (1.0.1 )
24
+ dotenv (1.0.2 )
25
+ ffi (1.9.17 )
10
26
forwardable-extended (2.6.0 )
11
- jekyll (3.2.0.pre.beta1 )
27
+ jekyll (3.3.1 )
28
+ addressable (~> 2.4 )
12
29
colorator (~> 1.0 )
13
30
jekyll-sass-converter (~> 1.0 )
14
31
jekyll-watch (~> 1.1 )
18
35
pathutil (~> 0.9 )
19
36
rouge (~> 1.7 )
20
37
safe_yaml (~> 1.0 )
21
- jekyll-sass-converter (1.4 .0 )
38
+ jekyll-sass-converter (1.5 .0 )
22
39
sass (~> 3.4 )
23
- jekyll-watch (1.4 .0 )
40
+ jekyll-watch (1.5 .0 )
24
41
listen (~> 3.0 , < 3.1 )
25
- kramdown (1.13.1 )
42
+ jmespath (1.3.1 )
43
+ kramdown (1.13.2 )
26
44
liquid (3.0.6 )
27
45
listen (3.0.8 )
28
46
rb-fsevent (~> 0.9 , >= 0.9.4 )
46
64
pry-byebug (3.4.0 )
47
65
byebug (~> 9.0 )
48
66
pry (~> 0.10 )
49
- rb-fsevent (0.9.7 )
67
+ public_suffix (2.0.5 )
68
+ rb-fsevent (0.9.8 )
50
69
rb-inotify (0.9.7 )
51
70
ffi (>= 0.5.0 )
52
71
rouge (1.11.1 )
53
72
ruby-ll (2.1.2 )
54
73
ansi
55
74
ast
56
75
rugged (0.21.0 )
76
+ s3_website (2.16.0 )
77
+ colored (= 1.2 )
78
+ configure-s3-website (= 1.7.5 )
79
+ dotenv (~> 1.0 )
80
+ thor (~> 0.18 )
57
81
safe_yaml (1.0.4 )
58
- sass (3.4.22 )
82
+ sass (3.4.23 )
59
83
slop (3.6.0 )
84
+ thor (0.19.4 )
60
85
61
86
PLATFORMS
62
87
ruby
63
88
64
89
DEPENDENCIES
65
- jekyll (= 3.2.0.pre.beta1 )
90
+ dotenv
91
+ jekyll
66
92
kramdown
67
93
nokogumbo
68
94
oga
69
95
pry-byebug
70
96
rugged
97
+ s3_website
71
98
72
99
BUNDLED WITH
73
100
1.13.6
Original file line number Diff line number Diff line change @@ -15,3 +15,11 @@ defaults:
15
15
-
16
16
values :
17
17
layout : " default"
18
+ exclude :
19
+ - README.md
20
+ - Gemfile
21
+ - Gemfile.lock
22
+ - s3_website.yml
23
+ - tmp
24
+ - lib
25
+ - bin
Original file line number Diff line number Diff line change 1
1
< footer >
2
2
< div class ="container ">
3
- < p > < small > something...</ small > </ p >
4
3
</ div >
5
4
</ footer >
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
3
+ #
4
+ # This file was generated by Bundler.
5
+ #
6
+ # The application 'aws.rb' is installed as part of a gem, and
7
+ # this file is here to facilitate running it.
8
+ #
9
+
10
+ require "pathname"
11
+ ENV [ "BUNDLE_GEMFILE" ] ||= File . expand_path ( "../../Gemfile" ,
12
+ Pathname . new ( __FILE__ ) . realpath )
13
+
14
+ require "rubygems"
15
+ require "bundler/setup"
16
+
17
+ load Gem . bin_path ( "aws-sdk-core" , "aws.rb" )
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
3
+ #
4
+ # This file was generated by Bundler.
5
+ #
6
+ # The application 'configure-s3-website' is installed as part of a gem, and
7
+ # this file is here to facilitate running it.
8
+ #
9
+
10
+ require "pathname"
11
+ ENV [ "BUNDLE_GEMFILE" ] ||= File . expand_path ( "../../Gemfile" ,
12
+ Pathname . new ( __FILE__ ) . realpath )
13
+
14
+ require "rubygems"
15
+ require "bundler/setup"
16
+
17
+ load Gem . bin_path ( "configure-s3-website" , "configure-s3-website" )
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
3
+ #
4
+ # This file was generated by Bundler.
5
+ #
6
+ # The application 'dotenv' is installed as part of a gem, and
7
+ # this file is here to facilitate running it.
8
+ #
9
+
10
+ require "pathname"
11
+ ENV [ "BUNDLE_GEMFILE" ] ||= File . expand_path ( "../../Gemfile" ,
12
+ Pathname . new ( __FILE__ ) . realpath )
13
+
14
+ require "rubygems"
15
+ require "bundler/setup"
16
+
17
+ load Gem . bin_path ( "dotenv" , "dotenv" )
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
3
+ #
4
+ # This file was generated by Bundler.
5
+ #
6
+ # The application 's3_website' is installed as part of a gem, and
7
+ # this file is here to facilitate running it.
8
+ #
9
+
10
+ require "pathname"
11
+ ENV [ "BUNDLE_GEMFILE" ] ||= File . expand_path ( "../../Gemfile" ,
12
+ Pathname . new ( __FILE__ ) . realpath )
13
+
14
+ require "rubygems"
15
+ require "bundler/setup"
16
+
17
+ load Gem . bin_path ( "s3_website" , "s3_website" )
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
3
+ #
4
+ # This file was generated by Bundler.
5
+ #
6
+ # The application 'thor' is installed as part of a gem, and
7
+ # this file is here to facilitate running it.
8
+ #
9
+
10
+ require "pathname"
11
+ ENV [ "BUNDLE_GEMFILE" ] ||= File . expand_path ( "../../Gemfile" ,
12
+ Pathname . new ( __FILE__ ) . realpath )
13
+
14
+ require "rubygems"
15
+ require "bundler/setup"
16
+
17
+ load Gem . bin_path ( "thor" , "thor" )
Original file line number Diff line number Diff line change
1
+ s3_id : <%= ENV['AWS_ACCESS_KEY_ID'] %>
2
+ s3_secret : <%= ENV['AWS_SECRET_ACCESS_KEY'] %>
3
+ s3_bucket : errbit.com
4
+ gzip :
5
+ - .html
6
+ - .css
7
+ - .js
You can’t perform that action at this time.
0 commit comments