File tree 1 file changed +33
-0
lines changed
1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change
1
+ # www.ruby-lang.org on Jekyll
2
+
3
+ This is an attempt to port the poorly maintained
4
+ [ www.ruby-lang.org ] ( http://www.ruby-lang.org/ ) website to
5
+ [ Jekyll] ( http://www.jekyllrb.com/ ) .
6
+
7
+ ## Translations
8
+
9
+ Currently the [ master] ( http://github.com/postmodern/www.ruby-lang.org/tree/master )
10
+ branch contains the layouts, includes and statis assets to be used by all
11
+ translations. Individual translations are branched off of master, for
12
+ example the [ en] ( http://github.com/postmodern/www.ruby-lang.org/tree/en )
13
+ branch.
14
+
15
+ ## Get It
16
+
17
+ $ git clone https://github.com/postmodern/www.ruby-lang.org.git
18
+ $ cd www.ruby-lang.org/
19
+ # Pick your native language
20
+ $ git fetch origin en
21
+ $ git checkout en
22
+
23
+ ## Run It
24
+
25
+ $ jekyll
26
+ $ open http://localhost:4000/
27
+
28
+ ## Todo
29
+
30
+ 1 . Finish splitting static-HTML into includes, and create needed layouts.
31
+ 2 . Convert News / Security posts into Jekyll blog posts.
32
+ 3 . Begin converting simple static-HTML into Markdown.
33
+
You can’t perform that action at this time.
0 commit comments