emacsorphanage / org-page

[INACTIVE] A static site generator based on Emacs and org mode.
674 stars 99 forks source link

Add document about build a localhost site #113

Closed tumashu closed 9 years ago

tumashu commented 9 years ago

I think we should add document which can tell the user how to build a localhost site, for example:

(setq op/site-domain "http://localhost/~feng")
sillykelvin commented 9 years ago

It's in README:

(setq op/site-domain "http://your.personal.site.com/")
tumashu commented 9 years ago

but, when I set

(setq op/site-domain "http://localhost/~feng")

The 'blog' and 'about' url in result page seemd broken.

sillykelvin commented 9 years ago

That must be a bug, I will check later.

sillykelvin commented 9 years ago

I tried, seems no problems here, could you paste the broken sample here?

tumashu commented 9 years ago

Maybe it's my www server's problem.