Skip to content

Commit bec6689

Browse files
committed
Update home page too
1 parent 7394ee6 commit bec6689

3 files changed

Lines changed: 14 additions & 7 deletions

File tree

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (5.2.0)
4+
activesupport (5.2.1)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
66
i18n (>= 0.7, < 2)
77
minitest (~> 5.1)
@@ -64,7 +64,7 @@ GEM
6464
jemoji (~> 0.8)
6565
jekyll-watch (2.0.0)
6666
listen (~> 3.0)
67-
jemoji (0.10.0)
67+
jemoji (0.10.1)
6868
gemoji (~> 3.0)
6969
html-pipeline (~> 2.2)
7070
jekyll (~> 3.0)
@@ -82,15 +82,15 @@ GEM
8282
mini_portile2 (~> 2.3.0)
8383
nokogiri (1.8.4-x64-mingw32)
8484
mini_portile2 (~> 2.3.0)
85-
octokit (4.9.0)
85+
octokit (4.11.0)
8686
sawyer (~> 0.8.0, >= 0.5.3)
8787
pathutil (0.16.1)
8888
forwardable-extended (~> 2.6)
89-
public_suffix (3.0.2)
89+
public_suffix (3.0.3)
9090
rb-fsevent (0.10.3)
9191
rb-inotify (0.9.10)
9292
ffi (>= 0.5.0, < 2)
93-
rouge (3.1.1)
93+
rouge (3.2.1)
9494
ruby_dep (1.5.0)
9595
safe_yaml (1.0.4)
9696
sass (3.5.7)
@@ -113,4 +113,4 @@ DEPENDENCIES
113113
jekyll-theme-so-simple
114114

115115
BUNDLED WITH
116-
1.16.1
116+
1.16.3

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
title: Let's Treat Docs Like Code
44
locale: en-US
5-
description: Read stories, learn through workshops, share with others.
5+
description: Read stories, learn through practice, share with others.
66
logo: /images/treat-docs-like-code.png
77
#url: http://127.0.0.1:4000
88
url: https://www.docslikecode.com

index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77

88
{% include sign-up.html %}
99

10+
<div>
11+
<h1>Learn with practice</h1>
12+
13+
<p><a href="http://www.lulu.com/spotlight/justwriteclick" class="btn btn--inverse"><i class='fa fa-graduation-cap'></i> Learn an SSG</a></p>
14+
15+
<p>Learning GitHub or any source control system backed by `git` for documentation sites takes some time and practice. Try some lessons with three different static site generators and three different deployment systems as well as how to test docs as code.</p>
16+
</div>
1017
<div>
1118
<a href="http://www.lulu.com/spotlight/justwriteclick"><img src="images/docs-like-code-book.jpg" alt="Docs Like Code Book" align="left" hspace="20" vspace="20" height="100" width="159"></a>
1219

0 commit comments

Comments
 (0)