summaryrefslogtreecommitdiff
path: root/hyde.rb
diff options
context:
space:
mode:
authorAlessandro Iezzi <aiezzi@alessandroiezzi.it>2024-04-24 12:33:52 +0200
committerAlessandro Iezzi <aiezzi@alessandroiezzi.it>2024-04-25 11:33:30 +0200
commit680875a611fa8f3f8e20a9e837e68c0060981ca0 (patch)
treeb2e0156c83fb520fae3814b8c6d1054ec36957c2 /hyde.rb
parent94e686f66f749b834ff3e6c50d14b0f12ff457e0 (diff)
downloadhyde-680875a611fa8f3f8e20a9e837e68c0060981ca0.tar.gz
hyde-680875a611fa8f3f8e20a9e837e68c0060981ca0.zip
Add baseHref option
Diffstat (limited to 'hyde.rb')
-rwxr-xr-xhyde.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/hyde.rb b/hyde.rb
index 3e5d6bb..828c7a2 100755
--- a/hyde.rb
+++ b/hyde.rb
@@ -28,6 +28,7 @@ class Hyde
def self.main
# Parse arguments from the CLI
options = HydeOptionParser.parse
+ page = Page.new(options[:fileName], nil, options[:baseHref])
end
end