post-name.html or index.html #67
-
Hi, I am looking for an alternative to Hugo and like the concept of weblorg. Can it be configured to create a folder for each page and create an So:
instead of:
Regards |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @pprevos , thanks for your interest in weblorg, sorry the delay!
And to link to the post page |
Beta Was this translation helpful? Give feedback.
-
Hi, I am working my way through moving my existing Hugo theme to Weblorg. How do I copy my folder with images to the output folder? All examples I see hold the images in the themes folder. Can I copy static files from outside the themes folder? The I tried using a route, but that only seems to work with org files. Can I create something that renders |
Beta Was this translation helpful? Give feedback.
Hi @pprevos , thanks for your interest in weblorg, sorry the delay!
It's easy to do this with weblorg :D
In the
publish.el
when define your post routes you can useAnd to link to the post page
<a href="{{ url_for("post", slug=post.slug) }}">{{ post.title }}</a>