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

github.com/wileybaba/hugo-theme-robotico.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwileybaba <wileymckayconte@gmail.com>2018-11-02 07:09:46 +0300
committerwileybaba <wileymckayconte@gmail.com>2018-11-02 07:09:46 +0300
commit40104a28b96302f77730bd213f67e866256f1981 (patch)
treed8892a74483600d15bb8e94e2dee88c1cb98c102 /exampleSite
parent0c8891c5ed614fdf308fcff982a5977284978632 (diff)
baseof.html edits
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml7
-rw-r--r--exampleSite/static/img/robobrand.pngbin0 -> 34160 bytes
2 files changed, 4 insertions, 3 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index a59557a..943438b 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,11 +1,12 @@
baseURL = "https://example.com"
title = "Your Awesome Website"
-theme = "robotico"
+theme = "hugo-theme-robotico"
paginate = 3
[params]
-logofile = "https://wileys.website/img/Robobrand.png"
-faviconfile = "https://wileys.website/img/Robobrand.png"
+description = "A sleek personal website theme"
+logofile = "img/Robobrand.png"
+faviconfile = "img/Robobrand.png"
copyright = "Wiley McKay Conte 2018"
github = "wileybaba"
email = "baba@example.com"
diff --git a/exampleSite/static/img/robobrand.png b/exampleSite/static/img/robobrand.png
new file mode 100644
index 0000000..cfbb59e
--- /dev/null
+++ b/exampleSite/static/img/robobrand.png
Binary files differ