summaryrefslogtreecommitdiffstats
path: root/_config.yml
blob: 96f10587f3fe589dc8da867dffa19c09f5ae6e58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# jekyll configuration

title: 'Welcome to the LEDE project'

exclude: [ 'Gemfile', 'Gemfile.lock', 'Rakefile', 'README' ]

prefix: '/'

asciidoctor:
  attributes:
    - idseparator=_
    - source-highlighter=coderay
    - icons=font
    - hardbreaks!

asciidoc_ext: txt

# end of configuration