diff --git a/README.md b/README.md index 6ff1b95..16f6031 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ ![ZOLA.386 screenshot](https://github.com/lopes/zola.386/blob/master/screenshot.png?raw=true) +## [Live demo]() + ZOLA.386 is a port of the BOOTSTRA.386 theme and was based on: - [BOOTSTRA.386](https://kristopolous.github.io/BOOTSTRA.386/): main idea, design. @@ -60,7 +62,7 @@ ZOLA.386 is also prepared to deal with Google Analytics, Disqus, and Twitter --[ As said, Disqus is supportted, but besides setting the username in `config.toml`, you also must to put a `disqus = true` extra option on the pages where Disqus will be enable --this gives you the freedom to enable or disable comments on certain posts. You can use the extra option `image` on each page, to represent that post. -Under the `label_` variables, you can set names to better localize your site. A theme to provide information for its owner and SEO-friendly. +Under the `label_` variables, you can set names to better localize your site. Note that you can change the language of a single page, by using `page.extra.lang`, which causes `` to change only on that page. A theme to provide information for its owner and SEO-friendly. ### Other files The `content\_index.md` file must be properly configured to provide better experience. Check out this file for more information. @@ -70,3 +72,6 @@ The 404 page is almost hardcoded, so you must edit it directly. ## License This theme is released under the MIT license. For more information read the [License](https://github.com/lopes/zola.386/blob/master/LICENSE). + + +[![Netlify Status](https://api.netlify.com/api/v1/badges/5d6f1986-7bf3-40d3-b298-3339288585d4/deploy-status)](https://app.netlify.com/sites/zola386/deploys) diff --git a/config.toml b/config.toml index dac4c79..3c58ea9 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -base_url = "http://zola-386.netlify.com" +base_url = "https://zola386.netlify.app" default_language = "en" title = "ZOLA.386" diff --git a/theme.toml b/theme.toml index 4929b8f..1698b03 100644 --- a/theme.toml +++ b/theme.toml @@ -2,7 +2,7 @@ name = "zola.386" description = "Zola port of the BOOTSTRA.386 theme." license = "MIT" homepage = "https://github.com/lopes/zola.386" -min_version = "0.1.0" +min_version = "0.1.2" demo = "https://zola-386.netlify.com" [author]