aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Kummerlaender2014-08-04 20:48:44 +0200
committerAdrian Kummerlaender2014-08-04 20:48:44 +0200
commit40f23f20b6e97188866fce435c18a41f11137ce0 (patch)
treecb22943826629b1914f3e820f0c4238c2e01cd4d
parentde8f426ccc1be9a6a567ce5ff1da9a2b85566cb4 (diff)
downloadblog_content-40f23f20b6e97188866fce435c18a41f11137ce0.tar
blog_content-40f23f20b6e97188866fce435c18a41f11137ce0.tar.gz
blog_content-40f23f20b6e97188866fce435c18a41f11137ce0.tar.bz2
blog_content-40f23f20b6e97188866fce435c18a41f11137ce0.tar.lz
blog_content-40f23f20b6e97188866fce435c18a41f11137ce0.tar.xz
blog_content-40f23f20b6e97188866fce435c18a41f11137ce0.tar.zst
blog_content-40f23f20b6e97188866fce435c18a41f11137ce0.zip
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
-rw-r--r--meta.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta.xml b/meta.xml
index dba506d..ac81b8d 100644
--- a/meta.xml
+++ b/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>