Closed nayaabkhan closed 3 years ago
I don't actually have a paid account at Surge either :) Does this PR play nicely with the redesign work that @llui85 has done in PR #1?
I don't actually have a paid account at Surge either :)
Oh, shoot. Then we can't use ROUTE
file because it seems that's a paid feature. Let me think of something else.
Does this PR play nicely with the redesign work that @llui85 has done in PR #1?
Yes, it is compatible with work done in #1. There will be a few conflicts but I can rebase this work on top of it.
~I'm also thinking of trying a few other SSGs so there's no hurry pulling this.~ ☝🏼 I wanted to give SvelteKit a try but I may not get the time to do this any time soon. Maybe, I'll come around later this week or next week.
Let me think of something else.
So @mszoek, I can think of these:
.html
: I can use the 11ty permalinks to generate URLs just like how they are now.If you ask me, I would recommend switching to Netlify or similar.
I'm totally good to switch to Netlify.
Cool cool... I'm going to merge #1 now because it's way nicer than what I had. I will set up Netlify later today for the future evolution on this branch.
Going to re-open this in another PR based on the recent changes on main
.
This is a minimal 11ty migration. Mainly to make it easy to review. But, we can do a lot more on top of it, like refactor layouts, fetch the changelog from GitHub, etc.
Some important notes:
.html
. But it is recommended not to have extensions in URLs. I've used server redirection using surge'sROUTER
file that will keep current URLs working (e.g., from SEO).ROUTER
file, so please test it for me 😊Closes #3