HiD
HiD copied to clipboard
Static website generation system *NOTE:* Main dev mirror at https://git.genehack.net/genehack/hid
If there are any UTF-8 chars in the YAML front matter, HiD will blow chunks. In Role::IsConverted, when passing the front matter data into `Load()`, it probably needs to be...
1. installed HiD-1.98 2. in newly created dir (~/temp/hid) ran 'hid init' 3. edited _config.yaml to have url: 'http://localhost:5000' 4. created index.mkdn 5. ## edited index.mkdn to contain: layout: default...
Something in the MinimumPerl detection is wacky, figure it out.
Actually, a full set of date metadata would be useful. Having the year is good for copyright dates, but somebody may want to put a 'last changed' timestamp on a...
``` 17:55 the HiD module description says that you probably want to look at the documentation for the hid script 17:55 but the hid script has no documentation 17:56 hmm,...
`--publish_drafts` and `--debug` conflict. should probably remove the short option for `--debug`
because people apparently can't have a repo without a README or some dumbass dot files...
It was be great if we could add an editing capability. My idea is to add better route handling and post request support. We could watch for an /edit url,...
In particular, it seems like `$file->input_filename` is ending up as an absolute path on Win32, which makes `_build_url()` generate nonsense paths (like `C:\foo\bar\C:\foo\bar\baz.html`) which leads to other things barfing down...
there's a lot of `join '/' , @path_parts` crap in there right now...