You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+17-5Lines changed: 17 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2,29 +2,30 @@
2
2
3
3
This is a starter repository to help in implementing the [Open SDG](https://github.com/open-sdg/open-sdg) platform. [See here for documentation](https://open-sdg.readthedocs.io).
4
4
5
-
###Requirements
5
+
## Requirements
6
6
7
7
-[Ruby](https://www.ruby-lang.org/en/) > 3.0
8
8
-[Bundler](https://bundler.io/) > 2.0
9
9
10
-
# Usage
10
+
##Usage
11
11
| Command | Description |
12
12
|---------|-------------|
13
13
|`bundle install`| install the current dependencies |
14
14
|`bundle exec jekyll build`| build the site. dumps to `_site`|
15
15
|`bundle exec jekyll serve`| builds the site and serves it locally |
16
16
17
-
###Publication
17
+
## Publication
18
18
- the static sites created using this repo are configured to be published by pages.cloud.gov via webhooks. For more information on cloud.gov pages visit the [website](https://cloud.gov/pages/)
19
19
20
-
###Requirements
20
+
## Requirements
21
21
22
22
-[Ruby](https://www.ruby-lang.org/en/) = 2.6.0
23
23
-[Bundler](https://bundler.io/) > 2.0
24
24
-[Node](https://nodejs.org/en/download/) > 16.0
25
25
26
26
NOTE: You must build this repo with Ruby 2.6.0.
27
-
### Setup
27
+
28
+
## Setup
28
29
29
30
After you've confirmed the above requirements, all lifecycle operations can be run with NPM scripts (ex. `npm run build`)
30
31
@@ -36,6 +37,17 @@ After you've confirmed the above requirements, all lifecycle operations can be r
36
37
| test | Check for broken internal links |
37
38
| qa | Check for broken external links |
38
39
40
+
## Broken Links
41
+
42
+
We run a [weekly QA cron job](https://github.com/GSA/sdg-indicators-usa/actions/workflows/qa.yml) to test for broken links.
43
+
44
+
Any errors the QA job finds will be added to the [📌 Link Checker Report](https://github.com/GSA/sdg-indicators-usa/issues/1140).
45
+
46
+
False positives, or URLs you wish to ignore can be put in the `.lycheeignore` file. This supports regex matching as well.
47
+
48
+
This job can also be run locally. Install instructions here: https://lychee.cli.rs/installation/
49
+
50
+
Then run with args: `lychee --base=https://sdg.data.gov .`
0 commit comments