Skip to content

Commit

Permalink
Rollout 'recent changes' across most pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Mitchell authored and Luke Mitchell committed Dec 3, 2023
1 parent 181cb72 commit e76530f
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 36 deletions.
10 changes: 0 additions & 10 deletions src/_data/commits.cjs

This file was deleted.

Expand Up @@ -15,7 +15,5 @@ async function getChanges(data) {
}

module.exports = {
eleventyComputed: {
commits: async (data) => getChanges(data),
},
commits: async (data) => getChanges(data),
};
1 change: 0 additions & 1 deletion src/_includes/components/commits.njk
Expand Up @@ -3,7 +3,6 @@
<ol role="list" class="flow gap">
{% for commit in commits %}
<li>
<p>#<code>{{ commit.hash }}</code></p>
<a href="https://github.com/LkeMitchll/interroban.gg/commit/{{ commit.hash }}">
{{ commit.message }}
</a>
Expand Down
1 change: 1 addition & 0 deletions src/_includes/layouts/about.njk
Expand Up @@ -11,6 +11,7 @@ toc: ["Now", "Experience", "Clients", "Skills", "Recognition", "History"]
I started out as a Graphic Designer, around 2014 I transitioned to Product Design.
Since then I have worked with clients of all sizes in many different industries.
</p>
{% include "components/commits.njk" %}
</header>

{% include "components/toc.njk" %}
Expand Down
2 changes: 1 addition & 1 deletion src/_includes/layouts/colophon.njk
Expand Up @@ -11,6 +11,7 @@ toc: ["Updates", "Impact", "Design", "Development", "Typography"]
that have made this site what it is. Check back regularly, as I try to keep
this up-to-date, when I get time.
</p>
{% include "components/commits.njk" %}
<hr>
</header>

Expand All @@ -21,7 +22,6 @@ toc: ["Updates", "Impact", "Design", "Development", "Typography"]
<h2 class="gap-large">Updates</h2>
{% set posts = collections.metapost | reverse %}
{% include "components/posts.njk" %}
{% include "components/commits.njk" %}
<hr />
</div>
<section class="markdown">
Expand Down
1 change: 1 addition & 0 deletions src/blogroll.njk
Expand Up @@ -10,6 +10,7 @@ title: Blogroll
email newsletters that I read and enjoy regularly, this should update
‘magically’ as I add new subscriptions.
</p>
{% include "components/commits.njk" %}
<hr />
</header>

Expand Down
1 change: 1 addition & 0 deletions src/bookmarks.njk
Expand Up @@ -15,6 +15,7 @@ pagination:
as this list gets older things will begin to decay and disappear. So this
isn’t an archive as such, it’s a log.
</p>
{% include "components/commits.njk" %}
<ul role="list" class="horizontal | tertiary-text">
<li>
<a href="/feeds/bookmarks.xml">
Expand Down
1 change: 1 addition & 0 deletions src/journal.njk
Expand Up @@ -14,6 +14,7 @@ posts: collections.postsWithoutNotes
It’s also a bit of playground to grab data from a few services I like.
</p>
</section>
{% include "components/commits.njk" %}
</header>

{% include "components/toc.njk" %}
Expand Down
21 changes: 0 additions & 21 deletions src/post/post.11tydata.cjs

This file was deleted.

2 changes: 2 additions & 0 deletions src/uses.njk
Expand Up @@ -13,6 +13,8 @@ title: Uses
</p>
</header>

{% include "components/commits.njk" %}

{% set image_ID = "24bf2f60-1f04-47c5-b15a-5ebf461fa8c1" %}
{% set image_alt = "A photo of my desk setup, including a Mac mini, Dell monitor, Anglepoise lamp, and my IKEA Bekant sit-stand desk." %}
{% include "components/image.njk" %}
Expand Down

0 comments on commit e76530f

Please sign in to comment.