The new Games by Tim website
Mon Jun 15, 2020 12:15 pm
Last night, I launched a massive overhaul of the Games by Tim website.
The new Games by Tim website is open source on GitHub. You're more than welcome to peruse the source code here.
Thank you all for motivating me to continue working on Games by Tim. I hope you enjoy the new website!
I completely rewrote the site from the ground up, switching from Blogger to Gatsby. Gatsby is a static site generator that uses React, a JavaScript framework, to build interfaces. Compared to Blogger, Gatsby allows for a far more flexible website. It also incorporates modern techniques that enhance site performance, accessibility, and search engine optimization (SEO).
What's more, the new site is fully responsive for mobile devices. Each project has a dedicated page instead of a blog post. There's even a dark mode, too!
The new Games by Tim website is open source on GitHub. You're more than welcome to peruse the source code here.
Thank you all for motivating me to continue working on Games by Tim. I hope you enjoy the new website!
Re: The new Games by Tim website
Tue Jun 16, 2020 3:40 am
Well done on the new website Tim. Looks great!
Re: The new Games by Tim website
Tue Jun 16, 2020 1:01 pm
Thanks, John! I liked your idea of placing the project screenshot and download links side by side.
In the future, I hope to add search filters, kind of like how you're categorizing your games.
In the future, I hope to add search filters, kind of like how you're categorizing your games.
Re: The new Games by Tim website
Thu Jun 18, 2020 12:17 am
Nice new site! I'll have to take a look at Gatsby. Is it pretty great, Tim?
Re: The new Games by Tim website
Thu Jun 18, 2020 1:39 pm
Gatsby's great for building websites from the ground up, as you get to code exactly how the site looks like and get speed optimizations tedious to write manually (like code minification and images that load/blur up as you scroll down to them). I also don't need to write code to create project pages and blog posts. I use the the service Forestry to fill in text fields, and Gatsby takes care of the rest. Unlike services like WordPress, Wix, and Squarespace, you don't have to pay a dime to host a Gatsby site, or worry about unwanted ads in a free tier.
Gatsby isn't for everyone though. There's definitely a higher learning curve compared to services where it's not necessary to code. Changes you make to the site don't apply immediately since you have to compile Gatsby sites first (which is what provides the speed optimizations). And since Gatsby sites are static, you'll likely need 3rd party services to add interactive elements like comment threads and forums.
I got started with Gatsby with this YouTube tutorial.
Gatsby isn't for everyone though. There's definitely a higher learning curve compared to services where it's not necessary to code. Changes you make to the site don't apply immediately since you have to compile Gatsby sites first (which is what provides the speed optimizations). And since Gatsby sites are static, you'll likely need 3rd party services to add interactive elements like comment threads and forums.
I got started with Gatsby with this YouTube tutorial.
Permissions in this forum:
You cannot reply to topics in this forum