up to you!! i mostly did it bc i tend to reuse the exact same layout on every page, so it cut out the 'copy and paste/rely on javascript to copy and paste the same header/footer everywhere'
an ssg is a static site generator! it takes a template and markdown files to generate a website in a more automatic way. as zhongvie said, it's awesome for those who have the same layout on multiple pages
up to you!! i mostly did it bc i tend to reuse the exact same layout on every page, so it cut out the 'copy and paste/rely on javascript to copy and paste the same header/footer everywhere'
whats an SSG?
I also want to know what is a SSG
an ssg is a static site generator! it takes a template and markdown files to generate a website in a more automatic way. as zhongvie said, it's awesome for those who have the same layout on multiple pages