diff --git a/README.md b/README.md index c826dffe7e..305967d266 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ You can make your own version of this site and deploy it to GitHub Pages for use 💡 You can use the site with the following Fastly starter kits: * [11ty feed page](https://github.com/glitchdotcom/11ty-feed) to build an HTML page from the JSON feed -* [Hit counter](https://github.com/glitchdotcom/hit-counter/) to count hits and make a stats page with KV Store +* [Hit counter](https://github.com/fastly/hit-counter/) to count hits and make a stats page with KV Store * [Feed and hit counter](https://github.com/glitchdotcom/11ty-feed-hits/) to combine the hit counter and feed > This repo is a fork of the [Eleventy Base Blog](https://demo-base-blog.11ty.dev/) – readme for it included below... @@ -114,7 +114,6 @@ Or you can run [debug mode](https://www.11ty.dev/docs/debugging/) to see all the - [Netlify](https://eleventy-base-blog.netlify.app/) - [Vercel](https://demo-base-blog.11ty.dev/) - [Cloudflare Pages](https://eleventy-base-blog-d2a.pages.dev/) -- [Remix on Glitch](https://glitch.com/~11ty-eleventy-base-blog) - [GitHub Pages](https://11ty.github.io/eleventy-base-blog/) ## Deploy this to your own site diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000000..1c88869251 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,13 @@ +## Report a security issue + +The project team welcomes security reports and is committed to providing prompt attention to security issues. Security +issues should be reported privately via [Fastly’s security issue reporting process](https://www.fastly.com/security/report-security-issue). + +## Security advisories + +Remediation of security vulnerabilities is prioritized by the project team. The project team endeavors to coordinate +remediation with third-party stakeholders, and is committed to transparency in the disclosure process. The team announces +security issues via [GitHub](https://github.com/fastly/my-site/releases) on a best-effort basis. + +Note that communications related to security issues in Fastly-maintained OSS as described here are distinct from +[Fastly Security Advisories](https://www.fastly.com/security-advisories). diff --git a/_data/metadata.js b/_data/metadata.js index 8dcf0a60e6..9219474dd2 100644 --- a/_data/metadata.js +++ b/_data/metadata.js @@ -1,6 +1,6 @@ export default { title: "Eleventy Base Blog 🤝 Fastly Compute", - url: "https://glitchdotcom.github.io/my-site/", + url: "https://fastly.github.io/my-site/", language: "en", description: "An example 11ty blog website for experimenting with Fastly Compute.", author: { diff --git a/_includes/layouts/home.njk b/_includes/layouts/home.njk index d429c4bf9e..fac954f7d2 100644 --- a/_includes/layouts/home.njk +++ b/_includes/layouts/home.njk @@ -4,7 +4,7 @@ layout: layouts/base.njk {%- css %}{% include "public/css/message-box.css" %}{% endcss %}
-

This is a sample website for experimenting with Fastly Compute – it's a clone of the Eleventy Base Blog with some tweaks for building apps to enhance the UX at the network edge.

+

This is a sample website for experimenting with Fastly Compute – it's a clone of the Eleventy Base Blog with some tweaks for building apps to enhance the UX at the network edge.

diff --git a/eleventy.config.js b/eleventy.config.js index 89979a131c..d21831a16e 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -64,7 +64,7 @@ export default async function(eleventyConfig) { language: "en", title: "Blog Title", subtitle: "This is a longer description about your blog.", - base: "https://glitchdotcom.github.io/", + base: "https://fastly.github.io/", author: { name: "Your Name" }