This required moving files around in the repository and shifting from a master.adoc structure to _topic_map.yml, etc. README and Makefile modified slightly to reflect new build process
3 lines
152 B
Text
3 lines
152 B
Text
<%- Dir.glob("_stylesheets/*").sort.each do |sheet| -%>
|
|
<link href="<%= File.join(css_path, File.basename(sheet)) %>" rel="stylesheet" />
|
|
<%- end -%>
|