Ryan Gittings

@ryangittings
33 Followers
40 Following
40 Posts
Designing the web 🫡
Building an iOS app 🍿
🧑‍💻https://gittings.studio
🍿https://getshowcase.app
App icon I designed for @ryangittings ' Showcase: https://getshowcase.app/

My first iOS app. Showcase. Launching July 1.

Track Movies & Shows Fast. Intelligent tracking. Smart alerts. Curated discovery. Beautiful design.

https://getshowcase.app

Built a really cool @eleventy design system boilerplate this week. Very much WIP, but really happy with it so far!

Uses webc and generates everything automatically using a small config.js file per component.

Plans are to open-source it once it's ready! ✨

@eleventy can I become a backer for a year and make an annual payment rather than monthly? ❤️ 11ty and would like to support longer term and with fewer payments. Thanks!

@zachleat @eleventy I'm really pushing the 11ty boat out at the moment... but I'm trying to filter vacancies via serverless and make an API call whilst filtering (for geo-locational searching), is this possible or am I being silly?

https://gist.github.com/ryangittings/69d3c6ad341dfdfac70bb56f4e7f0e37

search.njk

GitHub Gist: instantly share code, notes, and snippets.

Gist
I’m trying to reuse build time cache for serverless. I’m following the docs but for some reason dryRun enforces the cache to be invalidated. Is this expected? Either I’ve misunderstood or the docs need some clarity here! Is there an example repo for this anywhere? @eleventy @zachleat ❤️
@eleventy can’t seem to find an answer from the awesome 11ty community. @zachleat any ideas? Is this possible?

@eleventy I have the following code:

---js
{
layout: "layouts/posts.njk",
title: "Posts",
pagination: {
data: "collections.posts",
reverse: true,
alias: 'posts',
size: 2
},
permalink: {
serverless: "/posts/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}"
}
}
---

However, the pagination is off. It splits up into chunks, but it doesn't seem to realise what page it's on. Any advice here? Thanks as always!

Discord - A New Way to Chat with Friends & Communities

Discord is the easiest way to communicate over voice, video, and text. Chat, hang out, and stay close with your friends and communities.

Discord
@zachleat @eleventy any example code for the new i18n stuff? ❤️https://www.11ty.dev/docs/plugins/i18n/
Internationalization (i18n)

A docs page for Eleventy, a simpler static site generator.

Eleventy