From db0906eadf0d1859482f0b93a1f839e579c261b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Lopes?= <2897144+lopes@users.noreply.github.com> Date: Mon, 11 May 2020 17:42:52 -0300 Subject: [PATCH] minor changes --- README.md | 2 +- config.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ed74275..113d68b 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Of course you can install it just as another theme for your site, but ZOLA.386 m ```bash $ cd themes -$ git clone https://github.com/lopes/zola.386.git +$ git submodule add https://github.com/lopes/zola.386 ``` diff --git a/config.toml b/config.toml index 67ededa..c192e12 100644 --- a/config.toml +++ b/config.toml @@ -29,18 +29,18 @@ zola386_menu = [ {path="about", name="About"}, ] -# third party +### THIRD PARTY # google_analytics = "UA-012345-67" # disqus = "disqus-user" -# social media +### SOCIAL MEDIA # image = "" twitter_user = "lopesoj" linkedin_user = "jlopesjr" github_user = "lopes" # gitlab_user = "" -# i18n words +### I18N WORDS label_tags = "Tags" label_tag = "Tag" label_categories = "Categories"