Skip to content

Blogging with jupyterbook #1009

Answered by choldgraf
CalMacCQ asked this question in General
Apr 28, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

If you're comfortable with Sphinx already you could always use ablog directly in a Sphinx site. For one example see my repository:

https://github.com/choldgraf/choldgraf.github.io

Here's the blog folder with content

https://github.com/choldgraf/choldgraf.github.io/tree/main/blog

And here is the conf.py - all the variables starting with ablog are configuring the blog. See this section:

https://github.com/choldgraf/choldgraf.github.io/blob/aabaf19a91abe980e7581611b228c1fd6c17b5bf/conf.py#L107

You can also add ablog components to the sidebars like here:

https://github.com/choldgraf/choldgraf.github.io/blob/aabaf19a91abe980e7581611b228c1fd6c17b5bf/conf.py#L70

To do this in jupyter book you co…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@CalMacCQ
Comment options

Answer selected by CalMacCQ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants