Rename build to dist
This commit is contained in:
parent
769c4c54bd
commit
036a795cc7
27 changed files with 52 additions and 52 deletions
|
@ -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"></p>
|
||||
<p class="text-center" markdown="1"></p>
|
||||
|
||||
Earlier this week I moved this site from my personal Linode server to [GitHub Pages][0].
|
||||
|
||||
|
@ -25,7 +25,7 @@ I’ve 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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue