> the last link I have that's acting wonky is the default archive
> link from the default index.html.  When I build the new blog it makes
> this link a local link -- that is, it's <a href="C:/gmf/2005/09">
> instead of href="xxx.xxx.xxx.xxx:2000/gmf/2005/09".  I don't mind
> fixing this on my own, but I have no idea where the archiving stuff is
> built and can't find anything about it in the .hobixrc or the
> hobix.yaml files


Okay. After some sleep, serching, and epiphany I realized what I was looking for was the quick.rb template. The issue I was having is also in the CSS tag (@import "C:/gmf/site.css";) in there and it deals with the Weblog::expand_path (and therefore the File::expand_path function). The CSS and the Archves are the only places where this is used in quick.rb and since this is the only default template that uses CSS, is that function necessary? Was it just left in there by accident?

Thomas
_______________________________________________
Hobix-is-the-way mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/hobix-is-the-way

Reply via email to