A sipttra style provides a template and other files for styling sipttra files. It should contain at least a +sipttra.template+.
See DirectoryInfo#files
[Source]
# File lib/webgen/website.rb, line 147 147: def files 148: super.select {|f| f != File.join( path, 'README' )} 149: end
[Validate]