From 40f23f20b6e97188866fce435c18a41f11137ce0 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 4 Aug 2014 20:48:44 +0200 Subject: Changed base url and url scheme * base url is now a local webserver for more realistic testing ** i.e. otherwise the atom feed is not served correctly * article, page, tag and stream pages are now generated as "index.html" inside appropriately named directories ** this is needed for pretty urls that actually work --- meta.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta.xml b/meta.xml index dba506d..ac81b8d 100644 --- a/meta.xml +++ b/meta.xml @@ -1,5 +1,5 @@ /home/adrian - /home/common/projects/dev/static_site_generator/target/99_result + http://localhost:8000 -- cgit v1.2.3