Drew Knab
Drew Knab
Explicitly, no, although I don't think it would be terribly difficult to write a helper function to parse short codes as part of a generator. I'm curious to try that...
I'm not sure I see the reason to place this logic in the generator rather than in a custom handler in the config? I'm also not sure what you mean...
I do believe that’s how it’s implemented in Hugo. The archetypes are basically a file within a template that the cli duplicates. It would also probably be good to introduce...
I briefly mentioned something like that in #67. It seems like themes would be the next logical step? Although I'm not sure what that looks like. I suppose it would...
I started looking into this and I'm 60% into implementing something like: 1. Check for --template flag 1. If --template determine whether value is a URL or not - If...
@varya I'm 75-85% sure this is an issue with sharp not supporting the version of node you currently have installed. Try switching your current node version to the LTS release...
I like this and made a pull request for it.
I don't think it can/should be the responsibility of the cli tool to keep track of this? I think it might make more sense to let loaders/generators handle URL structures...
I've been meaning to write something like this myself. The general gist of the content looks pretty good, but it needs some proof reading and editing for grammar/clarity.
Late on this (incredibly so) but it appears to be an issue with the `lastAccessed` state map. It's empty on the first save so the watcher stores the `lastAccessed` time...