Skip to content

Commit

Permalink
Merge pull request #1 from jupyter-book/agoose77/chore-stand-up-blog
Browse files Browse the repository at this point in the history
⛵ Stand up machinery to pull in posts
  • Loading branch information
agoose77 authored Nov 11, 2024
2 parents 2ac8367 + 528de66 commit 2aa33cd
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions myst.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# See docs at: https://mystmd.org/guide/frontmatter
version: 1
extends:
- https://raw.githubusercontent.com/jupyter-book/meta/refs/heads/main/myst.yml
project:
title: 'Jupyter Book: Blog'
description: Updates from the Jupyter Book subproject.
Expand All @@ -12,16 +14,9 @@ project:
license: CC0-1.0
toc:
- file: index.md
- title: Posts
children:
- pattern: posts/*.md
site:
template: book-theme
nav: []
actions:
- title: Jupyter Book
url: https://jupyterbook.org
- title: MyST Markdown
url: https://mystmd.org
options:
favicon: images/favicon.png
logo: images/logo-wide.svg
logo_dark: images/logo-wide-dark.svg
logo_text: Blog

0 comments on commit 2aa33cd

Please sign in to comment.