Looking for Recommendations on Static Site Generators for a Parrot Owners Website

0
7
Asked By BirdLover89 On

Hey everyone! I'm diving into a personal project to create a static website specifically for Parrot Owners, and I'll be hosting it on GitHub Pages. As a backend developer, I want to ensure it's user-friendly, especially for seniors who might struggle with navigation. The site will cover various topics like Diet, Household Dangers, Veterinary Care, and more. I'd love some suggestions for static site generators that can help me create a modern, simple, and mobile-friendly site without overwhelming coding or complex frameworks. I've previously tried Docusaurus but found it limited for my needs, while Gatsby was way too complicated. If you think a no-code option is better, I'm open to hearing about that too, but I'd prefer not to spend money on subscriptions. Thanks for your help!

5 Answers

Answered By WingedExplorer On

If you’re looking for something modern, Astro is a good option. It’s designed for speed and ease of use, plus it's really flexible for static site generation.

Answered By CodeCrafter On

You could also roll your own solution using Vue with Vite and the vite-ssg plugin to generate static files, but that might be more coding than you're looking for.

Answered By DevHatchling On

You might want to check out Eleventy. It's a super simple static site generator built in JavaScript and really easy to use. Plus, it has great documentation. Definitely worth a look!

Answered By FeatheredFriend On

Hugo could be a solid choice. It’s very user-friendly, especially if you're okay using existing themes. You mainly need to know Markdown for content, and it has a great community backing it up.

Answered By MarkDownDude On

I’d say go with Astro or stick with Eleventy. Both options are light on complexity but powerful enough for your needs, especially for a straightforward educational site like yours.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.