nditcommunity / nditcommunity.github.io

Website for Neurodiversity In Tech
https://nditcommunity.github.io
MIT License
1 stars 1 forks source link

convert to SSG #53

Closed royemosby closed 5 months ago

royemosby commented 5 months ago

Enhancement - Convert Site Build to SSG

Description

Converts site to use 11ty.

Please include a summary of the change and which issue is fixed.

Type of change

Change log

Testing

Checklist

netlify[bot] commented 5 months ago

Deploy Preview for ndit-staging ready!

Name Link
Latest commit c17b0b3c47d8ba6c11a7f58d1a249d1647b47812
Latest deploy log https://app.netlify.com/sites/ndit-staging/deploys/662ea6f45c846c00086da7ee
Deploy Preview https://deploy-preview-53--ndit-staging.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

royemosby commented 5 months ago

@marcusolsson

I think this is great as a base to build upon. First time hearing about Liquid though. What's the benefits over something like Nunjucks and Handlebars?

I don't think any one of the templating languages have much of an advantage over the other. This is one of those cases where the same type of tech was developed by different groups to satisfy their needs rather than coalescing around 1 tool.

My own use of Liquid is simply based on familiarity - it was the default templating for Jekyll when I started web dev and I have not had a reason to reach for anything else in JS. If you prefer another templating language, we can definitely go that way.

marcusolsson commented 5 months ago

It was the only one I hadn't heard of before so just curious. I don't mind it, especially if you're already familiar with it. As you say, they're all pretty similar.