Jarod Taylor

Results 4 issues of Jarod Taylor

I would like to use a different template than the "component" template when displaying components based on tag (instead of category).

I know that I can just add the documentation to `README.md` and tell Aigis to look for the documentation inside of the `aigis_config.yml` with: ``` source_type: .md ``` Unfortunately, it...

I'm not sure if this is an issue with permalinks or if it's a product of how metalsmith works. It's quite possible that it's just the way mine is structured....

``` import svgxhr from 'webpack-svgstore-plugin/src/helpers/svgxhr'; const __svg__ = { path: '../../assets/svg/**/*.svg', name: 'assets/svg/[hash].logos.svg' }; svgxhr(__svg__); ``` I get this in my Chrome console: VM21594:1 GET http://localhost:3000/http://localhost:3000/assets/svg/1494566510680.logos.svg 404 (Not Found) If...