Building an iOS app 🍿
🧑💻 | https://gittings.studio |
🍿 | https://getshowcase.app |
🧑💻 | https://gittings.studio |
🍿 | https://getshowcase.app |
My first iOS app. Showcase. Launching July 1.
Track Movies & Shows Fast. Intelligent tracking. Smart alerts. Curated discovery. Beautiful design.
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! ✨
@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
@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!
Can anyone help me with an @eleventy issue? #11ty
https://discord.com/channels/741017160297611315/1083031432710082580