From 094fce2e8cd469eb8511b664ce7a5d499673aef7 Mon Sep 17 00:00:00 2001 From: wileybaba Date: Thu, 1 Nov 2018 22:22:13 -0600 Subject: robobrand absURL --- exampleSite/config.toml | 4 ++-- exampleSite/content/_index.en.md | 2 +- exampleSite/content/_index.es.md | 4 ++-- static/img/robobrand.png | Bin 0 -> 34160 bytes 4 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 static/img/robobrand.png diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 943438b..e204a6b 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -5,8 +5,8 @@ paginate = 3 [params] description = "A sleek personal website theme" -logofile = "img/Robobrand.png" -faviconfile = "img/Robobrand.png" +logofile = "img/robobrand.png" +faviconfile = "img/robobrand.png" copyright = "Wiley McKay Conte 2018" github = "wileybaba" email = "baba@example.com" diff --git a/exampleSite/content/_index.en.md b/exampleSite/content/_index.en.md index 963496b..4df458a 100644 --- a/exampleSite/content/_index.en.md +++ b/exampleSite/content/_index.en.md @@ -4,7 +4,7 @@ title = "Home" language = "en" +++ -#hugo-Robotico-theme +# hugo-Robotico-theme A stripped down, [alageek](https://github.com/gkmngrgn/hugo-alageek-theme/tree/a7789a01391c9357fba13704379089e8799adad8) based theme with an added portfolio/light-box gallery for artists/photographers to display their work. Responsive with Bootstrap 4, Progressively.js, Latex support, and more. diff --git a/exampleSite/content/_index.es.md b/exampleSite/content/_index.es.md index 8e88f80..91f12a8 100644 --- a/exampleSite/content/_index.es.md +++ b/exampleSite/content/_index.es.md @@ -3,6 +3,6 @@ title = "Inicio" language = "es" +++ -## Hugo Robotico Theme +# Hugo Robotico Theme -# Pon su `_index.md` en EspaƱol aqui. +# `_index.es.md` contenido aqui. diff --git a/static/img/robobrand.png b/static/img/robobrand.png new file mode 100644 index 0000000..cfbb59e Binary files /dev/null and b/static/img/robobrand.png differ -- cgit v1.2.3