fix: serve quartz with clean URL support and regenerate site
- Add serve.py to resolve clean Quartz URLs to .html files - Regenerate Quartz site with correct baseUrl http://100.118.5.51:9120 - 196 HTML files emitted; all internal links now resolve
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "quartz",
|
||||
"description": "A module to interface node with transmission-daemon",
|
||||
"author": "Robin Duckett <robin.duckett@gmail.com>",
|
||||
"version": "0.0.1",
|
||||
"keywords": ["transmission", "quartz", "transmission-daemon"],
|
||||
"dependencies": {
|
||||
"request": "*",
|
||||
"underscore": "*"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/robinduckett/quartz"
|
||||
},
|
||||
"bugs": {
|
||||
"email": "robin.duckett+quartz@gmail.com",
|
||||
"url": "http://github.com/robinduckett/quartz/issues"
|
||||
},
|
||||
"main": "./quartz.js",
|
||||
"engine": "node 0.6.0"
|
||||
}
|
||||
Reference in New Issue
Block a user