Skip to content
Open
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: 0 additions & 2 deletions content/blog/anscombes-quartet/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ people:
date: '2024-07-02'
image: ruthson-zimmerman-FVwG5OzPuzo-unsplash.jpg
image-alt: Hands typing on a laptop showing a data dashboard on the screen
ported_from: plotnine
source: plotnine
port_status: in-progress
topics:
- Visualization
software: ["plotnine"]
Expand Down
4 changes: 2 additions & 2 deletions scripts/extract-blog-metadata.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ library(jsonlite)
posts_dir <- "content/blog"
source_extensions <- c(".qmd", ".Rmd", ".Rmarkdown", ".ipynb")

# Find all index.md files in blog post directories
# Find all published blog post files (.md, .markdown, or .html with frontmatter)
md_files <- list.files(

posts_dir,
pattern = "^index\\.(md|markdown)$",
pattern = "^index\\.(md|markdown|html)$",

recursive = TRUE,
full.names = TRUE
Expand Down
Loading