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'),
ProjectTemplate.new('nfgitbook','Netlify/GitBook',_('A GitBook site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features.'),'https://gitlab.com/pages/nfgitbook','illustrations/logos/netlify.svg'),
ProjectTemplate.new('nfhexo','Netlify/Hexo',_('A Hexo site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features.'),'https://gitlab.com/pages/nfhexo','illustrations/logos/netlify.svg')
ProjectTemplate.new('nfhexo','Netlify/Hexo',_('A Hexo site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features.'),'https://gitlab.com/pages/nfhexo','illustrations/logos/netlify.svg'),
ProjectTemplate.new('serverless_framework','Serverless Framework/JS',_('A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages'),'https://gitlab.com/gitlab-org/project-templates/serverless-framework','illustrations/logos/serverless_framework.svg')
msgid "A Let's Encrypt account will be configured for this GitLab installation using your email address. You will receive emails to warn of expiring certificates."
msgstr ""
msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages"
msgstr ""
msgid "A default branch cannot be chosen for an empty project."
@@ -22,7 +22,8 @@ describe Gitlab::ProjectTemplate do
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'),
described_class.new('nfgitbook','Netlify/GitBook',_('A GitBook site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features.'),'https://gitlab.com/pages/nfgitbook'),
described_class.new('nfhexo','Netlify/Hexo',_('A Hexo site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features.'),'https://gitlab.com/pages/nfhexo')
described_class.new('nfhexo','Netlify/Hexo',_('A Hexo site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features.'),'https://gitlab.com/pages/nfhexo'),
described_class.new('serverless_framework','Serverless Framework/JS',_('A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages'),'https://gitlab.com/gitlab-org/project-templates/serverless-framework','illustrations/logos/serverless_framework.svg')