diff options
author | 2024-04-24 12:33:52 +0200 | |
---|---|---|
committer | 2024-04-25 11:33:30 +0200 | |
commit | 680875a611fa8f3f8e20a9e837e68c0060981ca0 (patch) | |
tree | b2e0156c83fb520fae3814b8c6d1054ec36957c2 /hyde.rb | |
parent | 94e686f66f749b834ff3e6c50d14b0f12ff457e0 (diff) | |
download | hyde-680875a611fa8f3f8e20a9e837e68c0060981ca0.tar.gz hyde-680875a611fa8f3f8e20a9e837e68c0060981ca0.zip |
Add baseHref option
Diffstat (limited to 'hyde.rb')
-rwxr-xr-x | hyde.rb | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |