From e01fec938d2d146bc490438ba93f0b9c3f3f192d Mon Sep 17 00:00:00 2001 From: sijanec Date: Sat, 7 Nov 2020 17:35:53 +0100 Subject: =?UTF-8?q?dodal=20zna=C4=8Dke,=20.html=20na=20linke,=20zna=C4=8Dk?= =?UTF-8?q?e=20in=20kategorije=20po=20velikosti?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _config.yml | 1 + _data/navigation.yml | 8 ++++++-- _includes/navigation.html | 2 +- _layouts/author.html | 2 +- _layouts/post.html | 15 ++++++++++++--- _posts/2020-11-05-prva-objava.md | 1 + _posts/2020-11-06-druga-objava.md | 1 + _sass/main.scss | 8 ++++++++ avtorji.html | 22 ---------------------- blog.html | 19 ------------------- blog/avtorji.html | 22 ++++++++++++++++++++++ blog/kategorije.html | 37 +++++++++++++++++++++++++++++++++++++ blog/objave.html | 19 +++++++++++++++++++ blog/znacke.html | 37 +++++++++++++++++++++++++++++++++++++ kategorije.html | 33 --------------------------------- o.md | 10 ++++++---- 16 files changed, 152 insertions(+), 85 deletions(-) delete mode 100644 avtorji.html delete mode 100644 blog.html create mode 100644 blog/avtorji.html create mode 100644 blog/kategorije.html create mode 100644 blog/objave.html create mode 100644 blog/znacke.html delete mode 100644 kategorije.html diff --git a/_config.yml b/_config.yml index 0560f97..47cc15e 100644 --- a/_config.yml +++ b/_config.yml @@ -10,6 +10,7 @@ url: "https://sijanec.eu" collections: authors: output: true + permalink: /blog/avtorji/:name defaults: - scope: diff --git a/_data/navigation.yml b/_data/navigation.yml index bbfad56..b37ee72 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -2,7 +2,11 @@ link: / - name: o meni link: /o.html -- name: blog - link: /blog.html +- name: objave + link: /blog/objave.html +- name: kategorije + link: /blog/kategorije.html +- name: značke + link: /blog/znacke.html - name: avtorji link: /avtorji.html diff --git a/_includes/navigation.html b/_includes/navigation.html index eb836c7..3bb6f14 100644 --- a/_includes/navigation.html +++ b/_includes/navigation.html @@ -1,7 +1,7 @@