DEV Community

Discussion on: 3 Steps to Create a Site/Blog with Jekyll and Github Pages

Collapse
 
supunkavinda profile image
Supun Kavinda
function getBlogType(isTechBlog) {
  return isTechBlog ? ['jekyll', 'gatsby', 'hexo'] : 'wordpress';
}

😊

Collapse
 
supunkavinda profile image
Supun Kavinda

tbh, this is not always correct. There are many non-tech blogs that run on static generators.