Skip to content

Commit 4b3c8a8

Browse files
Add releases feed to documentation
1 parent 982035f commit 4b3c8a8

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,14 @@ npm install
3737
npx @11ty/eleventy --serve
3838
```
3939

40-
The site is compiled and deployed with the `eleventy_build.yml` GitHub Action.
40+
The site is compiled and deployed with the `eleventy_build.yml` GitHub Action.
41+
42+
## Subscribe to updates
43+
44+
You can subscribe to the RSS/Atom releases feed to know when the configuration files, documentation, and scripts are updated:
45+
46+
```
47+
https://github.com/corbindavenport/just-the-browser/releases.atom
48+
```
49+
50+
This feed can be used with [Feedly](https://feedly.com/i/subscription/feed%2Fhttps%3A%2F%2Fgithub.com%2Fcorbindavenport%2Fjust-the-browser%2Freleases.atom), [Inoreader](https://www.inoreader.com/?add_feed=https://github.com/corbindavenport/just-the-browser/releases.atom), [The Old Reader](https://theoldreader.com/feeds/subscribe?url=https://github.com/corbindavenport/just-the-browser/releases.atom), [Feedbin](https://feedbin.me/?subscribe=https://github.com/corbindavenport/just-the-browser/releases.atom), or any other reader tool. You can also subscribe to new releases with your GitHub account by clicking the Watch button at the top of the page, then selecting Custom > New releases.

index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,16 @@ The setup script can install the configuration files in a few clicks. You can al
2525
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/corbindavenport/just-the-browser/main/main.sh)"
2626
```
2727

28+
## Subscribe to updates
29+
30+
You can subscribe to the RSS/Atom releases feed to know when there are important changes to the configuration files, documentation, and scripts:
31+
32+
```
33+
https://github.com/corbindavenport/just-the-browser/releases.atom
34+
```
35+
36+
This feed can be used with [Feedly](https://feedly.com/i/subscription/feed%2Fhttps%3A%2F%2Fgithub.com%2Fcorbindavenport%2Fjust-the-browser%2Freleases.atom), [Inoreader](https://www.inoreader.com/?add_feed=https://github.com/corbindavenport/just-the-browser/releases.atom), [The Old Reader](https://theoldreader.com/feeds/subscribe?url=https://github.com/corbindavenport/just-the-browser/releases.atom), [Feedbin](https://feedbin.me/?subscribe=https://github.com/corbindavenport/just-the-browser/releases.atom), or any other reader tool. You can also subscribe to new releases with your GitHub account by clicking the Watch button at the top of the page, then selecting Custom > New releases.
37+
2838
## Download web browsers
2939

3040
Start here if you don't have your preferred web browser installed. You can install the configuration files afterwards.

0 commit comments

Comments
 (0)