Skip to content

Commit

Permalink
Add page link
Browse files Browse the repository at this point in the history
  • Loading branch information
daviwil committed Nov 12, 2023
1 parent d552a55 commit fc0e385
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions publish.el
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,15 @@
:output "public/index.html"
:url "/")

;; Live page
(weblorg-route
:name "live"
:site flux-site
:input-pattern "content/live.org"
:template "post.html"
:output "public/live/index.html"
:url "/live/")

;; Misc pages
(weblorg-route
:name "pages"
Expand Down

0 comments on commit fc0e385

Please sign in to comment.