summaryrefslogtreecommitdiffstats
path: root/_config.yml
diff options
context:
space:
mode:
authorsijanec <sijanecantonluka@gmail.com>2020-11-05 18:44:37 +0100
committersijanec <sijanecantonluka@gmail.com>2020-11-05 18:44:37 +0100
commit0a267e4172dc893963feb27fc5d1f405f9e6d7b1 (patch)
tree83f33138cfa709465ef728ccafd19f395439097a /_config.yml
downloadsijanec.eu-0a267e4172dc893963feb27fc5d1f405f9e6d7b1.tar
sijanec.eu-0a267e4172dc893963feb27fc5d1f405f9e6d7b1.tar.gz
sijanec.eu-0a267e4172dc893963feb27fc5d1f405f9e6d7b1.tar.bz2
sijanec.eu-0a267e4172dc893963feb27fc5d1f405f9e6d7b1.tar.lz
sijanec.eu-0a267e4172dc893963feb27fc5d1f405f9e6d7b1.tar.xz
sijanec.eu-0a267e4172dc893963feb27fc5d1f405f9e6d7b1.tar.zst
sijanec.eu-0a267e4172dc893963feb27fc5d1f405f9e6d7b1.zip
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml29
1 files changed, 29 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml
new file mode 100644
index 0000000..c712ca9
--- /dev/null
+++ b/_config.yml
@@ -0,0 +1,29 @@
+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"
+
+collections:
+ authors:
+ output: true
+
+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