Stage uncommited changes
This commit is contained in:
parent
3c1d0625db
commit
a4a10a6cd0
4 changed files with 54 additions and 12 deletions
|
|
@ -37,9 +37,9 @@
|
|||
(update date :week-day (comp |(mod $0 7) inc))))
|
||||
|
||||
(defn parse-post [slurped item]
|
||||
(let [post (bagatto/parse-mmarkdown slurped item) ]
|
||||
(put post :published-at (path->date (post :path)))
|
||||
post))
|
||||
(let [post (bagatto/parse-mmarkdown slurped item)]
|
||||
(print post)
|
||||
(put post :published-at (path->date (post :path)))))
|
||||
|
||||
(defn absolute-url [path]
|
||||
(string base-url path))
|
||||
|
|
@ -87,7 +87,6 @@
|
|||
:filter sass?}
|
||||
:font {:each :font
|
||||
:dest (fn [_data item]
|
||||
(printf "%j" item)
|
||||
(item :path))}
|
||||
:posts {:each :posts
|
||||
:dest utils/slugify-content
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue