-
-
Notifications
You must be signed in to change notification settings - Fork 56
Description
Hi,
This is more of a question rather than a bug report. If preferred I can ask elsewhere instead of raising an issue here.
I'm trying to build and deploy a simple blog using ablog with the pydata sphinx theme. Everything is going well except the links in the built html are broken and I can't seem to fix them.
I have a main blog folder with my conf.py
and an index.rst
file. I have some blog source files in markdown format (I'm using the myst parser).
The built html looks like this
If I click on the links to the different posts I see this page
It seems each post has its own directory and contains a single index.html
file which I did not expect. Clicking on the index.html
link does take me to the expected post.
I suspect something has gone with the file structure of my project. I don't think there should be a new directory for every single blog post with a single index.html
file in each directory.
Any idea what I've done wrong? I'm sure I'm just missing something.
Any help would be appreciated. Thanks in advance.