Merge pull request #99 from mawis/xhtml_blogging
Supporting other file extensions for the index page as well.
This commit is contained in:
commit
8b4aac2686
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,8 @@ in REPO-DIR. Optionally, OLDREV is the revision prior to the last push."
|
||||||
(publish ctype))
|
(publish ctype))
|
||||||
(do-subclasses (itype index)
|
(do-subclasses (itype index)
|
||||||
(publish itype))
|
(publish itype))
|
||||||
(update-symlink "index.html" "1.html")))
|
(update-symlink (format nil "index.~A" (page-ext *config*))
|
||||||
|
(format nil "1.~A" (page-ext *config*)))))
|
||||||
|
|
||||||
(defgeneric deploy (staging)
|
(defgeneric deploy (staging)
|
||||||
(:documentation "Deploy the STAGING build to the directory specified in the config.")
|
(:documentation "Deploy the STAGING build to the directory specified in the config.")
|
||||||
|
|
Loading…
Add table
Reference in a new issue