diff --git a/templates/astro/devscard/docs/SUMMARY.md b/templates/astro/devscard/docs/SUMMARY.md index a98237f2..ac18aff3 100644 --- a/templates/astro/devscard/docs/SUMMARY.md +++ b/templates/astro/devscard/docs/SUMMARY.md @@ -11,5 +11,4 @@ ## External links -- [Example resume](https://devscard.netlify.app) - [GitHub repository](https://github.com/KonradSzwarc/devscard) diff --git a/templates/astro/devscard/docs/setup-guide.md b/templates/astro/devscard/docs/setup-guide.md index be291cdc..c2eb7070 100644 --- a/templates/astro/devscard/docs/setup-guide.md +++ b/templates/astro/devscard/docs/setup-guide.md @@ -37,34 +37,3 @@ To fill the CV with your data, go to the `src/data` directory. There you should Within the main section, you will find an `action` property. It allows you to provide a pdf resume to download. If you don't have one, feel free to use our CV generator by invoking `npm run generate-pdf`. Generated resume will be placed in `public/cv.pdf` and use the same data as the web one. You can learn more about PDF generation [here](./pdf-generation.md). -## 4. Deploy to Netlify - -{% hint style="info" %} -As the resume is entirely static, you can deploy it to any hosting provider. In this guide, we use Netlify as it's free and easy to set up. -{% endhint %} - -1\. Create a commit for your CV updates and push it to GitHub. - -2\. Create a [Netlify](https://www.netlify.com/) account. - -3\. Go to the "Sites" tab and choose "Import from Git". - -
- -4\. Connect Netlify with your GitHub account. - -
- -5\. Pick a repository with your forked project - -
- -6\. On the last step, go with the default settings suggested by Netlify and click "Deploy site". - -
- -7\. After around one minute, your resume will be live 🎉 - -
- -From now on, each push to `main` branch will cause redeploy of the Netlify website. You may want to go to the "Site settings" tab to update your site name or even [set up your domain](https://youtu.be/bY7Tkh9Vz8I). diff --git a/templates/astro/sanity-astro-clean/astro.config.mjs b/templates/astro/sanity-astro-clean/astro.config.mjs index 4c42a3ec..5e83777b 100644 --- a/templates/astro/sanity-astro-clean/astro.config.mjs +++ b/templates/astro/sanity-astro-clean/astro.config.mjs @@ -15,9 +15,8 @@ import sanity from "@sanity/astro"; const projectId = PUBLIC_SANITY_STUDIO_PROJECT_ID || PUBLIC_SANITY_PROJECT_ID; const dataset = PUBLIC_SANITY_STUDIO_DATASET || PUBLIC_SANITY_DATASET; -// Change this depending on your hosting provider (Vercel, Netlify etc) +// Change this depending on your hosting provider // https://docs.astro.build/en/guides/server-side-rendering/#adding-an-adapter -import vercel from "@astrojs/vercel/serverless"; // https://astro.build/config export default defineConfig({ diff --git a/templates/eleventy/eleventy-11st-starter-kit/package.json b/templates/eleventy/eleventy-11st-starter-kit/package.json index cb8540bc..f6a52c9f 100644 --- a/templates/eleventy/eleventy-11st-starter-kit/package.json +++ b/templates/eleventy/eleventy-11st-starter-kit/package.json @@ -30,7 +30,7 @@ "bugs": { "url": "https://github.com/stefanfrede/11st-starter-kit/issues" }, - "homepage": "https://11st-starter-kit.netlify.app", + "homepage": "https://wfp2iybds9.map.azionedge.net", "lint-staged": { "*.html": "prettier --write", "*.css": "stylelint --cache --fix", diff --git a/templates/eleventy/eleventy-mobile11ty/404.md b/templates/eleventy/eleventy-mobile11ty/404.md index 8b9aeea1..404991b7 100644 --- a/templates/eleventy/eleventy-mobile11ty/404.md +++ b/templates/eleventy/eleventy-mobile11ty/404.md @@ -9,9 +9,4 @@ Go home. {# Read more: https://www.11ty.dev/docs/quicktips/not-found/ - -This will work for both GitHub pages and Netlify: - -* https://help.github.com/articles/creating-a-custom-404-page-for-your-github-pages-site/ -* https://www.netlify.com/docs/redirects/#custom-404 #} diff --git a/templates/eleventy/eleventy-mobile11ty/posts/host.md b/templates/eleventy/eleventy-mobile11ty/posts/host.md index aac09850..20dae820 100644 --- a/templates/eleventy/eleventy-mobile11ty/posts/host.md +++ b/templates/eleventy/eleventy-mobile11ty/posts/host.md @@ -13,10 +13,7 @@ tags: - deploy eleventy - Static host - github - - heroku - - firebase - - surge - - netlify + - azion layout: layouts/post.njk --- @@ -26,13 +23,7 @@ After your project work is finished, then you can deploy to static hosts, there The following is a static list of hosting that is commonly used for site deployment. -+ [Netlify](https://www.netlify.com/) -+ [Vercel](https://vercel.com) -+ [Heroku](https://heroku.com) -+ [Firebase](https://firebase.google.com/) -+ [Cloudflare](https://cloudflare.com/) -+ [Surge](https://surge.sh/) -+ [Github]() ++ [Azion](https://www.azion.com/) Please read the documentation on each vendor's site above to get your site online diff --git a/templates/eleventy/eleventy-photo-gallery/src/404.njk b/templates/eleventy/eleventy-photo-gallery/src/404.njk index b0210aa3..da865d8b 100644 --- a/templates/eleventy/eleventy-photo-gallery/src/404.njk +++ b/templates/eleventy/eleventy-photo-gallery/src/404.njk @@ -1,7 +1,7 @@ --- title: Oops, Page Not Found! meta_desc: Oh no! You have requested a page that does not exist. -url: https://eleventy-gallery.netlify.app +url: https://f1dp73qktv.map.azionedge.net img: /images/highway-water.jpg alt: Terrace outside shop window with green plants and pink tree on night street cardType: summary_large_image diff --git a/templates/eleventy/eleventy-photo-gallery/src/about.njk b/templates/eleventy/eleventy-photo-gallery/src/about.njk index 186d379f..3809ac7d 100644 --- a/templates/eleventy/eleventy-photo-gallery/src/about.njk +++ b/templates/eleventy/eleventy-photo-gallery/src/about.njk @@ -1,7 +1,7 @@ --- title: About - Eleventy Photo Gallery meta_desc: A page about John Smith, and photography. This template is currently the default version so add your own about me page info here. -url: https://eleventy-gallery.netlify.app/about +url: https://f1dp73qktv.map.azionedge.net/about img: /images/terrace-window.jpg alt: Terrace outside shop window with green plants and pink tree on night street eleventyNavigation: diff --git a/templates/eleventy/eleventy-photo-gallery/src/feature.njk b/templates/eleventy/eleventy-photo-gallery/src/feature.njk index dcad0432..a567aec7 100644 --- a/templates/eleventy/eleventy-photo-gallery/src/feature.njk +++ b/templates/eleventy/eleventy-photo-gallery/src/feature.njk @@ -4,7 +4,7 @@ pagination: size: 1 alias: image permalink: "/gallery/{{ image.title | slug }}/" -url: https://eleventy-gallery.netlify.app +url: https://f1dp73qktv.map.azionedge.net --- diff --git a/templates/eleventy/eleventy-photo-gallery/src/gallery.njk b/templates/eleventy/eleventy-photo-gallery/src/gallery.njk index c5ae0ef2..9027755f 100644 --- a/templates/eleventy/eleventy-photo-gallery/src/gallery.njk +++ b/templates/eleventy/eleventy-photo-gallery/src/gallery.njk @@ -6,7 +6,7 @@ eleventyNavigation: layout: main.njk permalink: "/gallery/" meta_desc: A collection of images from John Smith's gallery. -url: https://eleventy-gallery.netlify.app/gallery +url: https://f1dp73qktv.map.azionedge.net/gallery img: /images/terrace-window.jpg alt: Terrace outside shop window with green plants and pink tree on night street cardType: summary_large_image diff --git a/templates/gatsby/gatsby-ecommerce-theme/src/pages/how-to-use.js b/templates/gatsby/gatsby-ecommerce-theme/src/pages/how-to-use.js index 53240914..820b56c6 100644 --- a/templates/gatsby/gatsby-ecommerce-theme/src/pages/how-to-use.js +++ b/templates/gatsby/gatsby-ecommerce-theme/src/pages/how-to-use.js @@ -43,9 +43,9 @@ const HowToUsePage = (props) => { (Matter.).

- The Sydney theme is built for Netlify as an ecommerce theme + The Sydney theme is built as an ecommerce theme suitable for JAMStack archtitecture. This theme is free to use - through Netlify’s GitHub account, and can be used with any + and can be used with any ecommerce platform that support a headless architecture.

diff --git a/templates/hugo/hugo-static/themes/ananke/exampleSite/content/en/_index.md b/templates/hugo/hugo-static/themes/ananke/exampleSite/content/en/_index.md index d3fb83eb..375029d9 100644 --- a/templates/hugo/hugo-static/themes/ananke/exampleSite/content/en/_index.md +++ b/templates/hugo/hugo-static/themes/ananke/exampleSite/content/en/_index.md @@ -2,7 +2,6 @@ title: "Ananke: a Hugo Theme" description: "The last theme you'll ever need. Maybe." -# 1. To ensure Netlify triggers a build on our exampleSite instance, we need to change a file in the exampleSite directory. theme_version: '2.8.2' cascade: featured_image: '/images/gohugo-default-sample-hero-image.jpg' diff --git a/templates/hugo/vex-hugo/themes/vex-hugo/README.md b/templates/hugo/vex-hugo/themes/vex-hugo/README.md index 103862e8..cdcf2be6 100644 --- a/templates/hugo/vex-hugo/themes/vex-hugo/README.md +++ b/templates/hugo/vex-hugo/themes/vex-hugo/README.md @@ -75,14 +75,6 @@ $ hugo server --themesDir ../.. Or Check out [Full Documentation](https://docs.gethugothemes.com/vex/?ref=github). - -## ⚙️Deployment and hosting - -[![Deploy to -Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/themefisher/vex-hugo) - -Follow the steps. - ## 🐞Reporting Issues diff --git a/templates/jekyll/supply/_pages/contact.html b/templates/jekyll/supply/_pages/contact.html index c2754da8..23d66fd7 100755 --- a/templates/jekyll/supply/_pages/contact.html +++ b/templates/jekyll/supply/_pages/contact.html @@ -15,7 +15,7 @@ {% include formcarry.html %} {% comment %} -This is an example of how to set up a map, if you uncomment this, the map will work locally and on your own server (AWS, Netlify, etc.) but won't work with GitHub Pages. +This is an example of how to set up a map, if you uncomment this, the map will work locally and on your own server. {% endcomment %} {% leaflet_map {"zoom" : 6 } %} diff --git a/templates/nuxt/nuxt-content-template/nuxt.config.ts b/templates/nuxt/nuxt-content-template/nuxt.config.ts index 586b54a1..08024da0 100644 --- a/templates/nuxt/nuxt-content-template/nuxt.config.ts +++ b/templates/nuxt/nuxt-content-template/nuxt.config.ts @@ -92,6 +92,6 @@ export default defineNuxtConfig({ }, }, image: { - provider: "netlify", // Use your own provider! + provider: "azion", // Use your own provider! }, });