From 39793178c441ff57354e827d67e0f75a383b237a Mon Sep 17 00:00:00 2001 From: June Hardy Date: Wed, 10 Jun 2020 19:43:42 +0200 Subject: [PATCH] =?UTF-8?q?Supprime=20l=E2=80=99ancien=20sous-module?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitmodules | 3 --- config.toml | 1 + content/posts/some-post.md | 1 + themes/sam | 1 - 4 files changed, 2 insertions(+), 4 deletions(-) delete mode 160000 themes/sam diff --git a/.gitmodules b/.gitmodules index ba1e0d9..e69de29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +0,0 @@ -[submodule "themes/sam"] - path = themes/sam - url = https://github.com/janbaudisch/zola-sam.git diff --git a/config.toml b/config.toml index deb0d06..7f9371f 100644 --- a/config.toml +++ b/config.toml @@ -15,6 +15,7 @@ theme = "sam" taxonomies = [ {name = "tags", rss = false}, + {name = "authors", rss = false} ] [extra] diff --git a/content/posts/some-post.md b/content/posts/some-post.md index 46bc60e..32472c2 100644 --- a/content/posts/some-post.md +++ b/content/posts/some-post.md @@ -3,6 +3,7 @@ title = "Some Post" date = 2019-01-01 [taxonomies] tags = ["post de test"] +authors = ["June"] +++ This is a very simple to post. diff --git a/themes/sam b/themes/sam deleted file mode 160000 index 55cc63a..0000000 --- a/themes/sam +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 55cc63ae5dff78351cd8835606915e3a4f6af169