summaryrefslogtreecommitdiffstats
path: root/_config.yml
blob: 47cc15eec71701d0926744c23eb945cd040780d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
name: Anton Luka Šijanec
long_date_format: "%A, %d. %B %Y %H:%M:%S"
short_date_format: "%d. %m. %Y"
short_datetime_format: "%d. %m. %Y %H:%M:%S"
baseurl: ""
timezone: Europe/Ljubljana
description: Osebno spletišče Antona Luke Šijanca
url: "https://sijanec.eu"

collections:
  authors:
    output: true
    permalink: /blog/avtorji/:name

defaults:
  - scope:
      path: ""
      type: "authors"
    values:
      layout: "author"
  - scope:
      path: ""
      type: "posts"
    values: 
      layout: "post"
  - scope:
      path: ""
    values:
      layout: "default"

plugins:
  - jekyll-feed
  - jekyll-sitemap
  - jekyll-seo-tag