this post was submitted on 20 Jun 2023
3 points (100.0% liked)

Swift

364 readers
2 users here now

This group focus on the content related to the development of Apple Eco-system software. So feel free to share and talk about, for example;

founded 1 year ago
MODERATORS
 

I have used a few SSG framework such as Next and Hugo, and my personal blog is built by Hugo which is based on GO programming language.

IME i've noticed the majority of SSG are based on Javascript and Typescript for some reason.

Never thought of Swift as an SSG, but it sounds interesting for me to play with and built a blog or something, and maybe even migrate my current blog to a swift-based SSG if they are as good as, say, Hugo.

Do you guys have any experience with Swift-SSG?

Edit: typos

top 3 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 1 year ago (1 children)

I might take a look at this to build something for myself. I saw some comments saying Hugo is “pain and frustration” to work with.

[–] [email protected] 2 points 1 year ago (1 children)

IME to build a site with Hugo is much easier than all other SSGs, specially the JS/TS-based SSGs i find them much harder and complicated to work with. Also, Hugo seems to be much popular with blogs and there are many ready and free to use themes which you can use them as start point then customise from there.

[–] [email protected] 2 points 1 year ago

Yeah, I settled with Jekyll as it also has multiple themes and seems pretty easy to setup in many operating systems.