Skip to content
Merged
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
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,9 @@ Please explore [the site](https://pyopensci.org). If you find a typo, bug or iss

## Next Steps

If you are interested in contributing to pyOpenSci, start with
[**CONTRIBUTING.md**](./CONTRIBUTING.md) — local setup, website development,
and how to add a multi-page **documentation book** (`layout: docs`) on the Hugo
site.
If you are interested in contributing to pyOpenSci, check out our [**CONTRIBUTING guide**](./CONTRIBUTING.md) for an overview of the types of contributions that we welcome. and our DEVELOPMENT.md for instructions on how to set up the website locally and make changes.

For organization-wide norms, see
For organization-wide guidelines, see
[**pyOpenSci's organization-wide contributing guide**](https://www.pyopensci.org/handbook/CONTRIBUTING.html).

## Installation and development
Expand Down Expand Up @@ -48,7 +45,7 @@ root (`content/`, `data/`, `themes/clean-hugo/`).
hugo server --disableFastRender
```

Use `--disableFastRender` while editing layouts or CSS so changes rebuild reliably.
Use `--disableFastRender` while editing layouts or CSS so changes rebuild in real time as you work on the site locally.

4. Open [http://localhost:1313/](http://localhost:1313/) in your browser.

Expand Down
6 changes: 3 additions & 3 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ current_project:
quote: |
Gen AI reminds us that the centerpiece of open source is building community around a specific problem. AI may add functionality — but it cannot replace the context and judgment of a diverse and engaged community."
cite: Eliot Robson, pyOpenSci Peer Review Lead
#cta_prompt: Interested in contributing to this research?
button_label: Get involved
# button_url: "/your-destination-path/" # uncomment when the CTA link is ready
cta_prompt: Interested in contributing to this research?
button_label: Sign Up to Get involved
button_url: "https://forms.gle/yTNXwQWQC4dLvErB7"
upcoming_events:
title: Where you can find us
limit: 3
Expand Down
2 changes: 0 additions & 2 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,6 @@ buildFuture = true
url = '/our-community/'
parent = 'Community'
weight = 1
[menu.main.params]
icon = 'fa-brands fa-discourse'

[[menu.main]]
name = 'Handbook'
Expand Down
Loading