Skip to content

Commit 0d15442

Browse files
committed
Update custom footer with site social links
1 parent 2d94d2c commit 0d15442

File tree

14 files changed

+85
-53
lines changed

14 files changed

+85
-53
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

_config.yml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Site settings
2+
title: Everything Open Source
3+
email: everythingopensource@gmail.com
4+
description: >- # this means to ignore newlines until "baseurl:"
5+
Official website to document all activities happening in the open source community
6+
baseurl: "" # the subpath of your site, e.g. /blog
7+
url: "" # the base hostname & protocol for your site, e.g. http://example.com
8+
twitter_username: jekyllrb
9+
10+
# Everything Open Source Social Links
11+
twitter: "http://twitter.com/Everything_Open"
12+
github: "https://github.com/Everything-Open-Source"
13+
contact_us_email: "everythingopensource@gmail.com"
14+
15+
# Build settings
16+
theme: minima
17+
plugins:
18+
- jekyll-feed
19+
20+
# Exclude from processing.
21+
# The following items will not be processed, by default.
22+
# Any item listed under the `exclude:` key here will be automatically added to
23+
# the internal "default list".
24+
#
25+
# Excluded items can be processed by explicitly listing the directories or
26+
# their entries' file path in the `include:` list.
27+
#
28+
# exclude:
29+
# - .sass-cache/
30+
# - .jekyll-cache/
31+
# - gemfiles/
32+
# - Gemfile
33+
# - Gemfile.lock
34+
# - node_modules/
35+
# - vendor/bundle/
36+
# - vendor/cache/
37+
# - vendor/gems/
38+
# - vendor/ruby/

_includes/footer.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<footer>
2+
<div class="container">
3+
<div class="content">
4+
<!-- <div class="footer-logo">
5+
<a href="/"><img src="{{site.footer_logo}}" height="45px" /></a>
6+
</div> -->
7+
8+
<div className="footer-icons">
9+
<!-- Github -->
10+
<a href="{{ site.github }}" target="_blank">
11+
<img class="icon" src="/static/img/site/github.svg" alt="Github"
12+
/></a>
13+
<!-- Twitter -->
14+
<a href="{{ site.twitter }}" target="_blank">
15+
<img class="icon" src="/static/img/site/twitter.svg" alt="Twitter"
16+
/></a>
17+
<!-- Email -->
18+
<a href="mailto:{{ site.contact_us_email }}">
19+
<img class="icon" src="/static/img/site/email.svg" alt="Email"
20+
/></a>
21+
</div>
22+
</div>
23+
</div>
24+
</footer>
File renamed without changes.
File renamed without changes.

eos_site/_config.yml

Lines changed: 0 additions & 53 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)