New theme

Disable horizontal scroll

Update gemfile lock

Remove the `theme` variable

Try adding remote theme plugin

Update gemfile lock
This commit is contained in:
2020-02-23 18:14:16 -05:00
committed by Bradlee Speice
parent 760faa2232
commit 071eeb1ce1
51 changed files with 282 additions and 1414 deletions

View File

@ -0,0 +1,15 @@
<div class="container">
<h2>{{ site.title }}</h1>
<h1>{{ site.description }}</h2>
<ul class="social">
{%- if site.texture.social_links.github -%}
<a href="https://github.com/{{ site.texture.social_links.github }}"><li><i class="icon-github-circled"></i></li></a>
{%- endif -%}
{%- if site.texture.social_links.linkedIn -%}
<a href="https://linkedin.com/{{ site.texture.social_links.linkedIn }}"><li><i class="icon-linkedin-squared"></i></li></a>
{%- endif -%}
{%- if site.texture.social_links.twitter -%}
<a href="https://twitter.com/{{ site.texture.social_links.twitter }}"><li><i class="icon-twitter-squared"></i></li></a>
{%- endif -%}
</ul>
</div>