minor changes

pull/2/head
José Lopes 4 years ago
parent 34a0a82614
commit db0906eadf

@ -25,7 +25,7 @@ Of course you can install it just as another theme for your site, but ZOLA.386 m
```bash ```bash
$ cd themes $ cd themes
$ git clone https://github.com/lopes/zola.386.git $ git submodule add https://github.com/lopes/zola.386
``` ```

@ -29,18 +29,18 @@ zola386_menu = [
{path="about", name="About"}, {path="about", name="About"},
] ]
# third party ### THIRD PARTY
# google_analytics = "UA-012345-67" # google_analytics = "UA-012345-67"
# disqus = "disqus-user" # disqus = "disqus-user"
# social media ### SOCIAL MEDIA
# image = "" # image = ""
twitter_user = "lopesoj" twitter_user = "lopesoj"
linkedin_user = "jlopesjr" linkedin_user = "jlopesjr"
github_user = "lopes" github_user = "lopes"
# gitlab_user = "" # gitlab_user = ""
# i18n words ### I18N WORDS
label_tags = "Tags" label_tags = "Tags"
label_tag = "Tag" label_tag = "Tag"
label_categories = "Categories" label_categories = "Categories"

Loading…
Cancel
Save