From cd3e2ace8d5c969b8a4a9b58349dff5299e9dd33 Mon Sep 17 00:00:00 2001 From: wileybaba Date: Wed, 31 Oct 2018 12:32:20 -0600 Subject: changed theme name --- README.md | 2 +- exampleSite/config.toml | 4 ++-- exampleSite/content/_index.es.md | 2 +- theme.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c1ce4ac..9890cd6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# hugo-minimo-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/config.toml b/exampleSite/config.toml index 486b102..108bbbe 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,6 +1,6 @@ baseURL = "https://example.com" title = "Your Awesome Website" -theme = "minimo" +theme = "robotico" paginate = 3 [params] @@ -11,7 +11,7 @@ github = "wileybaba" email = "baba@example.com" twitter = "wiley_baba" instagram = "wileybaba" -fork = "github.com/wileybaba/minimo_hugo_theme" +fork = "github.com/wileybaba/Robotico_hugo_theme" progressively = true defaultContentLanguage = 'en' diff --git a/exampleSite/content/_index.es.md b/exampleSite/content/_index.es.md index 16fc173..143e7bf 100644 --- a/exampleSite/content/_index.es.md +++ b/exampleSite/content/_index.es.md @@ -1,5 +1,5 @@ +++ title = "Inicio" id = "Inicio" +++ -## Hugo Minimo Theme +## Hugo Robotico Theme # Pon su `_index.md` en EspaƱol aqui. diff --git a/theme.toml b/theme.toml index 0e10406..645afde 100644 --- a/theme.toml +++ b/theme.toml @@ -1,4 +1,4 @@ -name = "minimo" +name = "Robotico" license = "MIT" description = "A lightweight and blazing fast personal website theme" homepage = "#github link here" -- cgit v1.2.3