-
Notifications
You must be signed in to change notification settings - Fork 70
blog: pyopensci at scipy 2025 #668
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
Conversation
@@ -0,0 +1,187 @@ | |||
--- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At the top of every blog post we have a yaml section that contains metadata about the post. This might be easier to work on in hackmd.io so i created a file there for you to look at.
title: "pyOpenSci at SciPy 2025 - science, Python and Community" | ||
excerpt: "pyOpenSci is excited to be at SciPy 2025 this year! Find us at our second packaging tutorial, a birds of a feather session and hanging out in sessions where our community members are leading events and talks. Don't forget to join us for our beginner-friendly sprint after the meeting!" | ||
author: "pyopensci" | ||
permalink: /blog/pyopensci-at-scipy-2025.html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For each post we have to generate a link like this - normally it's blog/post-name-here.html
considering SEO when we post
@@ -0,0 +1,187 @@ | |||
--- | |||
layout: single | |||
title: "pyOpenSci at SciPy 2025 - science, Python and Community" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The title of the post is the h1 (heading 1) and will show up at the top of the page.
the excerpt (below) is used for the blog "cards" on the website and search engines often use it as well when they list pages.
author: "pyopensci" | ||
permalink: /blog/pyopensci-at-scipy-2025.html | ||
header: | ||
overlay_image: images/headers/pyopensci-scipy-2025.png |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I made this header in canva quickly. All headers are in the website graphics folder there and should be shared! i made a new graphic called scipy-2025 for this to make it easier to find.
No description provided.