Skip to content

Use markdown links #146

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 23, 2024
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
6 changes: 6 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ disableKinds: ["term", "taxonomy"]
markup:
highlight:
noClasses: false
goldmark:
renderer:
unsafe: true
renderHooks:
link:
enableDefault: true

params:
description: "Documentation for the Scientific Python community."
Expand Down
3 changes: 1 addition & 2 deletions content/about/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ Community members must adhere to our [code of conduct](https://scientific-python

# People

For more information, see our
[governance and decision making process]({{< relref "/about/governance" >}}).
For more information, see our [governance and decision making process](/about/governance).
12 changes: 6 additions & 6 deletions content/community/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ shortcutDepth: 2

Welcome to the Community Managers Guide! Here you will find useful resources that will help you foster your community better.

- [Community Manager Role]({{< relref "/community/role" >}})
- [Skills and Techniques]({{< relref "/community/skills" >}})
- [Community Meetings]({{< relref "/community/community-meetings" >}})
- [Community Outreach]({{< relref "/community/community-outreach" >}})
- [Onboarding]({{< relref "/community/onboarding" >}})
- [Project Management]({{< relref "/community/project-management" >}})
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe relref is checked against the files in the repo, while the markdown one is not? Plus it will render out to the final URL, which this is truly just a relative HTML link?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a new Hugo feature enabled by render hooks.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're trying to see how/whether it works.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahh, okay.

- [Community Manager Role](/community/role)
- [Skills and Techniques](/community/skills)
- [Community Meetings](/community/community-meetings)
- [Community Outreach](/community/community-outreach)
- [Onboarding](/community/onboarding)
- [Project Management](/community/project-management)
6 changes: 3 additions & 3 deletions content/maintainers/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ This is a draft document.

The scientific Python ecosystem welcomes your expertise and enthusiasm!

- [Interacting With New Contributors]({{< relref "/maintainers/interacting-with-new-contributors" >}})
- [Managing conflict]({{< relref "/maintainers/managing-conflict" >}})
- [Project Meetings Guide]({{< relref "/maintainers/meeting_types" >}})
- [Interacting With New Contributors](/maintainers/interacting-with-new-contributors)
- [Managing conflict](/maintainers/managing-conflict)
- [Project Meetings Guide](/maintainers/meeting_types)
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build.environment]
PYTHON_VERSION = "3.8" # netlify currently only support 2.7 and 3.8
HUGO_VERSION = "0.123.0"
HUGO_VERSION = "0.123.2"
DART_SASS_VERSION = "1.70.0"
DART_SASS_URL = "https://github.com/sass/dart-sass/releases/download/"

Expand Down