Skip to content
This repository was archived by the owner on Feb 18, 2026. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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...
Expand Down Expand Up @@ -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
Expand Down
13 changes: 13 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -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).
2 changes: 1 addition & 1 deletion _data/metadata.js
Original file line number Diff line number Diff line change
@@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion _includes/layouts/home.njk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ layout: layouts/base.njk
<!-- Delete this block, which will also remove the component CSS from the bundle -->
{%- css %}{% include "public/css/message-box.css" %}{% endcss %}
<div class="message-box">
<p>This is a <a href="https://github.com/glitchdotcom/my-site/">sample website</a> for experimenting with <a href="https://www.fastly.com/documentation/guides/compute/">Fastly Compute</a> – it's a clone of the <a href="https://github.com/11ty/eleventy-base-blog">Eleventy Base Blog</a> with some tweaks for building apps to enhance the UX at the network edge.</p>
<p>This is a <a href="https://github.com/fastly/my-site/">sample website</a> for experimenting with <a href="https://www.fastly.com/documentation/guides/compute/">Fastly Compute</a> – it's a clone of the <a href="https://github.com/11ty/eleventy-base-blog">Eleventy Base Blog</a> with some tweaks for building apps to enhance the UX at the network edge.</p>
</div>
<!-- Stop deleting -->

Expand Down
2 changes: 1 addition & 1 deletion eleventy.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down