From 6b2cce00473dd1f1c9d3c15e63f4279abad94748 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Mar=C3=ADn?= Date: Sun, 11 Oct 2020 08:47:44 -0500 Subject: Update config.toml --- exampleSite/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 163dcc6..20203b7 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -97,7 +97,7 @@ link = "#" title = "facebook" [[params.social]] icon = "ti-twitter-alt" -link = "https://twitter.com/cristianmarint " +link = "https://twitter.com/cristianmarint" title = "twitter" [[params.social]] icon = "ti-skype" -- cgit v1.2.3 From cefbf4c5a96cea1646e5bab143c8660966e864c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Mar=C3=ADn?= Date: Sun, 11 Oct 2020 16:41:01 -0500 Subject: Brand domain --- exampleSite/config.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 20203b7..46b4e18 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -56,7 +56,7 @@ logo_width = "200px" address = "7657 Cl. 6, Centro" city = "Cartago, Valle Del Cauca" country = "Colombia" -email = "contact@silicy.com" +email = "contact@sicily.com" phone = "+57 315 270 2727" [params.navigation_button] enable = true @@ -80,11 +80,11 @@ link = "plugins/slick/slick.min.js" enable = false preloader = "" [[params.footer]] -rol_email = "pedropiedras@silicy.com" +rol_email = "pedropiedras@sicily.com" rol_name = "Creative Director" rol_representative = "Pedro Pidras" [[params.footer]] -rol_email = "juanrisas@silicy.com" +rol_email = "juanrisas@sicily.com" rol_name = "Chief executive officer" rol_representative = "Juan Risas" [[params.footer]] -- cgit v1.2.3 From 8c00bd1417337b6f971d9675226321c472edc708 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Mar=C3=ADn?= Date: Fri, 16 Oct 2020 10:54:14 -0500 Subject: Updates theme branding --- LICENSE | 2 +- images/forestry.io.png | Bin 851477 -> 545887 bytes images/screenshot.png | Bin 681081 -> 508067 bytes images/tn.png | Bin 285434 -> 206783 bytes theme.toml | 2 +- 5 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index bb38117..cec0806 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2020 themefisher +Copyright (c) 2020 cristianmarint & themefisher Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/images/forestry.io.png b/images/forestry.io.png index 111fe29..d2d4552 100644 Binary files a/images/forestry.io.png and b/images/forestry.io.png differ diff --git a/images/screenshot.png b/images/screenshot.png index fa55bc4..75fbcc8 100644 Binary files a/images/screenshot.png and b/images/screenshot.png differ diff --git a/images/tn.png b/images/tn.png index 79da4b9..a32e73e 100644 Binary files a/images/tn.png and b/images/tn.png differ diff --git a/theme.toml b/theme.toml index 4b74a2c..41a77a7 100644 --- a/theme.toml +++ b/theme.toml @@ -1,7 +1,7 @@ name = "Sicily" license = "MIT" licenselink = "https://github.com/cristianmarint/Sicily-hugo-theme/blob/master/LICENSE" -description = "Sicily's Hugo theme for companies. It is very stylish, responsive and ready to use theme. You can use this theme to create your contemporary web design studio, creative agency, advertising firm website. This theme has a very creative and well decorated landing page, Blog page, Contact page, Pricing page and many more." +description = "Sicily's Hugo theme for companies. It is very stylish, responsive and ready to use theme. You can use this theme to create your contemporary web design studio, creative agency. This theme has a very creative and well decorated landing page, Blog page, Contact page and many more." homepage = "https://sicily-hugo-theme.netlify.app/" tags = ['landing-page', 'fast', 'light', 'white', 'modern', 'cristianmarint', 'hugo-theme', 'hugo-templates', 'bootstrap', 'blog', 'responsive', 'clean', 'simple', 'creative', 'contact-form', 'custom-themes', 'mobile', 'minimalistic', 'pages', 'google analytics', 'customizable', 'flexbox', 'presentation', 'product', 'theme', 'typography'] features = ['bootstrap','responsive'] -- cgit v1.2.3