diff options
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
Diffstat (limited to 'source/00_content')
-rw-r--r-- | source/00_content/meta.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/00_content/meta.xml b/source/00_content/meta.xml index dba506d..ac81b8d 100644 --- a/source/00_content/meta.xml +++ b/source/00_content/meta.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <meta> <title>/home/adrian</title> - <url>/home/common/projects/dev/static_site_generator/target/99_result</url> + <url>http://localhost:8000</url> </meta> |