https://github.com/scientific-python/blog.scientific-python.org
Community blog posts on scientific-python.org
https://github.com/scientific-python/blog.scientific-python.org
Last synced: 2 months ago
JSON representation
Community blog posts on scientific-python.org
- Host: GitHub
- URL: https://github.com/scientific-python/blog.scientific-python.org
- Owner: scientific-python
- License: other
- Created: 2022-02-08T23:33:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-12-01T19:21:50.000Z (4 months ago)
- Last Synced: 2025-12-04T09:36:02.543Z (4 months ago)
- Language: Jupyter Notebook
- Homepage: https://blog.scientific-python.org
- Size: 30.5 MB
- Stars: 27
- Watchers: 13
- Forks: 37
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Blog of the Scientific Python community
An open source, _community_ driven blog for the Scientific Python community.
## Call for Contributions
We appreciate and welcome contributions. Head over to our website for more
information on how you can help make a difference!
- For authors:
https://blog.scientific-python.org/about/submit/
- To help review content:
https://blog.scientific-python.org/about/review/
## For blog developers
### Terms
- **summary**: [First paragraph or so](https://gohugo.io/content-management/summaries/) of a blog post.
- **description**: A shorter description of a blog post, used when, e.g., a link to a blog post is shared (many social media sites then render that description in a "card").
### Layouts
- `index.html`: front page
- `posts/list.html`: list of all posts
- `_default/term.html`: posts of a certain #tag
### Partials
Located in `layouts/partials`.
- `posts.html`: list of posts with author and tags
- `posts_with_summary.html`: list of posts, with summary added
- `posts_with_description.html`: lists of posts, with the description added
Lower level partials:
- `post_meta.html`: renders post author, date, and tags
- `post_summary.html`: render post summary
- `post_description.html`: render post description
- `head.html`: header included in each page