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
You can find a complete list of searchable topics in [`search-topics.yaml`](/src/data/search-topics.yaml). When a [topic](https://github.com/blog/2309-introducing-topics) is added to an Esri repository, it will be reflected in search immediately.
9
+
You can find a complete list of searchable topics in [`search-topics.yml`](src/data/search-topics.yml). When a [topic](https://github.com/blog/2309-introducing-topics) is added to an Esri repository, it will be reflected in search immediately.
10
10
11
11
## Development
12
12
13
13
The website is generated using the open source static site generator [`acetate`](https://github.com/patrickarlt/acetate) and styled with the help of [`calcite-web`](https:esri.github.io/calcite-web/).
14
14
15
15
1. Fork and clone the project
16
-
2. Install the [`package.json`](https://github.com/Esri/esri.github.io/blob/master/package.json) dependencies by running `npm install`
16
+
2. Install the [`package.json`](package.json) dependencies by running `npm install`
17
17
3. Run `npm start`. This will generate built pages in memory, launch the site on http://localhost:8000 and watch the raw source for changes.
18
18
4. To create a build that will be saved to disk, use `grunt build`
19
19
20
20
## Architecture
21
21
22
-
Information for the case studies and featured projects can be found in [`projects.yml`](/src/data/projects.yaml)
22
+
Information for the case studies and featured projects can be found in [`projects.yml`](src/data/projects.yml)
23
23
24
24
```yaml
25
25
- title: R Analysis
@@ -31,9 +31,9 @@ Information for the case studies and featured projects can be found in [`project
31
31
stars: 47
32
32
```
33
33
34
-
Templated markup for the featured content is located in [`_macros.html`](/src/layouts/_macros.html)
34
+
Templated markup for the featured content is located in [`_macros.html`](src/layouts/_macros.html)
35
35
36
-
For example, below we define a loop to generate 24 cards using information from `projects.yaml`
36
+
For example, below we define a loop to generate 24 cards using information from `projects.yml`
0 commit comments