Commit graph

10 commits

Author SHA1 Message Date
Trevor Slocum 6c7b8ec1d3 Document ConvertImages option 2021-07-09 20:16:11 -07:00
Aaron Fischer 586b293bef Convert images to images instead of links
Image links will result in a `img` tag instead of a `a` tag. This
behaviour is disabled by default and can be enabled by adding the
following line to to config file:

convertimages: true

To get access to the config in the convert file, I had to move the
config file inside the gmitohtml namespace. This is specially handy
later on if the config file contains other settings which are useful for
the rest of the codebase.
2021-06-09 01:19:26 +02:00
Trevor Slocum e18a99b437 Migrate to code.rocketnine.space 2021-04-07 20:52:05 -07:00
Trevor Slocum cfaca6678d Add hostname option
Resolves #1.
2021-01-05 19:00:14 -08:00
Trevor Slocum 1c986eb018 Support bookmarks 2020-11-26 20:52:17 -08:00
Trevor Slocum e2232a8dc8 Add option to allow local file access 2020-11-24 18:18:16 -08:00
Trevor Slocum 7859f1946d Add download link to README 2020-11-24 09:39:55 -08:00
Trevor Slocum d17e5ab9cf Parse configuration file 2020-11-24 09:29:57 -08:00
Trevor Slocum 320c52d436 Add Normalize.css 2020-11-21 21:07:20 -08:00
Trevor Slocum 260018cc9d Initial commit 2020-11-21 08:53:04 -08:00