Skip to content

Commit 5845659

Browse files
committed
update banner year and clean up config file
1 parent 7d14840 commit 5845659

5 files changed

Lines changed: 19 additions & 18 deletions

File tree

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
source 'https://rubygems.org'
2+
23
gem 'github-pages'
4+
gem 'kramdown'
5+
gem 'jekyll-paginate'

_config.yml

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
safe: true
22
lsi: false
3-
pygments: true
43
timezone: America/Los_Angeles
54
markdown: kramdown
65
highlighter: rouge
6+
gems: [jekyll-paginate]
77

88
paginate: 10
9-
paginate_path: "news/page:num"
9+
paginate_path: news/page:num
1010

1111
name: Seattle GNU Linux Conference
12+
short_name: SeaGL
1213
description: Seattle GNU Linux Conference
1314
url: http://seagl.org
1415

@@ -19,22 +20,18 @@ custom:
1920
dates: November 11th and 12th
2021
location: Seattle Central College
2122
url:
22-
survey:
23-
cpf: http://survey.seagl.org/index.php/935137/lang-en
2423
irc:
25-
network: http://freenode.net/using_the_network.shtml
26-
channel: http://webchat.freenode.net?randomnick=1&channels=%23seagl
24+
network: https://freenode.net/kb/answer/chat
25+
channel: https://webchat.freenode.net?randomnick=1&channels=%23seagl
2726
mailing_list:
2827
seagl_announce: https://groups.google.com/forum/#!forum/seagl_announce
2928
seagl_organize: https://groups.google.com/forum/#!forum/seagl_organize
30-
location: http://seattlecentral.edu
29+
location: https://seattlecentral.edu
3130
prospectus: /sponsors/SeaGL_Exhibitor_Sponsor_Prospectus_2016.pdf
3231
a:
33-
survey:
34-
cpf: <a href="http://survey.seagl.org/index.php/935137/lang-en">submit your presentation</a>
3532
irc:
36-
network: <a href="http://freenode.net/using_the_network.shtml">Freenode</a>
37-
channel: <a href="http://webchat.freenode.net?randomnick=1&channels=%23seagl">#seagl</a>
33+
network: <a href="https://freenode.net/kb/answer/chat">Freenode</a>
34+
channel: <a href="https://webchat.freenode.net?randomnick=1&channels=%23seagl">#seagl</a>
3835
email:
3936
participate: <a href="mailto:%70%61%72%74%69%63%69%70%61%74%65%40%73%65%61%67%6c%2e%6f%72%67">&#x0070;&#x0061;&#x0072;&#x0074;&#x0069;&#x0063;&#x0069;&#x0070;&#x0061;&#x0074;&#x0065;&#x0040;&#x0073;&#x0065;&#x0061;&#x0067;&#x006c;&#x002e;&#x006f;&#x0072;&#x0067;</a>
4037
press: <a href="mailto:%70%72%65%73%73%40%73%65%61%67%6c%2e%6f%72%67">&#x0070;&#x0072;&#x0065;&#x0073;&#x0073;&#x0040;&#x0073;&#x0065;&#x0061;&#x0067;&#x006c;&#x002e;&#x006f;&#x0072;&#x0067;</a>
@@ -48,7 +45,7 @@ custom:
4845
mailing_list:
4946
seagl_announce: <a href="https://groups.google.com/forum/#!forum/seagl_announce">announcement mailing list</a>
5047
seagl_organize: <a href="https://groups.google.com/forum/#!forum/seagl_organize">seagl_organize</a>
51-
location: <a href="http://seattlecentral.edu">Seattle Central College</a>
48+
location: <a href="https://seattlecentral.edu">Seattle Central College</a>
5249
donate: <a href="https://www.coinbase.com/checkouts/0369f11bd23988462937832f2bbff8d5">Donate Bitcoins</a>
5350

5451
sass:

_includes/footer.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22
<div class="well" id="policy-content">
33
<img src="/img/seagl-cropped.svg" class="pull-left" alt="Logo" width="306" height="200">
44
<p>SeaGL is dedicated to a harassment-free conference experience for
5-
everyone. <br class="hidden-sm">Our code of conduct can be found
5+
everyone. <br class="hidden-sm">Our code of conduct can be found
66
<a href="/code_of_conduct.html">here</a></p>
77
</div>
88
<footer>
99
<ul id="footer-nav" role="navigation" class="list-inline">
1010
<li>Published with <a href="http://pages.github.com">GitHub Pages</a></li>
11-
<li><a href="https://www.facebook.com/SeattleGnuLinuxConference">Facebook</a></li>
12-
<li><a href="https://plus.google.com/105971622418115358467">Google+</a></li>
13-
<li><a href="https://twitter.com/seagl">Twitter</a></li>
11+
<li>{{ site.custom.a.social.twitter }}</li>
12+
<li>{{ site.custom.a.social.facebook }}</li>
13+
<li>{{ site.custom.a.social.youtube }}</li>
14+
<li>{{ site.custom.a.social.googleplus }}</li>
1415
</ul>
1516
</footer>
1617
</div>

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
</head>
5353
<body id="{{ page.body_id }}">
5454
<div class="reg-ribbon">
55-
<a href="https://osem.seagl.org/">Register for SeaGL 2015</a>
55+
<a href="https://osem.seagl.org/">Register for {{ site.short_name }} {{ site.custom.year }}</a>
5656
</div>
5757
{% include menu.html %}
5858
<div class="container" id="main-content">

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ <h2>About</h2>
4747
</p>
4848
</div>
4949
</div>
50-
50+
5151
<div class="row">
5252
<div class="col-md-4">
5353
<h2>Contact</h2>

0 commit comments

Comments
 (0)