c2ad4e
add Gemfile, basic cleanup
@@ -0,0 +1,67 @@
|
|
1
|
+
# If you have OpenSSL installed, we recommend updating
|
2
|
+
the following line to use "https"
|
3
|
+
source 'http://rubygems.org'
|
4
|
+
|
5
|
+
gem "nanoc", "~>3.6"
|
6
|
+
gem "compass", "0.12.2"
|
7
|
+
gem "sass", "3.2.18"
|
8
|
+
gem "susy", "1.0.9"
|
9
|
+
gem "haml", "~>4.0.5"
|
10
|
+
gem "rubypants", "~> 0.2.0"
|
11
|
+
gem "rainpress", "~> 1.0"
|
12
|
+
gem "kramdown", '~> 1.3.3'
|
13
|
+
gem 'systemu', '~> 2.6.4'
|
14
|
+
|
15
|
+
|
16
|
+
Debugger / REPL alternative to irb
|
17
|
+
gem 'pry'
|
18
|
+
|
19
|
+
Cross-templating language block fix for Ruby 1.8
|
20
|
+
platforms :mri_18 do
|
21
|
+
gem "ruby18_source_location"
|
22
|
+
end
|
23
|
+
|
24
|
+
For faster file watcher updates for people using Windows
|
25
|
+
gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw]
|
26
|
+
|
27
|
+
|
28
|
+
####
|
29
|
+
General plugins
|
30
|
+
|
31
|
+
Blog plugin
|
32
|
+
|
33
|
+
Thumbnailer
|
34
|
+
gem "middleman-thumbnailer", github: "nhemsley/middleman-thumbnailer"
|
35
|
+
|
36
|
+
# favicon support (favicon PNG should be 144×144)
|
37
|
+
|
38
|
+
HTML & XML parsing smarts
|
39
|
+
gem "nokogiri"
|
40
|
+
|
41
|
+
Syntax highlighting
|
42
|
+
|
43
|
+
# For feed.xml.builder
|
44
|
+
gem "builder", "~> 3.0"
|
45
|
+
|
46
|
+
Better JSON lib
|
47
|
+
gem "oj"
|
48
|
+
|
49
|
+
|
50
|
+
####
|
51
|
+
Bootstrap
|
52
|
+
|
53
|
+
# Bootstrap, as SASS 3 version (there's a bug in 3.0.1+, so we're
|
54
|
+
locking to 3.0.0 for now
|
55
|
+
gem "bootstrap-sass", "3.0.0"
|
56
|
+
|
57
|
+
|
58
|
+
####
|
59
|
+
Formats
|
60
|
+
|
61
|
+
less (css)
|
62
|
+
gem "therubyracer"
|
63
|
+
gem "less"
|
64
|
+
|
65
|
+
asciidoctor
|
66
|
+
gem "asciidoctor"
|
67
|
+
|
@@ -0,0 +1,87 @@
|
|
1
|
+
GEM
|
2
|
+
remote: http://rubygems.org/
|
3
|
+
specs:
|
4
|
+
allison (2.0.3)
|
5
|
+
asciidoctor (0.1.4)
|
6
|
+
bootstrap-sass (3.0.0.0)
|
7
|
+
sass (~> 3.2)
|
8
|
+
builder (3.2.2)
|
9
|
+
chunky_png (1.3.0)
|
10
|
+
coderay (1.1.0)
|
11
|
+
colored (1.2)
|
12
|
+
commonjs (0.2.7)
|
13
|
+
compass (0.12.2)
|
14
|
+
chunky_png (~> 1.2)
|
15
|
+
fssm (>= 0.2.7)
|
16
|
+
sass (~> 3.1)
|
17
|
+
cri (2.5.0)
|
18
|
+
colored (~> 1.2)
|
19
|
+
echoe (4.6.5)
|
20
|
+
allison (>= 2.0.3)
|
21
|
+
rake (>= 0.9.2)
|
22
|
+
rdoc (>= 2.5.11)
|
23
|
+
rubyforge (>= 2.0.4)
|
24
|
+
fssm (0.2.10)
|
25
|
+
haml (4.0.5)
|
26
|
+
tilt
|
27
|
+
json (1.8.1)
|
28
|
+
json_pure (1.8.1)
|
29
|
+
kramdown (1.3.3)
|
30
|
+
less (2.5.0)
|
31
|
+
commonjs (~> 0.2.7)
|
32
|
+
libv8 (3.16.14.3)
|
33
|
+
method_source (0.8.2)
|
34
|
+
mini_portile (0.5.3)
|
35
|
+
nanoc (3.6.8)
|
36
|
+
cri (~> 2.3)
|
37
|
+
nokogiri (1.6.1)
|
38
|
+
mini_portile (~> 0.5.0)
|
39
|
+
oj (2.7.1)
|
40
|
+
pry (0.9.12.6)
|
41
|
+
coderay (~> 1.0)
|
42
|
+
method_source (~> 0.8)
|
43
|
+
slop (~> 3.4)
|
44
|
+
rainpress (1.0)
|
45
|
+
echoe
|
46
|
+
rake (10.2.2)
|
47
|
+
rdoc (4.1.1)
|
48
|
+
json (~> 1.4)
|
49
|
+
ref (1.0.5)
|
50
|
+
ruby18_source_location (0.2)
|
51
|
+
rubyforge (2.0.4)
|
52
|
+
json_pure (>= 1.1.7)
|
53
|
+
rubypants (0.2.0)
|
54
|
+
sass (3.2.18)
|
55
|
+
slop (3.5.0)
|
56
|
+
susy (1.0.9)
|
57
|
+
compass (>= 0.12.2)
|
58
|
+
sass (>= 3.2.0)
|
59
|
+
systemu (2.6.4)
|
60
|
+
therubyracer (0.12.1)
|
61
|
+
libv8 (~> 3.16.14.0)
|
62
|
+
ref
|
63
|
+
tilt (2.0.1)
|
64
|
+
|
65
|
+
PLATFORMS
|
66
|
+
ruby
|
67
|
+
|
68
|
+
DEPENDENCIES
|
69
|
+
asciidoctor
|
70
|
+
bootstrap-sass (= 3.0.0)
|
71
|
+
builder (~> 3.0)
|
72
|
+
compass (= 0.12.2)
|
73
|
+
haml (~> 4.0.5)
|
74
|
+
kramdown (~> 1.3.3)
|
75
|
+
less
|
76
|
+
nanoc (~> 3.6)
|
77
|
+
nokogiri
|
78
|
+
oj
|
79
|
+
pry
|
80
|
+
rainpress (~> 1.0)
|
81
|
+
ruby18_source_location
|
82
|
+
rubypants (~> 0.2.0)
|
83
|
+
sass (= 3.2.18)
|
84
|
+
susy (= 1.0.9)
|
85
|
+
systemu (~> 2.6.4)
|
86
|
+
therubyracer
|
87
|
+
wdm (~> 0.1.0)
|
@@ -1,11 +1,9 @@
|
|
1
|
-
---
|
2
|
-
is_hidden: true
|
3
|
-
path: "/robots.txt"
|
4
|
-
---
|
5
1
|
Sitemap: http://www.centos.org/sitemap.xml
|
6
2
|
|
7
3
|
User-Agent: *
|
8
4
|
Crawl-delay: 1.0
|
9
5
|
Disallow: /scripts/
|
10
6
|
Disallow: /themes/
|
11
|
-
|
7
|
+
Disallow: /docs/2/
|
8
|
+
Disallow: /docs/3/
|
9
|
+
Disallow: /docs/4/
|