ProjectTemplate.new('plainhtml','Pages/Plain HTML',_('Everything you need to create a GitLab Pages site using plain HTML.'),'https://gitlab.com/pages/plain-html'),
ProjectTemplate.new('gitbook','Pages/GitBook',_('Everything you need to create a GitLab Pages site using GitBook.'),'https://gitlab.com/pages/gitbook'),
ProjectTemplate.new('hexo','Pages/Hexo',_('Everything you need to create a GitLab Pages site using Hexo.'),'https://gitlab.com/pages/hexo'),
ProjectTemplate.new('sse_middleman','Static Site Editor/Middleman',_('Middleman project with Static Site Editor support'),'https://gitlab.com/gitlab-org/project-templates/static-site-editor-middleman'),
ProjectTemplate.new('nfhugo','Netlify/Hugo',_('A Hugo site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features.'),'https://gitlab.com/pages/nfhugo','illustrations/logos/netlify.svg'),
ProjectTemplate.new('nfjekyll','Netlify/Jekyll',_('A Jekyll site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features.'),'https://gitlab.com/pages/nfjekyll','illustrations/logos/netlify.svg'),
ProjectTemplate.new('nfplainhtml','Netlify/Plain HTML',_('A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features.'),'https://gitlab.com/pages/nfplain-html','illustrations/logos/netlify.svg'),
@@ -19,6 +19,7 @@ describe Gitlab::ProjectTemplate do
described_class.new('plainhtml','Pages/Plain HTML','Everything you need to get started using a plain HTML Pages site.','https://gitlab.com/pages/plain-html'),
described_class.new('gitbook','Pages/GitBook','Everything you need to get started using a GitBook Pages site.','https://gitlab.com/pages/gitbook'),
described_class.new('hexo','Pages/Hexo','Everything you need to get started using a Hexo Pages site.','https://gitlab.com/pages/hexo'),
described_class.new('sse_middleman','Static Site Editor/Middleman',_('Middleman project with Static Site Editor support'),'https://gitlab.com/gitlab-org/project-templates/static-site-editor-middleman'),
described_class.new('nfhugo','Netlify/Hugo',_('A Hugo site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features.'),'https://gitlab.com/pages/nfhugo'),
described_class.new('nfjekyll','Netlify/Jekyll',_('A Jekyll site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features.'),'https://gitlab.com/pages/nfjekyll'),
described_class.new('nfplainhtml','Netlify/Plain HTML',_('A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features.'),'https://gitlab.com/pages/nfplain-html'),