-
-
Notifications
You must be signed in to change notification settings - Fork 32
how to change the port 8080? #43
Comments
You can change https://github.com/liquidz/misaki/blob/master/samples/blog/_config.clj#L18 |
hi. as3: #-CLJ so how should i edit the post which is with source code? |
misaki's default compiler uses hiccup, so you can write source code as follows. [:embed {:src "" :quality "" :width "" :height "" :align "" :allowscriptaccess "" :type ""}] |
hi. as3:~/misaki/samples/blog/template/posts# cat 2013-10-25-wether-sunshine-or-rain.html.clj #-CLJ or: #-CLJ when u visit http://msk.brite.biz/2013-10/wether-sunshine-or-rain.html,it still cannot show the video. |
Please write code outside of ; @layout post
; @title ...
; @tag misc
[:embed {:src "" :width ""}]
#-CLJ
.....
CLJ |
this time,it's ok.tks |
hi.
u said "Access http://localhost:8080 to check sample.",but my 8080 port has been used by another app,so how to change the port 8080?
The text was updated successfully, but these errors were encountered: