aboutsummaryrefslogtreecommitdiff
path: root/_config.yml
blob: fef28e4951acd018adb664acdc76dc3703c70ce0 (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://arena.adast.dk'
site_name: 'arena'
author_name: 'Adam Stück'

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