summaryrefslogtreecommitdiffstats
path: root/_config.yml
diff options
context:
space:
mode:
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