> > Are you > sure those files are related to the theme, and they are also tied to a > different directory? > > I have been converting some wordpress themes by wget the preview page, then building nikola themes from them.
Alot of files, images, css, js get saved to a folder structure of http://domain.com/wp/themes/twentysixteen/... http://domain.com/wp-content/themes/twentysixteen/... etc etc so I wanted a way of getting a folder structure from root for each theme. Currently I am copying the folders to the /files/ folder, but then I forget to remove / update and things get in mess. I think it will be a simple plugin to add this. Just after build complete, copy files. I'll have a re-read of the plugins system :) Themes may only have files in assets/ and nothing else. > > This was to be another question. I want options to specify the final location of assets as well for another project. I guess I have some coding todo Cheers On Thursday, October 27, 2016 at 11:12:57 AM UTC-5, Chris Warrick wrote: > > On 27 October 2016 at 17:58, Dave <[email protected] <javascript:>> > wrote: > > Hi, > > > > I am wanting to include some files with a theme, but not have them in > the > > assets folder. Basically I am looking for functionality of the "files" > > folder in the site root, but have it specific to the theme, making it > easier > > to change the theme, rather than having to also update the files folder. > > > > Is this possible? > > No. Themes may only have files in assets/ and nothing else. Are you > sure those files are related to the theme, and they are also tied to a > different directory? > > > -- > Chris Warrick <https://chriswarrick.com/> > PGP: 5EAAEA16 > -- You received this message because you are subscribed to the Google Groups "nikola-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
