blog.trnck.dev
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

added favicon; absolute path to styles

+11 -11
+9 -9
Gemfile.lock
··· 30 30 ffi (1.10.0) 31 31 forwardable-extended (2.6.0) 32 32 gemoji (3.0.0) 33 - github-pages (193) 33 + github-pages (195) 34 34 activesupport (= 4.2.10) 35 - github-pages-health-check (= 1.8.1) 35 + github-pages-health-check (= 1.16.0) 36 36 jekyll (= 3.7.4) 37 37 jekyll-avatar (= 0.6.0) 38 38 jekyll-coffeescript (= 1.1.1) ··· 40 40 jekyll-default-layout (= 0.1.4) 41 41 jekyll-feed (= 0.11.0) 42 42 jekyll-gist (= 1.5.0) 43 - jekyll-github-metadata (= 2.9.4) 43 + jekyll-github-metadata (= 2.12.1) 44 44 jekyll-mentions (= 1.4.1) 45 45 jekyll-optional-front-matter (= 0.3.0) 46 46 jekyll-paginate (= 1.1.0) ··· 72 72 listen (= 3.1.5) 73 73 mercenary (~> 0.3) 74 74 minima (= 2.5.0) 75 - nokogiri (>= 1.8.2, < 2.0) 75 + nokogiri (>= 1.8.5, < 2.0) 76 76 rouge (= 2.2.1) 77 77 terminal-table (~> 1.4) 78 - github-pages-health-check (1.8.1) 78 + github-pages-health-check (1.16.0) 79 79 addressable (~> 2.3) 80 80 dnsruby (~> 1.60) 81 81 octokit (~> 4.0) 82 - public_suffix (~> 2.0) 82 + public_suffix (~> 3.0) 83 83 typhoeus (~> 1.3) 84 84 html-pipeline (2.10.0) 85 85 activesupport (>= 2) ··· 118 118 jekyll (~> 3.3) 119 119 jekyll-gist (1.5.0) 120 120 octokit (~> 4.2) 121 - jekyll-github-metadata (2.9.4) 122 - jekyll (~> 3.1) 121 + jekyll-github-metadata (2.12.1) 122 + jekyll (~> 3.4) 123 123 octokit (~> 4.0, != 4.4.0) 124 124 jekyll-mentions (1.4.1) 125 125 html-pipeline (~> 2.3) ··· 216 216 sawyer (~> 0.8.0, >= 0.5.3) 217 217 pathutil (0.16.2) 218 218 forwardable-extended (~> 2.6) 219 - public_suffix (2.0.5) 219 + public_suffix (3.0.3) 220 220 rb-fsevent (0.10.3) 221 221 rb-inotify (0.10.0) 222 222 ffi (~> 1.0)
+1 -1
_includes/header.html
··· 16 16 <meta charset="utf-8"> 17 17 <title>{{ user.name }}</title> 18 18 <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> 19 - <link href="/assets/styles.css" rel="stylesheet" type="text/css"> 19 + <link href="{{ "/assets/styles.css" | absolute_url }}" rel="stylesheet" type="text/css"> 20 20 </head> 21 21 <body class="bg-white" {% if site.style == 'dark' %}style="background-color: #2f363d !important"{% endif %}>
+1 -1
_site/index.html
··· 12 12 <meta charset="utf-8"> 13 13 <title>Sophie Shepherd</title> 14 14 <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> 15 - <link href="/assets/styles.css" rel="stylesheet" type="text/css"> 15 + <link href="http://localhost:4000/assets/styles.css" rel="stylesheet" type="text/css"> 16 16 </head> 17 17 <body class="bg-white" > 18 18
favicon.ico

This is a binary file and will not be displayed.