Sha256: 2aa7b6b20135017e89130acedd54bca6630451342885be5326c064c98c42f710
Contents?: true
Size: 1023 Bytes
Versions: 3
Compression:
Stored size: 1023 Bytes
Contents
--- title: Website Styles Reference --- Following is a list of all website styles that are included in the webgen distribution. Each style can be used when creating a website by using the command webgen create -b default -b STYLE_NAME SITE_DIR or applied later using the command webgen apply STYLE_NAME When you click on the link provided for each website style, you will get a full browser preview of the respective website style. You can then return to this list by using the *back button* of your browser: <% context.content_node.tree.node_access[:alcn].select do |name, node| node.is_directory? && node.parent == context.content_node.tree[File.join(context.content_node.parent.alcn, '/website_styles/')] end.sort.each do |name, node| %> <h2 id="<%= node.cn.chomp('/') %>"><%= node.cn %></h2> <div class="website-styles"> <%= context.dest_node.link_to(node, :link_text => "Full window version") %> <object type="text/html" data="<%= context.dest_node.route_to(node) %>">Nothing</object> </div> <% end %>
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
gettalong-webgen-0.5.9.20090626 | doc/reference_website_styles.page |
webgen-0.5.10 | doc/reference_website_styles.page |
webgen-0.5.9 | doc/reference_website_styles.page |