hackstream / zettel

A notes organizer - based on Zettelkasten methodology.
GNU General Public License v3.0
156 stars 10 forks source link

fix: Add site prefix in config #21

Closed iamd3vil closed 4 years ago

iamd3vil commented 4 years ago

User can give site_prefix in zettle.toml. This allows to host the pages under a path prefix. For e.g, the user can host the files under https://example.com/prefix/. Previously the links generated where from / which doesn't work if the user hosts it under a prefix. This should fix #20.

mr-karan commented 4 years ago

Nice! LGTM