Replies: 1 comment
-
Can you explain better what do you want to achieve with a complete code example? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How would I go about creating a single page site with Pelican?
This is for a portfolio, so my page would have sections with anchor pages: about, project 1, project 2, etc.
Ideally I generate an index page from different markdown files, 1 for each section.
So about.md, project1.md >> all their content goes in a single template.
Two questions:
Or is Pelican not the right tool for that?
Beta Was this translation helpful? Give feedback.
All reactions