Skip to content

Commit 3a6af55

Browse files
committed
add new accordion
1 parent ac81694 commit 3a6af55

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

about/contributing.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,18 @@ This site's [visualizations](../../visualize) are governed by several scripts an
190190

191191
{% capture accordionContent %}
192192

193+
* *Organization-specific content to update/replace:* header, footer, favicon, default headers/text in data visualizations, CNAME, README, license, `_config.yml`
194+
* *Content to remove:* RADIUSS (including policies), LLNL news posts
195+
* *Elements to review:* links vis-a-vis GitHub pages base URL structure, Google Analytics setup
196+
197+
See also GitHub's instructions for [creating a template repository](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-template-repository).
198+
199+
{% endcapture %}
200+
{% assign accordionContent = accordionContent | markdownify %}
201+
{% include components/accordion.html title='How do I adapt this website for my own organization?' content=accordionContent %}
202+
203+
{% capture accordionContent %}
204+
193205
## Materials Science Category
194206

195207
Add `Materials Science` into the catalog browse by adding this code (alphabetically among the other categories) to `/visualize/github-data/category_info.json`:

0 commit comments

Comments
 (0)