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"