aboutsummaryrefslogtreecommitdiff
path: root/_config.yml
blob: 019c3ef7557a2716cf27c6869409bab8da9359fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
site_url: 'https://wruby.btxx.org'
site_name: 'wruby'
author_name: 'Bradley Taunt'

directories:
  posts: 'posts'
  pages: 'pages'
  public: 'public'
  output: 'build'
  posts_output: 'build/posts'
  pages_output: 'build/'
  
files:
  header: 'header.html'
  footer: 'footer.html'
  root_index: 'index.md'
  posts_index: 'pages/posts.md'
  rss: 'build/index.rss'

misc:
  post_count: 5