Skip to content

Update hugo to 0.115.4 #649

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 8 commits into from
Aug 1, 2023
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
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
branch: main
cname: numpy.org
repo: numpy/numpy.github.com
hugoVersion: extended_0.104.3
hugoVersion: extended_0.115.4
17 changes: 10 additions & 7 deletions config.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,24 @@ languages:
title: NumPy
weight: 1
contentDir: content/en
< content/en/config.yaml >
< content/en/tabcontents.yaml >

include-files:
- content/en/config.yaml
- content/en/tabcontents.yaml

# Portuguese
pt:
title: NumPy
weight: 2
contentDir: content/pt
< content/pt/config.yaml >
< content/pt/tabcontents.yaml >
include-files:
- content/pt/config.yaml
- content/pt/tabcontents.yaml

# Japanese
ja:
title: NumPy
weight: 3
contentDir: content/ja
< content/ja/config.yaml >
< content/ja/tabcontents.yaml >
include-files:
- content/ja/config.yaml
- content/ja/tabcontents.yaml
98 changes: 49 additions & 49 deletions content/en/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ params:
text: The core of NumPy is well-optimized C code. Enjoy the flexibility of Python with the speed of compiled code.
- title: Easy to use
text: NumPy's high level syntax makes it accessible and productive for programmers from any background or experience level.

tabs:
title: ECOSYSTEM
section5: false

section5: false

navbar:
navbar:
- title: Install
url: /install
- title: Documentation
Expand All @@ -84,50 +84,50 @@ navbar:
url: /news
- title: Contribute
url: /contribute
footer:
logo: logo.svg
socialmediatitle: ""
socialmedia:
- link: https://github.com/numpy/numpy
icon: github
- link: https://www.youtube.com/channel/UCguIL9NZ7ybWK5WQ53qbHng
icon: youtube
- link: https://twitter.com/numpy_team
icon: twitter
quicklinks:
column1:
title: ""
links:
- text: Install
link: /install
- text: Documentation
link: https://numpy.org/doc/stable
- text: Learn
link: /learn
- text: Citing Numpy
link: /citing-numpy
- text: Roadmap
link: https://numpy.org/neps/roadmap.html
column2:
links:
- text: About us
link: /about
- text: Community
link: /community
- text: User surveys
link: /user-surveys
- text: Contribute
link: /contribute
- text: Code of conduct
link: /code-of-conduct
column3:
links:
- text: Get help
link: /gethelp
- text: Terms of use
link: /terms
- text: Privacy
link: /privacy
- text: Press kit
link: /press-kit

footer:
logo: logo.svg
socialmediatitle: ""
socialmedia:
- link: https://github.com/numpy/numpy
icon: github
- link: https://www.youtube.com/channel/UCguIL9NZ7ybWK5WQ53qbHng
icon: youtube
- link: https://twitter.com/numpy_team
icon: twitter
quicklinks:
column1:
title: ""
links:
- text: Install
link: /install
- text: Documentation
link: https://numpy.org/doc/stable
- text: Learn
link: /learn
- text: Citing Numpy
link: /citing-numpy
- text: Roadmap
link: https://numpy.org/neps/roadmap.html
column2:
links:
- text: About us
link: /about
- text: Community
link: /community
- text: User surveys
link: /user-surveys
- text: Contribute
link: /contribute
- text: Code of conduct
link: /code-of-conduct
column3:
links:
- text: Get help
link: /gethelp
- text: Terms of use
link: /terms
- text: Privacy
link: /privacy
- text: Press kit
link: /press-kit
Loading