Skip to content

Commit

Permalink
Customize
Browse files Browse the repository at this point in the history
  • Loading branch information
plexoos committed Jun 21, 2022
1 parent 8a4544d commit 6dce467
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 45 deletions.
36 changes: 2 additions & 34 deletions docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1,33 +1,5 @@
title: Your awesome title
author: GitHub User
email: your-email@domain.com
description: > # this means to ignore newlines until "twitter_username:"
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
# social links
twitter_username: jekyllrb
github_username: jekyll
rss: rss
# dribbble_username: jekyll
# facebook_username: jekyll
# flickr_username: jekyll
# instagram_username: jekyll
# linkedin_username: jekyll
# pinterest_username: jekyll
# youtube_username: jekyll
# googleplus_username: +jekyll

# Mastodon instances
# mastodon:
# - username: jekyll
# instance: example.com
# - username: jekyll2
# instance: example.com


show_excerpts: false # set to true to show excerpts on the homepage
title: star-sw docs
github_username: star-bnl

# Minima date format
# refer to http://shopify.github.io/liquid/filters/date/ if you want to customize this
Expand All @@ -41,7 +13,3 @@ minima:

# Build settings
theme: minima

plugins:
- jekyll-feed
- jekyll-seo-tag
13 changes: 4 additions & 9 deletions docs/_includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,10 @@

<div class="wrapper">

<h2 class="footer-heading">{{ site.title | escape }}</h2>

<div class="footer-col-wrapper">
<div class="footer-col footer-col-1">
<ul class="contact-list">
<li class="p-name">
{%- if site.author -%}
{{ site.author | escape }}
{%- else -%}
{{ site.title | escape }}
{%- endif -%}
</li>
{%- if site.email -%}
<li><a class="u-email" href="mailto:{{ site.email }}">{{ site.email }}</a></li>
Expand All @@ -22,11 +15,13 @@ <h2 class="footer-heading">{{ site.title | escape }}</h2>
</div>

<div class="footer-col footer-col-2">
{%- include social.html -%}
<ul class="social-media-list">
{%- if site.github_username -%}<li><a href="https://github.com/{{ site.github_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#github' | relative_url }}"></use></svg> <span class="username">{{ site.github_username| escape }}</span></a></li>{%- endif -%}
</ul>
</div>

<div class="footer-col footer-col-3">
<p>{{- site.description | escape -}}</p>
<p></p>
</div>
</div>

Expand Down
2 changes: 0 additions & 2 deletions docs/_includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
{%- seo -%}
<link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
{%- feed_meta -%}
{%- if jekyll.environment == 'production' and site.google_analytics -%}
{%- include google-analytics.html -%}
{%- endif -%}
Expand Down

0 comments on commit 6dce467

Please sign in to comment.