Skip to content

Commit d30459d

Browse files
committed
point to list of codecheckers and venues from the start page
1 parent c391d20 commit d30459d

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ GEM
66
base64 (0.2.0)
77
bigdecimal (3.1.8)
88
colorator (1.1.0)
9-
concurrent-ruby (1.3.3)
9+
concurrent-ruby (1.3.4)
1010
csv (3.3.0)
1111
em-websocket (0.5.3)
1212
eventmachine (>= 0.12.9)
@@ -59,11 +59,11 @@ GEM
5959
jekyll-seo-tag (~> 2.7)
6060
pathutil (0.16.2)
6161
forwardable-extended (~> 2.6)
62-
public_suffix (6.0.0)
62+
public_suffix (6.0.1)
6363
rb-fsevent (0.11.2)
6464
rb-inotify (0.11.1)
6565
ffi (~> 1.0)
66-
rexml (3.3.2)
66+
rexml (3.3.5)
6767
strscan
6868
rouge (3.30.0)
6969
rubyzip (2.3.2)
@@ -92,4 +92,4 @@ DEPENDENCIES
9292
tzinfo-data
9393

9494
BUNDLED WITH
95-
2.5.11
95+
2.5.16

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
preview:
22
bundle exec jekyll clean
3-
bundle exec jekyll serve
3+
bundle exec jekyll serve --trace
44

55
build:
66
bundle exec jekyll clean

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,6 @@ exclude:
6767
- Makefile
6868
- logo
6969
- badge
70+
- .git
7071

7172
error_mode: strict

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ head_inline: |
1919
<ul id="check_list">
2020
</ul>
2121
</div>
22-
<p>See the <a href="/register"><strong>CODECHECK register</strong></a> for all <span id="check_count"></span> completed certificates.</p>
22+
<p>See the <a href="/register"><strong>CODECHECK register</strong></a> for all <span id="check_count"></span> completed certificates, <a href="/register/codecheckers/" title="List of all people contributing CODECHECKs">all codecheckers</a>, and <a href="/register/venues/" title="List of all CODECHECK venues, e.g., journals and conferences">all venues</a>.</p>
2323
</div>
2424
</div>
2525

0 commit comments

Comments
 (0)