Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

Commit

Permalink
change to contrast, plus new footer approach
Browse files Browse the repository at this point in the history
  • Loading branch information
vortexing committed Aug 30, 2019
1 parent 4d7a669 commit c55d7aa
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 38 deletions.
49 changes: 19 additions & 30 deletions _config.yml
Expand Up @@ -13,15 +13,13 @@
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: MM
email:
title: The Coop @ Fred Hutch
email:
description: >- # this means to ignore newlines until "baseurl:"
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.
twitter_username: username
github_username: username
minimal_mistakes_skin: default
All things data science at the Fred Hutch
#twitter_username: username
#github_username: username
minimal_mistakes_skin: contrast
search: true

# Build settings
Expand Down Expand Up @@ -58,34 +56,25 @@ plugins:
- jekyll-include-cache

author:
name : "First Lastname"
avatar : "/assets/images/bio-photo.jpg"
name : "The coop"
avatar : "/assets/images/tinyH.png"
bio : "My awesome biography constrained to a sentence or two goes here."
links:
- label: "Website"
icon: "fas fa-fw fa-link"
url: "https://"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/"
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
url: "https://instagram.com/"
url: "https://github.com/FredHutch/coop"
- label: "Coop Slack"
icon: "fab fa-fw fa-slack"
url: "https://fhbig.slack.com/"

footer:
links:
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/"
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
url: "https://instagram.com/"
url: "https://github.com/FredHutch/coop"
- label: "Coop Slack"
icon: "fab fa-fw fa-slack"
url: "https://fhbig.slack.com/"

defaults:
# _posts
Expand All @@ -110,6 +99,6 @@ defaults:
category_archive:
type: liquid
path: /categories/
tag_archive:
type: liquid
path: /tags/
#tag_archive:
# type: liquid
# path: /tags/
4 changes: 2 additions & 2 deletions _data/navigation.yml
Expand Up @@ -3,7 +3,7 @@ main:
url: /posts/
- title: "Categories"
url: /categories/
- title: "Tags"
url: /tags/
- title: "Calendar"
url: /calendar/
- title: "About"
url: /about/
6 changes: 0 additions & 6 deletions _pages/tag-archive.md

This file was deleted.

Binary file added assets/images/tinyH.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c55d7aa

Please sign in to comment.