summaryrefslogblamecommitdiffstats
path: root/_config.yml
blob: 47cc15eec71701d0926744c23eb945cd040780d8 (plain) (tree)
1
2
3
4
5
6
7
8



                                            



                                                    



                
                                  




















                       
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