Skip to content

Commit

Permalink
Move custom configuration underneath params, as required by new Hugo
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed Jun 28, 2023
1 parent 0b25bb4 commit f82c2cf
Showing 1 changed file with 55 additions and 55 deletions.
110 changes: 55 additions & 55 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,58 +65,58 @@ languages:

section5: false

navbar:
- title: Install
url: /install
- title: Documentation
url: https://docs.scipy.org/doc/scipy/
- title: Community
url: /community
- title: About Us
url: /about
- title: Contribute
url: /contribute
footer:
logo: logo.svg
socialmediatitle: ""
socialmedia:
- link: https://github.com/scipy/scipy
icon: github
- link: https://twitter.com/SciPy_team
icon: twitter
quicklinks:
column1:
title: ""
links:
- text: Install
link: /install
- text: Documentation
link: https://docs.scipy.org/doc/scipy/
- text: Citing SciPy
link: /citing-scipy
- text: Roadmap
link: https://scipy.github.io/devdocs/dev/roadmap.html
column2:
links:
- text: About Us
link: /about
- text: Community
link: /community
- text: SciPy Conference
link: https://conference.scipy.org/
- text: Contribute
link: /contribute
- text: Code of Conduct
link: https://docs.scipy.org/doc/scipy/dev/conduct/code_of_conduct.html
column3:
links:
- text: FAQ
link: /faq
- text: Get Help
link: /gethelp
- text: Terms of Use
link: /terms
- text: Privacy
link: /privacy
- text: Press Kit
link: /press-kit
navbar:
- title: Install
url: /install
- title: Documentation
url: https://docs.scipy.org/doc/scipy/
- title: Community
url: /community
- title: About Us
url: /about
- title: Contribute
url: /contribute
footer:
logo: logo.svg
socialmediatitle: ""
socialmedia:
- link: https://github.com/scipy/scipy
icon: github
- link: https://twitter.com/SciPy_team
icon: twitter
quicklinks:
column1:
title: ""
links:
- text: Install
link: /install
- text: Documentation
link: https://docs.scipy.org/doc/scipy/
- text: Citing SciPy
link: /citing-scipy
- text: Roadmap
link: https://scipy.github.io/devdocs/dev/roadmap.html
column2:
links:
- text: About Us
link: /about
- text: Community
link: /community
- text: SciPy Conference
link: https://conference.scipy.org/
- text: Contribute
link: /contribute
- text: Code of Conduct
link: https://docs.scipy.org/doc/scipy/dev/conduct/code_of_conduct.html
column3:
links:
- text: FAQ
link: /faq
- text: Get Help
link: /gethelp
- text: Terms of Use
link: /terms
- text: Privacy
link: /privacy
- text: Press Kit
link: /press-kit

0 comments on commit f82c2cf

Please sign in to comment.