Skip to content

Commit

Permalink
ignore quest content
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingmachine committed Mar 2, 2017
1 parent 6cd64f8 commit 681ea13
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ quotes.txt
.nrepl-port
code/**/*.class
code/**/*.jar
*.zip
*.zip
quests
2 changes: 1 addition & 1 deletion Rules
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ compile '*' do
elsif item.attributes[:filename] =~ /html$/
layout 'default'
filter :toc
elsif item.attributes[:filename] =~ /asc$/
elsif item.attributes[:filename] =~ /(asc|adoc)$/
filter :asciidoctor, notitle: false
layout 'default'
filter :toc
Expand Down
2 changes: 1 addition & 1 deletion nanoc.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# A list of file extensions that nanoc will consider to be textual rather than
# binary. If an item with an extension not in this list is found, the file
# will be considered as binary.
text_extensions: [ 'asc', 'coffee', 'css', 'erb', 'haml', 'handlebars', 'hb', 'htm', 'html', 'js', 'less', 'markdown', 'md', 'ms', 'mustache', 'php', 'rb', 'sass', 'scss', 'slim', 'txt', 'xhtml', 'xml' ]
text_extensions: [ 'adoc', 'asc', 'coffee', 'css', 'erb', 'haml', 'handlebars', 'hb', 'htm', 'html', 'js', 'less', 'markdown', 'md', 'ms', 'mustache', 'php', 'rb', 'sass', 'scss', 'slim', 'txt', 'xhtml', 'xml' ]

# The path to the directory where all generated files will be written to. This
# can be an absolute path starting with a slash, but it can also be path
Expand Down

0 comments on commit 681ea13

Please sign in to comment.