Replies: 2 comments 5 replies
-
|
Hi @mbridon. I suspect the reason you are struggling in this case and not with your other Pelican-powered web site is because in this case you are migrating from Jekyll. If I were you, I would change my approach a bit and start by generating a fresh project using In any case, it seems you are expecting Pelican to mirror your
That is the anticipated behavior, because you (1) are putting a static page outside the default If you don't have any chronological content (e.g., blog articles), I would start by moving everything in Those are just some initial comments based on a cursory examination of your project. Hope it helps! |
Beta Was this translation helpful? Give feedback.
-
|
Thank you, now I'm searching how to not have all pages listed at the bottom of the page 😕 On my other Pelican-powered website, I have a home page as well as other pages accessible from it. I pushed a copy of the git repo for my website on gitlab.com: https://gitlab.com/mbridon/mathieu.daitauha.fr This way you can have a quick look at it and tell me how I actually managed to do that, because I can't actually remember 😢 (in 2020 I caught a bad flu which attacked my brain and spinal chord, leaving me paraplegic with cognitive issues and a terrible memory 😭), so I'd have to reverse-engineer how this thing even works, which I'll try do as time permits but any tip would help greatly. Just don't spend too much time on this though, I don't want to hog all your time. 😉 |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
I have an existing website built with Jekyll, and served on gitlab.freedesktop.org, the source code being here.
I only installed
pelican[markdown], and didn't do much more.When I run
pelican --autoreload --listen --debug, I get the default page, but I can't find any of my pages, even though I moved them all in thecontent/folder.I have my own
content/index.md, but that's not what I see in my browser, instead I see what seems to be the default Pelican index. 😕I probably missed something at some point, but I can't find what. 🤔
What I really find puzzling is that I already have a Pelican-based website (my own: https://mathieu.daitauha.fr) and I don't remember having ever struggled so much. 😕
You can find my current experiments in the
pelicanbranch on https://gitlab.freedesktop.org/cangjie/cangjie.pages.freedesktop.org/.Beta Was this translation helpful? Give feedback.
All reactions