Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/devcows/hugo-universal-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillermo Guerrero Ibarra <wolf.fox1985@gmail.com>2019-10-31 12:12:38 +0300
committerGitHub <noreply@github.com>2019-10-31 12:12:38 +0300
commit70e126db56f8eb36a65617415e20cc40fbf1695e (patch)
treee849ce9df544fffbca84eb3a83a1b3b9dac18b52 /exampleSite
parent3c7e7de23674a8a76881c0a6e4b93d9df87ca6f2 (diff)
Dmetzgar fontawesome latest (5.11.2) (#234)1.1.0
* Pointing to current font awesome * Update to latest font awesome * Updated fa icons for example site * Fixed all missing classes, fixed styles according new classes. * Update head.html * File-alt instead of file-code
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml14
-rw-r--r--exampleSite/data/features/consulting.yaml2
-rw-r--r--exampleSite/data/features/email.yaml2
-rw-r--r--exampleSite/data/features/print.yaml2
-rw-r--r--exampleSite/data/features/seo.yaml2
-rw-r--r--exampleSite/data/features/uiux.yaml2
-rw-r--r--exampleSite/data/features/webdesign.yaml2
7 files changed, 13 insertions, 13 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 2922f1f..e91ddb2 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -47,25 +47,25 @@ paginate = 10
weight = 1
name = "GitHub"
url = "https://github.com/devcows/hugo-universal-theme"
- pre = "<i class='fa fa-github'></i>"
+ pre = "<i class='fab fa-2x fa-github'></i>"
[[menu.topbar]]
weight = 2
name = "Facebook"
url = "http://facebook.com"
- pre = "<i class='fa fa-facebook'></i>"
+ pre = "<i class='fab fa-2x fa-facebook'></i>"
[[menu.topbar]]
weight = 3
name = "Twitter"
url = "http://twitter.com"
- pre = "<i class='fa fa-twitter'></i>"
+ pre = "<i class='fab fa-2x fa-twitter'></i>"
[[menu.topbar]]
weight = 4
name = "Email"
url = "mailto:your@email.com"
- pre = "<i class='fa fa-envelope'></i>"
+ pre = "<i class='fas fa-2x fa-envelope'></i>"
[params]
viewMorePostLink = "/blog/"
@@ -128,8 +128,8 @@ paginate = 10
[params.topbar]
enable = true
text = """<p class="hidden-sm hidden-xs">Contact us on +420 777 555 333 or hello@universal.com.</p>
- <p class="hidden-md hidden-lg"><a href="#" data-animate-hover="pulse"><i class="fa fa-phone"></i></a>
- <a href="#" data-animate-hover="pulse"><i class="fa fa-envelope"></i></a>
+ <p class="hidden-md hidden-lg"><a href="#" data-animate-hover="pulse"><i class="fas fa-phone"></i></a>
+ <a href="#" data-animate-hover="pulse"><i class="fas fa-envelope"></i></a>
</p>
"""
@@ -161,7 +161,7 @@ paginate = 10
[params.see_more]
enable = true
- icon = "fa fa-file-code-o"
+ icon = "far fa-file-alt"
title = "Do you want to see more?"
subtitle = "We have prepared for you more than 40 different HTML pages, including 5 variations of homepage."
link_url = "#"
diff --git a/exampleSite/data/features/consulting.yaml b/exampleSite/data/features/consulting.yaml
index 7f62850..cece32f 100644
--- a/exampleSite/data/features/consulting.yaml
+++ b/exampleSite/data/features/consulting.yaml
@@ -1,4 +1,4 @@
weight: 4
name: "Consulting"
-icon: "fa fa-lightbulb-o"
+icon: "fas fa-lightbulb"
description: "Fifth abundantly made Give sixth hath. Cattle creature i be don't them behold green moved fowl Moved life us beast good yielding. Have bring."
diff --git a/exampleSite/data/features/email.yaml b/exampleSite/data/features/email.yaml
index 327081f..bb55f37 100644
--- a/exampleSite/data/features/email.yaml
+++ b/exampleSite/data/features/email.yaml
@@ -1,4 +1,4 @@
weight: 5
name: "Email Marketing"
-icon: "fa fa-envelope-o"
+icon: "far fa-envelope"
description: "Advantage old had otherwise sincerity dependent additions. It in adapted natural hastily is justice. Six draw you him full not mean evil."
diff --git a/exampleSite/data/features/print.yaml b/exampleSite/data/features/print.yaml
index 9057565..842c6f4 100644
--- a/exampleSite/data/features/print.yaml
+++ b/exampleSite/data/features/print.yaml
@@ -1,4 +1,4 @@
weight: 2
name: "Print"
-icon: "fa fa-print"
+icon: "fas fa-print"
description: "Advantage old had otherwise sincerity dependent additions. It in adapted natural hastily is justice. Six draw you him full not mean evil."
diff --git a/exampleSite/data/features/seo.yaml b/exampleSite/data/features/seo.yaml
index c0f165f..924a7f0 100644
--- a/exampleSite/data/features/seo.yaml
+++ b/exampleSite/data/features/seo.yaml
@@ -1,4 +1,4 @@
weight: 3
name: "SEO and SEM"
-icon: "fa fa-globe"
+icon: "fas fa-globe"
description: "Am terminated it excellence invitation projection as. She graceful shy believed distance use nay. Lively is people so basket ladies window expect."
diff --git a/exampleSite/data/features/uiux.yaml b/exampleSite/data/features/uiux.yaml
index 1257208..fd40682 100644
--- a/exampleSite/data/features/uiux.yaml
+++ b/exampleSite/data/features/uiux.yaml
@@ -1,4 +1,4 @@
weight: 6
name: "UI/UX"
-icon: "fa fa-user"
+icon: "fas fa-user"
description: "Am terminated it excellence invitation projection as. She graceful shy believed distance use nay. Lively is people so basket ladies window expect."
diff --git a/exampleSite/data/features/webdesign.yaml b/exampleSite/data/features/webdesign.yaml
index 097bc1a..0ec993d 100644
--- a/exampleSite/data/features/webdesign.yaml
+++ b/exampleSite/data/features/webdesign.yaml
@@ -1,4 +1,4 @@
weight: 1
name: "Webdesign"
-icon: "fa fa-desktop"
+icon: "fas fa-desktop"
description: "Fifth abundantly made Give sixth hath. Cattle creature i be don't them behold green moved fowl Moved life us beast good yielding. Have bring."