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