summaryrefslogtreecommitdiffstats
path: root/_config.yml
blob: 100188471790ab54ea0ba6593e18af270b591f40 (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
name: Anton Luka Šijanec
comments: false
long_date_format: "%A, %d. %B %Y %H:%M:%S"
short_date_format: "%d. %m. %Y"
short_datetime_format: "%d. %m. %Y ob %H:%M:%S"
baseurl: ""
timezone: Europe/Ljubljana
tagline: Osebno spletišče Antona Luke Šijanca
description: Spletna stran in blog Antona Luke Šijanca, dijaka Gimnazije Bežigrad v Ljubljani, ki ga zanimajo razne računalniške teme.
url: "https://sijanec.eu"
locale: sl_SI
author: Anton Luka Šijanec
social:
  name: Anton Luka Šijanec
  links:
    - https://git.sijanec.eu/sijanec
lang: sl_SI

collections:
  authors:
    output: true
    permalink: /blog/avtorji/:name:output_ext
  posts:
    output: true
    permalink: /blog/:categories/:year/:month/:day/:title:output_ext
  redirects:
    output: true

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

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