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

github.com/uicardiodev/hugo-uilite.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyler Kluszczynski <tylerkluszczynski@gmail.com>2019-02-21 10:00:06 +0300
committerTyler Kluszczynski <tylerkluszczynski@gmail.com>2019-02-21 10:00:06 +0300
commit7031d73444a6ce1180fca867e85cfff177b87e9c (patch)
tree2e3d4e8865f86d77a4aee889b8f5eb9fcbbabd67 /exampleSite
parent8e97d84a1c23c75aeb4a7e843aaa37e683ff062d (diff)
Numerous QOL Changes
* exampleSite/config.toml - changed default theme directory to hugo-uilite opposed to uilite. * The user won't have to rename the theme in /themes or change config.toml to 'uilite' when running an example site. * Added support for awesome fas icons (opposed to only fab). This is useful if a user wants to have a mail icon for example. **by default this creates a new envelope icon in the exampleSite sidebar** can be removed in exampleSite/data/socialfas.json. * New fas icons should be placed in exampleSite/data/socialfas.json. * Fas icons are rendered after the fab icons. * Added period after description in exampleSite/data/sidebar.json * Added a newline after variable declaration in layouts/partials/contact.html and layouts/partials/sidebar.html to match with other html files.
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml3
-rw-r--r--exampleSite/data/sidebar.json4
-rw-r--r--exampleSite/data/socialfas.json3
3 files changed, 6 insertions, 4 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index fb97ae4..4e7d232 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,5 +1,4 @@
baseURL = "https://demo.uicard.io/hugo-uilite-free/"
languageCode = "en-us"
title = "Valentina"
-theme = "uilite"
-
+theme = "hugo-uilite"
diff --git a/exampleSite/data/sidebar.json b/exampleSite/data/sidebar.json
index e40de09..5e56a22 100644
--- a/exampleSite/data/sidebar.json
+++ b/exampleSite/data/sidebar.json
@@ -1,6 +1,6 @@
{
"title" : "hey world, i'm",
"highlightedText" : "valentina",
- "description" : "A graphics designer, based in Germany",
+ "description" : "A graphics designer, based in Germany.",
"displayPicture" : "sim.jpg"
-} \ No newline at end of file
+}
diff --git a/exampleSite/data/socialfas.json b/exampleSite/data/socialfas.json
new file mode 100644
index 0000000..f990145
--- /dev/null
+++ b/exampleSite/data/socialfas.json
@@ -0,0 +1,3 @@
+{
+ "envelope" : "mailto:<youremail>@gmail.com"
+}