diff options
author | Adrian Kummerlaender | 2014-08-04 20:48:44 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2014-08-04 20:48:44 +0200 |
commit | 40f23f20b6e97188866fce435c18a41f11137ce0 (patch) | |
tree | cb22943826629b1914f3e820f0c4238c2e01cd4d | |
parent | de8f426ccc1be9a6a567ce5ff1da9a2b85566cb4 (diff) | |
download | blog_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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |