aboutsummaryrefslogtreecommitdiff
path: root/_config.yml
blob: 1080622eae91c2e07fde4e6fa1709337c809fdff (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://adast.dk'
site_name: 'adast'
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