Rename build to dist

This commit is contained in:
Oliver Davies 2018-09-04 19:46:58 +01:00
parent 769c4c54bd
commit 036a795cc7
27 changed files with 52 additions and 52 deletions

View file

@ -6,13 +6,13 @@ meta:
description: 'How I moved my Sculpin site to GitHub Pages.'
og:
image:
url: '/build/images/blog/jackson-octocat.png'
url: '/dist/images/blog/jackson-octocat.png'
type: 'image/png'
height: 200
width: 451
---
{% block excerpt %}
<p class="text-center" markdown="1">![](/build/images/blog/jackson-octocat.png)</p>
<p class="text-center" markdown="1">![](/dist/images/blog/jackson-octocat.png)</p>
Earlier this week I moved this site from my personal Linode server to [GitHub Pages][0].
@ -25,7 +25,7 @@ Ive seen different implementations of this, mostly where the Sculpin code is
This has been made simpler and tidier now that we can use a `docs` directory within the repository to serve content.
<img
src="/build/images/blog/github-pages.png"
src="/dist/images/blog/github-pages.png"
alt=""
class="is-centered"
style="margin-top: 20px; margin-bottom: 20px"