docs: add page with basic rpcd info
[web.git] / _config.yml
1 # jekyll configuration
2
3 title: 'Welcome to the LEDE project'
4
5 exclude: [ 'Gemfile', 'Gemfile.lock', 'Rakefile', 'README' ]
6
7 prefix: '/'
8
9 asciidoctor:
10 attributes:
11 - idseparator=_
12 - source-highlighter=coderay
13 - icons=font
14 - hardbreaks!
15
16 asciidoc_ext: txt
17
18 # end of configuration