added favicon; absolute path to styles

This commit is contained in:
Brandon Rosage 2019-02-12 12:11:45 -06:00
parent 95885102d8
commit fbf62d0910
4 changed files with 11 additions and 11 deletions

View file

@ -30,9 +30,9 @@ GEM
ffi (1.10.0) ffi (1.10.0)
forwardable-extended (2.6.0) forwardable-extended (2.6.0)
gemoji (3.0.0) gemoji (3.0.0)
github-pages (193) github-pages (195)
activesupport (= 4.2.10) activesupport (= 4.2.10)
github-pages-health-check (= 1.8.1) github-pages-health-check (= 1.16.0)
jekyll (= 3.7.4) jekyll (= 3.7.4)
jekyll-avatar (= 0.6.0) jekyll-avatar (= 0.6.0)
jekyll-coffeescript (= 1.1.1) jekyll-coffeescript (= 1.1.1)
@ -40,7 +40,7 @@ GEM
jekyll-default-layout (= 0.1.4) jekyll-default-layout (= 0.1.4)
jekyll-feed (= 0.11.0) jekyll-feed (= 0.11.0)
jekyll-gist (= 1.5.0) jekyll-gist (= 1.5.0)
jekyll-github-metadata (= 2.9.4) jekyll-github-metadata (= 2.12.1)
jekyll-mentions (= 1.4.1) jekyll-mentions (= 1.4.1)
jekyll-optional-front-matter (= 0.3.0) jekyll-optional-front-matter (= 0.3.0)
jekyll-paginate (= 1.1.0) jekyll-paginate (= 1.1.0)
@ -72,14 +72,14 @@ GEM
listen (= 3.1.5) listen (= 3.1.5)
mercenary (~> 0.3) mercenary (~> 0.3)
minima (= 2.5.0) minima (= 2.5.0)
nokogiri (>= 1.8.2, < 2.0) nokogiri (>= 1.8.5, < 2.0)
rouge (= 2.2.1) rouge (= 2.2.1)
terminal-table (~> 1.4) terminal-table (~> 1.4)
github-pages-health-check (1.8.1) github-pages-health-check (1.16.0)
addressable (~> 2.3) addressable (~> 2.3)
dnsruby (~> 1.60) dnsruby (~> 1.60)
octokit (~> 4.0) octokit (~> 4.0)
public_suffix (~> 2.0) public_suffix (~> 3.0)
typhoeus (~> 1.3) typhoeus (~> 1.3)
html-pipeline (2.10.0) html-pipeline (2.10.0)
activesupport (>= 2) activesupport (>= 2)
@ -118,8 +118,8 @@ GEM
jekyll (~> 3.3) jekyll (~> 3.3)
jekyll-gist (1.5.0) jekyll-gist (1.5.0)
octokit (~> 4.2) octokit (~> 4.2)
jekyll-github-metadata (2.9.4) jekyll-github-metadata (2.12.1)
jekyll (~> 3.1) jekyll (~> 3.4)
octokit (~> 4.0, != 4.4.0) octokit (~> 4.0, != 4.4.0)
jekyll-mentions (1.4.1) jekyll-mentions (1.4.1)
html-pipeline (~> 2.3) html-pipeline (~> 2.3)
@ -216,7 +216,7 @@ GEM
sawyer (~> 0.8.0, >= 0.5.3) sawyer (~> 0.8.0, >= 0.5.3)
pathutil (0.16.2) pathutil (0.16.2)
forwardable-extended (~> 2.6) forwardable-extended (~> 2.6)
public_suffix (2.0.5) public_suffix (3.0.3)
rb-fsevent (0.10.3) rb-fsevent (0.10.3)
rb-inotify (0.10.0) rb-inotify (0.10.0)
ffi (~> 1.0) ffi (~> 1.0)

View file

@ -16,6 +16,6 @@
<meta charset="utf-8"> <meta charset="utf-8">
<title>{{ user.name }}</title> <title>{{ user.name }}</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="/assets/styles.css" rel="stylesheet" type="text/css"> <link href="{{ "/assets/styles.css" | absolute_url }}" rel="stylesheet" type="text/css">
</head> </head>
<body class="bg-white" {% if site.style == 'dark' %}style="background-color: #2f363d !important"{% endif %}> <body class="bg-white" {% if site.style == 'dark' %}style="background-color: #2f363d !important"{% endif %}>

View file

@ -12,7 +12,7 @@
<meta charset="utf-8"> <meta charset="utf-8">
<title>Sophie Shepherd</title> <title>Sophie Shepherd</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="/assets/styles.css" rel="stylesheet" type="text/css"> <link href="http://localhost:4000/assets/styles.css" rel="stylesheet" type="text/css">
</head> </head>
<body class="bg-white" > <body class="bg-white" >

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB